aspnetcore

Making Blazor WebAssembly SEO-Friendly and Flicker-Free

In this blog post, we will walk through the process of making a Blazor WebAssembly application both SEO-friendly and flicker-free.

Read more...

Display spinner on each API call automatically in Blazor

Update to .NET 5

Read more...

Integration Testing and dockerizing asp.net core apps on Travis CI, Azure pipeline and appveyor using cake build.

When we are working on some open source project we often have to build the same project on multiple CI server and every CI server have theirs own configuration file and it doesn't make sense to write the different file to do the same tasks.

Read more...

Continuous integration and Continuous deployment of Blazor application to GitLab page.

It only works with blazor 0.5 + version as GitLab uses linux and there was some issue related to copying files from wwwroot folder on linux machine. (Github issue) If you are reading this post means you are already familiar with Blazor if not There are pretty awesome article out there that defines blazor in clear way. In short as per the official repository Blazor is an experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly

Read more...

A Year Before and Ahead

With new year on the corner, everyone is writing and planning a roadmap for their next year. I have also decided to review 2017 and plan about 2018. Before this, I was not planning and thinking about what to do in the up-coming next year.

Read more...

What are things that a new ASP.NET Core Developer should Master and Learn?

Hi , Everyone\ If you are here and reading this article means that you are already familiar with ASP.NET Core and different technologies associated with the ASP.NET Core platform. If you are not familiar with the ASP.NET core please read some article that will make you familiar with ASP.NET Core. Here is the one that I have written.

Read more...

CRUD operation in ASP.NET core MVC using Entity Framework core code first approach

In this article I am going to explain about how we can perform create , update , read and delete operation in asp.net core mvc using entity framework core.

Read more...

Is it better to get start with ASP.NET core (ASP.NET 5 old name ) as a new Developer?

I am just a beginner in the web development ,I did some search and came to know the following things.

Read more...