ASP.Net Core and MySql
Tell me how to use ASP.Net Core and MySql? It is advisable to use Dapper
View ArticleWarning on upgrading BundlerMinifier.Core
If you start with a new ASP.NET Core project and update BundlerMinifier.Core via NuGet, you'll get a publish error No executable found matching command "dotnet-bundle". I've had to recreate my...
View ArticleReverse proxy of port when using kestrel with iis integration
When using kestrel with iis integration, I am not seeing the standard port (5000) being used in netstat. Some other port is being chosen as used by the dotnet exe. My app is self contained (stand...
View Articlecompile to run on linux
I am running ubunut and trying to compile a standalone app to run on awslambda which is a different version of linux. The native param is no longer avail??? how do i compile from command line so that...
View Articlenpm install
Hi, Please i just just installed the lasted Node.js -v5.12.0, npm -v3.10.7 and i use windows 7 SP1 64bit OS but my worry is that i cannot install bower, angular 2 and cordova. i get this error when...
View ArticleNew Project - Upgraded to 1.0.1 - Solutions to fix project.
If you create a new ASP.NET Core Web Application, and then upgrade via NuGet Package manager, the project will not compile.Your message that you run into is Can not find runtime target for framework...
View ArticleAsp.net core : Calling web api returns 500
I am new to asp.net core application.I have an asp.net core application which uses repository pattern. It have an api controller named ApplicationsAPIController.ApplicationsAPIController has a...
View ArticleEF Core migration section does not available in publish wizard
Web deploy publish wizard so not shows EF database contexts for migration.I do not able to apply latest version migrate while publishing to staging database.How to enable that?
View Article"CopyAllFilesToSingleFolderForMsdeployDependsOn" not working?
I've tried the MSDN forums, but didn't get a solution there. This is likely a better place to post this question anyway.I have a brand new "ASP.NET Core Web Application (.NET Framework) Web API"...
View Articlei cant download .NET Core 1.0.1 - VS 2015 Tooling Preview 2
There’s a problem with this website’s security certificateThis might mean that someone’s trying to fool you or steal any info you send to the server. You should close this site immediately.Go to my...
View ArticleRequest.GetQueryNameValuePairs() for asp.net core controller
Hi allIn the previous version of Web API, when I was sending parameters with a get verb like the following lines in Angularreturn $http.get('/api/myController/get', options).then(function (response) {...
View ArticleGet Parameters in a api controller from Angular $http.get
HiFrom angular, I'm calling the get method of my controller with the following code$http.get('/api/mycontroller/get', config).then(successCallback, errorCallback);My question is how can I get the...
View ArticleList users with Roles
Ok, I'm new to .NET at all. (Some Programming knowledge)- I created a new .NET CORE project.- Added 4 Roles to the AspNetRoles DataBase- In the AccountController, on the Register[POST] action added...
View ArticlegZip IIS 8.5
Configuring compression is pretty straight forward but getting it to work is a nightmare. I have files compressed in the temporary folder but client side fiddler, firebug do not show content-encoding...
View ArticleCustom AuthorizeAttribute in ASP.Net Core which returns HttpStatusCode and...
Hi everyone,I'm porting my project from ASP.NET 4 WEB API 2 to ASP.NET Core.The problem I'm facing now is the Authorization. I don't know how to port my ApiAuthorizeAttribute to ASP.NET Core. Here is...
View Article.Net Core MVC Modular Project
I am building new application using .Net Core MVC 1.0 and I facing problem to create Modular architecture. I want to create the separate projects for each module and which will render from the Main...
View Article.Net Core Web Api Security: Individual User accounts with Social Logins
I would like to implement individual user accounts authentication using local database for my .Net Core web api app, having the following capabilities:- Generating access tokens- Generating refresh...
View ArticleFIPS compliant algorithm for AntiForgeryToken
I'm getting the following InvalidOperationException when I try to run my ASP .NET Core MVC web application on a workstation with the FIPS algorithm policy...
View Articlebest practice to upgrade from .net framework 4.5 to .net core
Hi, Can you please suggest if there is best practice and smooth way to upgrade the applications from asp.net 4.5 frame work to asp.net core.Thanks
View Article