Angular 7 CRUD With ASP.NET Core: Step by step guide

It feels great to be back with this, my 18th article on Angular with the recently updated Angular 7. With this article, let's try to explore the Angular 7 features and get hands on with the CRUD operations using Angular 7, .NET Core, and Entity Framework Core. Let us first set the agenda for this … Continue reading Angular 7 CRUD With ASP.NET Core: Step by step guide

Creating an Angular 7 App with ASP.NET Core(Link to the post)

This is basically a link to the original post which is published on Telerik blogs. Finally, we have a new major version of Angular, which is version 7. The reason I use the word “finally” is not just because people were waiting for the latest major release of Angular, but also because there were quite … Continue reading Creating an Angular 7 App with ASP.NET Core(Link to the post)

Nested forms in Angular 6(Link to the post)

I am glad to announce that I have been added as an author on the Telerik site. This is basically a link to the post which I have written on the Telerik site and the topic is Nested forms in Angular 6. This is a step-by-step guide to use nested forms within the latest version … Continue reading Nested forms in Angular 6(Link to the post)

Generate an exe for the .Net Core console apps: .Net Core Quick posts part 5

You can find all .Net core posts here. In this quick post, we will see how to create an exe from .Net Core console application. Little background When we create a console application using .Net Core, you will notice that the exe would not be created when you build the application. Let us quickly create an application … Continue reading Generate an exe for the .Net Core console apps: .Net Core Quick posts part 5

Handpicked Useful posts: Microsoft Tech stack

You can find all .Net core posts here. From today on wards, I am starting a series in which I will put together some useful posts from different people from the community. I would not be able to post the links everyday but I will hand pick all the useful links which are recently published and will … Continue reading Handpicked Useful posts: Microsoft Tech stack

Database migration for .Net Core projects

You can find my all .Net core posts here. I am adding new post after a long break because I recently joined a new company AttachingIt. It is an awesome security related company and now-on wards I am going to work on this awesome product. In this post, I will explain how to do the Database migration for … Continue reading Database migration for .Net Core projects

Continuous Integration(CI) for .Net Core projects: .Net Core CLI Part III

You can find my all .Net core posts here. This is the 3rd post on .Net Core CLI commands. You can find first 2 posts below: Guide to create and run .Net Core application using CLI Tools: .Net Core CLI Part I Guide to Create and Publish Nuget packages using .Net Core CLI: .Net Core CLI Part II In this … Continue reading Continuous Integration(CI) for .Net Core projects: .Net Core CLI Part III

Guide to Create and Publish Nuget packages using .Net Core CLI: .Net Core CLI Part II

You can find my all .Net core posts here. In my previous post on the CLI tools, I explained how to create, restore, clean, build, run .Net Core application using latest CLI commands. You can find the post here. In this post, we will see how to create and publish Nuget packages using CLI commands. What is a Nuget … Continue reading Guide to Create and Publish Nuget packages using .Net Core CLI: .Net Core CLI Part II

Guide to create and run .Net Core application using CLI Tools: .Net Core CLI Part I

.Net Core provides a new cross-platform tool-chain for developing .NET applications which are nothing but the .Net CLI tools. CLI tools are really powerful and easy to use, as a developer we should know how to use these commands. These commands would be very useful if you are looking for creating Continuous Integration(CI) and\or Continuous Deployment(CD). … Continue reading Guide to create and run .Net Core application using CLI Tools: .Net Core CLI Part I

GDPR in .Net Core: .Net Core Security Part VII

We know that GDPR is officially part of a law in Europe from 25th May 2018. There are some awesome enhancements shipped with .Net Core 2.1, one of them is support for GDPR. Let us see what are the things added for GDPR in .Net Core 2.1 What is GDPR? The General Data Protection Regulation (GDPR) (Regulation … Continue reading GDPR in .Net Core: .Net Core Security Part VII