intellisense issues?
Hi Folks,Having a Linux background, I just started to learn dotnet core. I try to follow this tutorial,...
View ArticleHigh Memory Consumption on Hosting Service
I really like the coding features of Core in Visual Studio 2015 but I'm forced to use the older version of ASP.NET Framework because of the high memory requirements of Core.I coded a fairly basic...
View ArticleEntity framework not working like it should
So i'm following a tutorial about the entity framework in ASP.net core to get data from the database, but if i do the same thing like the guy in the video, it won't work. I got a workaround, but still...
View ArticleExternal Logins (Facebook, Google, etc)
I'm having problems getting this setup. I've looked at other threads and compared to what I have and I've also looked at the links from Microsoft but I'm still missing something. I have the Secrets...
View ArticleCMS generate page templates
Hi everyone,We're bulding a C#.net Core CMS for our company that will be used by our clients. Before that we will set everything like the client needs. A component of this are page templates that the...
View ArticleDeploying aspnet core web app on a windowservercore image
Hi, I'm running on Windows Server 2016 Standard Evaluation version (Build 14393.rs1_release.161220-1747). Its enabled for containers and i'm able to run windows server core image on my machine from...
View ArticleDepth implementation of DI in Asp.net Core
Hi,I am new to Asp.net Core, and I know that we could configure custom log in Asp.net Core, but I do not why it works. Normally, we use new key words to initialize a class and then use it in the...
View ArticleVisual studio 2015 publish error. Help me
Severity Code Description Project File Line Suppression StateError Could not find a part of the path...
View ArticleError with "libstdc++.so.6(GLIBCXX_3.4.21)" in CentOS 7
I'm trying to run a project with the last ASP .NET Core in CentOS 7 but not's working, the os shows me an error with "libstdc++.so.6(GLIBCXX_3.4.21)". I searched and I only finded the same error but no...
View ArticleCORS requests
I have following code services.AddCors(options => options.AddPolicy("AllowAll", p => p.AllowAnyOrigin() .AllowAnyMethod() .WithHeaders("accept", "origin", "user-agent")));but my requests are...
View ArticleViewlist in page
So i am requesting some data from the database and want to put it in a list, but the problem is that how to give the variable only the "pt (pagetemplates)" and not the "wl" that i need for the WHERE...
View Articledeploy asp.net core to linux nginx
Hi all,I tried to deploy asp.net core web api to nginx in ubuntu follow the documentation belowhttps://docs.microsoft.com/en-us/aspnet/core/publishing/linuxproductionWhen create the service file and...
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 Articletag helpers
Hi, I was looking to tag helpers and I would like to know if is possible to create a composite structure of tags, where tags can share informations.To do an example: I want to create a tag library to...
View ArticleASP.NET Core app routing over non-default NGINX location proxy
I have an ASP.Net Core web application running on Linux machine via Kestrel, with NGINX serving as proxy from port 80 -> 5000 Unfortunately I´m not allowed to use default route as another...
View ArticleBegineers Question on...
This may be a silly question but I don't get it. Maybe I am bringing bad habits in from other coding I have done.Take a simple set up like the below in the _layout.cshtml file <li><a...
View Articledeply asp.net core web api to nginx without ssl
Hi all,I tried to deploy my asp.net web api application to nginx follow the documentation belowhttps://docs.microsoft.com/en-us/aspnet/core/publishing/linuxproductioncurrently, I have created...
View Article.Net Core vs SharePoint CSOM ExecuteQuery Method
Hello,Do you know why .Net Core library for SharePoint CSOM doesn't support ExecuteQuery anymore?It was very usefull inside simple ASP applications.Even ExecuteQueryAsync doesn't have overloads which...
View ArticleAzure Socket Leaks?!
I have an ASP.NET Core a website with a lot of simultaneous users which crashes many times during the day and I scaled up and out but no luck. I have been told my numerous Azure support staff that the...
View ArticleAre there IIS Application Recycle events?
I first posted this question on MSDN forums and was re-directed here.With Windows Services, you have Start, Stop, Shutdown events you can use to trigger various behavior within the service.In my case,...
View Article