I’ve always been a big fan of cache. Cache at every level has been my mantra. With ASP.NET Core (2), I’m curious what levels people still cache or not. I have in the past (and in some cases still today): 1) Response Headers. Pretty obvious one that everyone should do if possible. 2a) Response Cache: […]
/r/dotnet
Build a GraphQL Service with ASP.NET Core 2 and Entity Framework Core
submitted by /u/MasterOfInternets [link] [comments]
Does .NET Core with TFVC even makes sense?
So, I’m doing some ASP.NET Core development under TFVC. I would rather use git, but our team don’t really approve it since most of our code base is under TFVC anyway. The problem is that while .NET Framework + Visual Studio + TFVC development works fine most of the time, I constantly face different troubles […]
Library Manager: Client-side content manager for web apps
submitted by /u/jamsounds [link] [comments]
Good reading material for designing complex MVC .NET Core applications?
I’m a PHP developer and I’m currently looking to move over to .NET Core. However, I’m having a hard time finding good reference material for designing large applications and “best practices”. The .NET Core docs explain concepts individually which I can understand quite easily, but I’m not sure how all of the components should be […]
So I have a degree in programming and I want to learn asp.net. What is the best book for learning?
I downloaded an O’Reilly PDF book that was published in 2011 but I’m concerned that it’s outdated. What about Youtube? I bought a Wrox book but found out it’s filled with errors. And since I’m here: Would a Microsoft Certification compliment my knowledge of .NET? What about learning Xamarin? I know that this question must […]
Which programming language you guys use outside of C# ?
1) Which programming language you guys use outside of C# for the job or personal project ? 2) Do you guys consider the latest MS Stack (C#, Asp.net etc) a bit behind the JS ecosystem for frontend/backend web dev ? 3) Why most JS programmer don’t like .Net some of them told me there is […]