For more than 10 years I have been using Blog framework BlogEngine.Net for hosting this blog. During this period I made a lot of modifications to this framework to adapt to lates SEO requirements as w...
I was working on a new Asp.Net core project and ran into following error. System.InvalidOperationException: The partial view '_MainView.Section1' was not found. The following locations were searched...
In Asp.Net projects, when you wanted to install client-side libraries like jQuery, Bootstrap, Fontawesome etc., you will use NuGet package manager. In .Net Core projects, when you use NuGet package ma...
In one of earlier posts Abstracting .Net Core Startup Code, I wrote about how to abstract .Net Core Web Application's start up code into a separate library. I got some questions from some fellow devel...
When you create a new .Net Core Web app, template project creates Startup.cs file. This file contains the start up code required to complete following steps. public Startup(IConfiguration configurat...
How to Handle HTML Events in Typescript
Fix error CS4034: The await operator can only be used within an async lambda expression
How to Automatically unzip compressed response with .Net Core HttpClient
Alert and Confirm pop up using BootBox in AngularJS
AngularJS Grouped Bar Chart and Line Chart using D3
How to lock and unlock account in Asp.Net Identity provider
2021 © Byteblocks, ALL Rights Reserved. Privacy Policy | Terms of Use