So you can probably tell I have had a fairly long hiatus. I am sure most of you probably have already seen this but if not I was pretty excited to see Hanselman has an extensive set of youtube videos https://www.youtube.com/shanselman
Category Archives: .Net
Nice series on intro to OOP in C#
Really quite a neat series starting in Object Oriented Programming (OOP) in C# for those starting out …
https://www.c-sharpcorner.com/article/improve-your-model-classes-with-oop-part-one-the-basics/
Free e-book on Microservices in .NET
Pretty useful guidance for microservices in .NET
https://dotnet.microsoft.com/learn/aspnet/microservices-architecture
What C# can do for you?
I often spend a lot of time talking to new software development graduates at Xero about the benefits of the mighty language C# and despite my absolute enthusiasm and excitement for this brilliant language which has delivered us such treasures such as LINQ, I often find the standard response “But Dominic we use Java at Uni and it’s really cool”. While this is not a great response, I have to accept that most Universities (In Australia) teach mostly either Java or Python.
So I was really lucky to come across this little gem of an article on C-sharpcorner that not just talks about the benefits of C# but also has a little history lesson on C#:
https://www.c-sharpcorner.com/UploadFile/mahesh/what-can-C-Sharp-do-for-you/
Enjoy
Cool CRUD tutorial asp.net core 2.0 with Dapper
Very cool detailed tute:
https://www.c-sharpcorner.com/article/crud-operation-in-asp-net-core-2-0-using-dapper-orm/
Nice little tutorial on multi-lingual apps in ASP.NET
http://crazygeeksblog.com/2017/10/how-to-create-multi-lingual-website-in-asp-net-mvc/
Nice and simple and will only take you a short time to get a sample multi-lingual app working.
C# in the front end – awesome!!!
Summary of JS frameworks for .NET web developers
I came across this excellent article a few days ago summarising current JS frameworks for .NET web developers:
http://www.dotnetcurry.com/javascript/1359/javascript-frameworks-aspnet-mvc-developer
DDDMelbourne on Sat
Before you commit…
Another great article on things to do before you commit your code … heavy focus on .net tooling support
http://www.c-sharpcorner.com/article/my-workflow-before-i-submit-code-changes/