Author: admin

  • Blog
  • Author: admin

My blog post are appearing on MSDN ASP.NET MVC Content Map

Yesterday I was searching something and I got a nice surprise. I have seen my blog post for RSS reader is appearing on MSDN ASP.NET MVC content map. It is really proud movement for me. Following is the link from where you will get this. http://msdn.microsoft.com/en-us/library/gg416514%28v=VS.98%29.aspx On this page Microsoft has created a list of

Best way to do code review with GIT

Recently we had a discussion when you should do a code review when using GIT. As a general rule you should do code review often.There are two ways to do code review with GIT. We all know that GIT is known for it’s feature branch features. So each developer working on some feature should have

How to remove all the cache object from asp.net application

Cache object in .NET technologies very power full feature and we all use it for increasing out application performance. In one of my project i need to remove all of the my cache once some task was completed. So i have done some digging and i have found some beautiful way of removing all the

All about Virtual,Override and New in C#

Posted by Jalpesh Vadgama |  October 27, 2013 |  C#.NET |  6 comments    I have seen that lots of people get confused with Virtual, Override and new keyword in C#. So I thought it will be a good idea to write a blog post about it. In this blog post we will learn what is virtual, override