How to unzip a file with asp.net core?
How to unzip the file with asp.net core?Which dll can be used in asp.net core.
View ArticleAdding Controller with views using Entity Framework Error - Visual Studio...
I'm cross posting this because it might make more sense here vs the Visual Studio MSDN forum.Trying to follow the tutorial for the MVCMovie project located at...
View Article.net core 1.1 hosting issue webapi 403 forbidden error
HI, I have build a sample web.api project with simple [HttpGet] [AllowAnonymous] [Route("test")] public IActionResult test() { return new OkObjectResult("it works!"); }system keep generating 403...
View ArticleStored Procedures as Functions in CodeFirst
Hello Folks, I am working with CodeFirst apporoach in my application. So there is not any .edmx or .dbml file in the solution. Tables are being created by using PMC commands. I have some stored...
View ArticleLearning resources for asp.net core 1.0 and 1.1 are out of date?
i want to start learning asp.net core 2.0 right now because i want to start making a web API app in about 6 months. i develop winforms apps regularly but never made any APIs or web site backends....
View ArticleWhat is the advantage of using the visual studio 2017 angular template?
What is the advantage of using the visual studio 2017 angular template vs using the angular CLI? i mean having 2 separate projects one for the front end and another for the backend is simpler.no?
View Article"Can not find compilation library location for package.." error right after...
I have an ASP.NET Core 1.1 website that targets .NET Framework 4.6.1. Now after installing .NET Core SDK 2.0, I can't view any of the pages because of the error:InvalidOperationException: Can not find...
View ArticleUnable to get authenticationType in ASP.NET Core Web API
Question on Stackoverflow: https://stackoverflow.com/questions/45684877/unable-to-get-authenticationtype-in-asp-net-core-web-apiI'm writing a simple ASP.NET Core Web API that needs to return "true" if...
View ArticleCalling a SOAP service from Web API in MVC Core
I'm relatively new to MVC Core development and I'm working on a Web API project. I want to be able to call a SOAP service from within my new Web API service and return results back to the Web API...
View ArticleUpgrade to Core 2.0 about Authentication
hi, at Core 1.1, I can use app.UseWhen for different area using different authentication.like this sample code:https://weblogs.asp.net/imranbaloch/conditional-middleware-in-aspnet-coreBut upgrade to...
View ArticleWhy the user account store in visual studio template not attached to the web...
when you make a new asp.net core web api project in visual studio the authentication section is disabled. if you make a new asp.net mvc app with "individual user accounts" options the account...
View ArticleASP.Net Core 2 - ARM support
I might be missing something, but from trying to play with ARM support in Core 2 seems to me like it keeps lagging behind the main branch - it was still tolerable not to have Linux packages during...
View ArticleXmlSchema in .NET Core?
Hello,I have just done a quickscan through the huge amount of classes, and I honestly have to say, that this is a brave step for MicroSoft to make .Net open source. When I saw System.Xml I was glad to...
View ArticleHow to interface with an existing C++ Library?
Hello,What's the best way to bind to an existing native C++ library in platform independent .NET Core?The library itself is already ported to all interesting platforms (Windows, Linux, etc..).On...
View Article[The following error occurred attempting to run the project model server...
Hello all! First, sorry to my bad english, i am studying to improve this. Ok, i am newbie here in the forum and i have a problem ! I searched in others platforms (github, stack) and i can not find...
View ArticleASP.NET Core WebAPI much slower than WCF?
Hi,While researching for a new project for a application service, I thought that .NET Core was the way to go. However, it seems that it's much slower compared to services developed in WCF. Any thought...
View ArticleHow to use Web Grid in asp.net core 1.0
Hi, I want to use web grid in asp.net core 1.0, please give me a solution how to use it.Regards,Prabhu
View ArticleUpgrade to v2 or just create new project and migrate controllers?
I had a project on 1.1 (was to collect research data), the data collection has now ended, so this site is basically dead.So now they want a bunch of changes for a new project, but basically the same...
View ArticleIs there any alternate or workaround to use XmlDsigC14NTransform in .net core...
Hello All,I need to transform xml into w3c based canonicalized format. I know there is a class XmlDsigC14NTransform in .net core 2.0 to perform the same functionality but I am using .net core 1.0 and...
View Articleerror after deploy core 1.1 to my site
<div class="content-container">I used visual studio 2017 to deploy a core 1.1 app to a subdomain on my domain and when I go to it I get this error . But if i run it local it works . All so deploy...
View Article