Entity Framework Core is an ORM used with .Net core, and very popular in developers using .net stack. Migrations are very useful as they give…
Continue reading Asp.Net Core EF Migration Commands
Leave a CommentCoder, Blogger
Entity Framework Core is an ORM used with .Net core, and very popular in developers using .net stack. Migrations are very useful as they give…
Continue reading Asp.Net Core EF Migration Commands
Leave a CommentIn this post i have listed common Linux commands which are very helpful for .Net developer. In most cases asp.net core developers work on Windows.…
Continue reading Linux Commands For .Net Core Developer
Leave a CommentFirebase now supports Asp.Net core, or say .Net core for it’s database operations. There is a new Nuget package which gives you ability to use…
Continue reading Asp.Net Core Firebase Environment Variable Read Problem on Linux Ubuntu
Leave a CommentAsp.net core can be hosted on Windows as well as Linux. Hosting on windows is very easy and you can find plenty of resources for…
Continue reading Hosting Asp.net Core application on Linux using runtime and Apache
1 CommentOracle has recently released updated MySQL connector for .Net core. In this post we’ll see how to connect to a MySQL database with asp.net core…
Continue reading Working with MySQL database in Asp.Net Core
Leave a CommentGone are the days when a software developer needs only to know one specific language. As web is growing at a very fast pace, companies…
Continue reading How to be a .Net full stack developer
Leave a CommentMany times we need to pass dictionary to a controller action in Asp.Net MVC applications. For example you have list with checkboxs and you want…
Continue reading Pass Dictionary in AJAX call in ASP.NET MVC
Leave a CommentYou all have used session in classic Asp.Net and that is pretty easy to use. But if you are going to use session in new…
Continue reading Session in Asp.Net MVC Core 1.0
Leave a Comment