Useful links for .Net Developer
I found some links while doing development and R & D, I feel that I have to keep these links and articles, so I have started to store it here. I will keep updated this page regularly...
1. Consume web api in MVC or windows application or Console Application
https://www.c-sharpcorner.com/UploadFile/2b876a/consume-web-service-using-httpclient-to-post-and-get-json-da/
3.3 C# – Using Unity for Dependency Injection in an ASP.NET MVC 4 Web API
https://myadventuresincoding.wordpress.com/2013/03/27/c-using-unity-for-dependency-injection-in-an-asp-net-mvc-4-web-api/
4. Swagger
4.1 For .Net Framework
Swagger integration in ASP.NET Web API project
https://code.msdn.microsoft.com/Swagger-integration-in-da408b29
4.2 For .Net Core
Add Swagger to ASP.NET Core 2.0 Web API
http://www.talkingdotnet.com/add-swagger-to-asp-net-core-2-0-web-api/
5. SQL Cache dependency
5.1 How to implement SQL Caching in ASP.NET (Poll based SQL Cache dependency)?
https://www.youtube.com/watch?v=RxbhQy8EIzM
5.2 How to use Push SQL Cache dependency in ASP.Net?
https://www.youtube.com/watch?v=nJFTfkr-U-Y
6. Create and publish a (nuget) package using Visual Studio (.NET Standard)
https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio
7. CQRS - Command-Query Responsibility Segregation
Introduction to CQRS
https://www.codeproject.com/Articles/555855/Introduction-to-CQRS
A Beginner's Guide To Implementing CQRS ES
https://github.com/Chinchilla-Software-Com/CQRS/wiki/A-Beginner's-Guide-To-Implementing-CQRS-ES
Part-1 Implementing CQRS/ES in ASP.NET
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-1-architecting-the-application/
Part-2 Implementing CQRS in .NET Part 2: Handling Commands and Events
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-2-handling-commands-and-events/
Part-3 Implementing CQRS in .NET Part 3: The Commands Interface
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-3-the-commands-interface/
Part-4 Implementing CQRS in .NET Part 4: More Events and Summary
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-4-more-events-and-summary/
8. Dependency Injection for Multiple Concrete Implementations of an Interface
http://www.intstrings.com/ramivemula/articles/dependency-injection-for-multiple-concrete-implementations-of-an-interface/
9. How to register and use Multiple Classes Implementing Same Interface in AutoFac?
https://www.codeproject.com/Tips/870246/How-to-register-and-use-Multiple-Classes-Implement
10. Introduction To ASP.NET WebAPI And Return Result In Different Formats (as XML or JSON)
https://www.c-sharpcorner.com/UploadFile/manas1/introduction-to-Asp-Net-webapi-and-returns-result-in-differe/
11. Recursive Select in C# and LINQ
https://bitlush.com/blog/recursive-select-in-c-sharp-and-linq
Recursive Hierarchical Joins in C# and LINQ
https://bitlush.com/blog/recursive-hierarchical-joins-in-c-sharp-and-linq
https://github.com/Azure-Samples/scheduler-dotnet-getting-started
13. ASP.NET WEBFORM: DATATABLES JQUERY PLUGIN SERVER SIDE INTEGRATION
14. Online dotnet editor and testing - https://dotnetfiddle.net
If you have good links for .net development then please add in comment or contact me.
Cheers :)
2. Building An ASP.NET Core Application With Web API And Code First Development
3. Unity Dependency Injection
3.1 ASP.NET MVC 4 Dependency Injection
3.2 Dependency Injection in ASP.NET Web API 2
3.3 C# – Using Unity for Dependency Injection in an ASP.NET MVC 4 Web API
https://myadventuresincoding.wordpress.com/2013/03/27/c-using-unity-for-dependency-injection-in-an-asp-net-mvc-4-web-api/
4. Swagger
4.1 For .Net Framework
Swagger integration in ASP.NET Web API project
https://code.msdn.microsoft.com/Swagger-integration-in-da408b29
4.2 For .Net Core
Add Swagger to ASP.NET Core 2.0 Web API
http://www.talkingdotnet.com/add-swagger-to-asp-net-core-2-0-web-api/
5. SQL Cache dependency
5.1 How to implement SQL Caching in ASP.NET (Poll based SQL Cache dependency)?
https://www.youtube.com/watch?v=RxbhQy8EIzM
5.2 How to use Push SQL Cache dependency in ASP.Net?
https://www.youtube.com/watch?v=nJFTfkr-U-Y
6. Create and publish a (nuget) package using Visual Studio (.NET Standard)
https://docs.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio
7. CQRS - Command-Query Responsibility Segregation
Introduction to CQRS
https://www.codeproject.com/Articles/555855/Introduction-to-CQRS
A Beginner's Guide To Implementing CQRS ES
https://github.com/Chinchilla-Software-Com/CQRS/wiki/A-Beginner's-Guide-To-Implementing-CQRS-ES
Part-1 Implementing CQRS/ES in ASP.NET
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-1-architecting-the-application/
Part-2 Implementing CQRS in .NET Part 2: Handling Commands and Events
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-2-handling-commands-and-events/
Part-3 Implementing CQRS in .NET Part 3: The Commands Interface
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-3-the-commands-interface/
Part-4 Implementing CQRS in .NET Part 4: More Events and Summary
https://www.exceptionnotfound.net/implementing-cqrs-in-net-part-4-more-events-and-summary/
8. Dependency Injection for Multiple Concrete Implementations of an Interface
http://www.intstrings.com/ramivemula/articles/dependency-injection-for-multiple-concrete-implementations-of-an-interface/
9. How to register and use Multiple Classes Implementing Same Interface in AutoFac?
https://www.codeproject.com/Tips/870246/How-to-register-and-use-Multiple-Classes-Implement
10. Introduction To ASP.NET WebAPI And Return Result In Different Formats (as XML or JSON)
https://www.c-sharpcorner.com/UploadFile/manas1/introduction-to-Asp-Net-webapi-and-returns-result-in-differe/
11. Recursive Select in C# and LINQ
https://bitlush.com/blog/recursive-select-in-c-sharp-and-linq
Recursive Hierarchical Joins in C# and LINQ
https://bitlush.com/blog/recursive-hierarchical-joins-in-c-sharp-and-linq
12. Azure Scheduler job collection
http://fabriccontroller.net/a-complete-overview-to-get-started-with-the-windows-azure-scheduler/https://github.com/Azure-Samples/scheduler-dotnet-getting-started
13. ASP.NET WEBFORM: DATATABLES JQUERY PLUGIN SERVER SIDE INTEGRATION
14. Online dotnet editor and testing - https://dotnetfiddle.net
If you have good links for .net development then please add in comment or contact me.
Cheers :)
Nice work, your blog is concept-oriented, kindly share more blogs like this
ReplyDelete.NET Online Training
This comment has been removed by the author.
ReplyDelete