What’s New in ASP.NET Boilerplate v3.4
ASP.NET Boilerplate v3.4 has just been released (see change logs). In this article, I will highlight some new features and changes. We were in NDC London 2018 Conference as a partner Entity Histor...
ASP.NET Boilerplate v3.4 has just been released (see change logs). In this article, I will highlight some new features and changes. We were in NDC London 2018 Conference as a partner Entity Histor...
It was an exciting experience for us to be a partner in NDC London 2018 Conference. We had an amazing week in London. About 700 software related attendees from all around the world met together. NDC ...
In this article, I will explain how to use DevExtreme components into ASP.NET Zero based applications. I won’t explain details about how to configure and run ASP.NET Zero. There is already detailed e...
I’ve been developing Asp.Net Zero and Asp.Net Boilerplate web frameworks. Recently we added a Xamarin project integrated to Asp.Net Zero backend. I am sharing my experiences with this article. Xamari...
We are proud to release ASP.NET Zero v5.0 with significiant improvements and exciting new features. For those who don’t know what is ASP.NET Zero: ASP.NET Zero is a well-architected Visual Studio so...
In this article, I will show how to create a web farm on docker with using redis and haproxy, step by step. In this sample, there will be a web api project as a web server apps (.net core framework) ...
What is an application framework? An application framework make writing applications easier. To explain in detail, the framework takes all the complexities of interfacing with the different environme...
In this article, I won’t explain what is dependency injection (DI). I will try to explain how DI in ASP.NET Core works what can we do with it and how we can use other DI containers (Autofac and Castl...