If you’re like me and didn’t have the time to follow the .NET Conf 2022 , fear not! Microsoft...
ASP.NET
The MVC view data cache is good but sometime we just want to reset the page’s value...
I am very happy to get the message today that GitHub is freee for use the private...
Introduction The ASP.NET exception is not user friendly, so we should create our custom exception handler, but...
ntroduction ServiceStack.OrmLite is an Open Source, Fast, Simple, Typed ORM for .NET, the performance is better than...
The MVCSiteMapProvider is powerful and can generate the site map menu from xml, but sometime you may...
Introduction If you want to develop a web application which requires authentication or security features not included...
Introduction When you use the Ajax call in ASP.NET MVC, you just can return a JSON object but not a file, if you want to do that, you need to create and save the file in server and return it’s path to Ajax, after that, you can call a redirect link for download the file, because this is a temp file, so you should need to delete it after download.











