Live Traffic Feed

A visitor from Yekaterinburg viewed 'Vimal Vataliya' 7 days 23 hrs ago
A visitor from Voronezh viewed 'filter row datagrid with multiple column on keyup ' 25 days 3 hrs ago
A visitor from St petersburg viewed 'Vimal Vataliya' 26 days 16 hrs ago
A visitor from Boardman viewed 'Vimal Vataliya' 26 days 16 hrs ago
A visitor from Virginia viewed 'Vimal Vataliya' 26 days 16 hrs ago
A visitor from Washington viewed 'filter row datagrid with multiple column on keyup ' 26 days 22 hrs ago
A visitor from Gatchina viewed 'filter row datagrid with multiple column on keyup ' 28 days 11 hrs ago
A visitor from Yekaterinburg viewed 'Open Source cryptocurrency Exchanges | Vimal Vatal' 1 month ago
A visitor from Gatchina viewed 'Open Source cryptocurrency Exchanges | Vimal Vatal' 1 month 2 days ago
A visitor from Omsk viewed 'Open Source cryptocurrency Exchanges | Vimal Vatal' 1 month 7 days ago

Friday, April 24, 2020

10 Performance-Improvement Tips for ASP.NET Core 3.0 Applications

Leave a Comment
Performance is very important; it is a major factor for the success of any web application. ASP.NET Core 3.0 includes several enhancements that scale back memory usage and improve turnout. In this blog post, I provide 10 tips to help you improve the performance of ASP.NET Core 3.0 applications by doing the following: Avoid synchronous and use asynchronous Try to avoid synchronous calling when developing ASP.NET Core 3.0 applications. Synchronous calling blocks the next execution until the current execution is completed....
Read More

Thursday, April 23, 2020

Best 20 .net core libraries every developer should know

Leave a Comment
Net Core is a lightweight and cross-platform version of the DotNet framework and the wonderful thing is that Developers required the same expertise to code with .Net Core as .Net Framework. With Every new Update, new features are added that help developers deploy high-performance & highly scalable applications using less Code. In this article, I’m listing down some of the most useful but not very commonly used .Net Core Libraries that every developer needs...
Read More

ASP.NET Core-Based Open-Source Projects

Leave a Comment
Open-source projects are great for getting started and serve as a good source for architecture reference. There are several open-source ASP.NET Core projects available in GitHub. These projects will help you learn ASP.NET Core technology in-depth, with different types of architecture and coding patterns. Some of the top real-time applications or sample architecture reference projects across different categories are listed in this article. What are you waiting for? Check out these projects and get started! nopCommerce nopCommerce...
Read More