Note – You can find the source code of my sample application here. Whenever you start creating an application, one of the most important modules is the authentication. In this article, I will explain how to add Login functionality to your .Net Core 2.0 application using .Net Core Identity, Let us first see what is ASP … Continue reading Authentication in .Net Core 2.0 : .Net Core 2.0 Identity step by step
Category: .Net Core
Enable Swagger in your .Net core 2.0 application: Step by step guide
Note - You can find the source code of my sample application here. If you have ever worked with APIs then you might be familiar with Swagger, if you have not heard about Swagger then this post will help you to know the basic of Swagger and the steps to configure Swagger with yours .Net Core … Continue reading Enable Swagger in your .Net core 2.0 application: Step by step guide
Solution for the error “No executable found matching command “dotnet-ef” : .Net Core Errors Part I
.Net Core was introduced in last few months and people has started adopting it. In this series of post, I will put some frequent issues during .Net Core development and some important topics for the Core. In this post we will see how to resolve the error: No executable found matching command "dotnet-ef" This error … Continue reading Solution for the error “No executable found matching command “dotnet-ef” : .Net Core Errors Part I
ErrorCode = ‘0x80004005 : 80008083: .Net Core 2.0 + IIS exception
We all know that .Net Core has been announced so people started implementing with .Net core. One exception which people are getting while frequently while deploying .Net Core application(created by Visual Studio 2017) on IIS is as below: Application ‘<IIS path>’ with physical root ‘<Application path>’ failed to start process with commandline ‘”dotnet” .\MyApp.dll’, ErrorCode = … Continue reading ErrorCode = ‘0x80004005 : 80008083: .Net Core 2.0 + IIS exception
Microsoft Cognitive Services for AI : Vision API
Recently I took part into a Hackathon in which we were required to submit some innovative ideas for a well-known bank. I registered and after few days I got an email from the Hackathon event team that they have arranged some webinars to help people to think about some innovative ideas. I got impressed with … Continue reading Microsoft Cognitive Services for AI : Vision API
C# 7.0 feature Part I : Pattern matching
In this series of posts, I will explain the new features of C# 7.0 Let us see the Pattern Matching feature in the current post. There are currently 2 existing language constructs which has been enhanced with patterns by Microsoft team: with the keyword is With Switch case Before starting let us see some advantages of … Continue reading C# 7.0 feature Part I : Pattern matching
C# 8.0 Expected Features Part – II : Implementation of method in the Interface
In my previous post, I have explained about one of the first four features of C# 8.0 which has been announced by Microsoft recently. In this post, I will explain one more future feature which is Default Interface Methods. This feature will allow interfaces to fully define methods just like abstract classes. However, interfaces will … Continue reading C# 8.0 Expected Features Part – II : Implementation of method in the Interface
Step by step installation of .Net Core 2.0
In my previous post, I have explained how to set up for .Net Core 2.0 which you can find here. But in that post, it mainly focuses on how to do the setup if you already have .Net Core. So in this post, I will explain how to install .Net core 2.0(Without having Core 1.0) … Continue reading Step by step installation of .Net Core 2.0
Razor pages compilation on Build: Now default with .Net Core 2.0
.Net Core 2.0 is announced a few months back and it came up with some awesome features. I am going to explain its one of the best features which are the compilation of views and pages on Build. Till now(before .Net core 2.0) whenever we publish any MVC application, Razor files are published as .cshtml … Continue reading Razor pages compilation on Build: Now default with .Net Core 2.0
Async Streams : C# 8.0 expected features Part – I
We all know that Microsoft always delivers awesome features in all the releases and they are already planning for the features of C# 8.0 As per a video on Channel 9, Mads Torgersen has explained about the possible features of C# 8.0 There are possibly 4 features till now which are as below: Nullable reference … Continue reading Async Streams : C# 8.0 expected features Part – I








