What is Blog & RSS
Lots of people don’t know about blog and rss. I have found a great atricle in msdn which is explaining all aspects of the Blog and RSS.Here is the link … http://msdn.microsoft.com/msdnmag/issues/04/04/XMLFiles/
Lots of people don’t know about blog and rss. I have found a great atricle in msdn which is explaining all aspects of the Blog and RSS.Here is the link … http://msdn.microsoft.com/msdnmag/issues/04/04/XMLFiles/
C# language provides many features and null-coalescing operator(??) is one of them. It’s a great operator to check whether object is null and if it is null then it will provide a default value. I have seen most of the people are not using while it’s a great feature. So I decided to write a
Microsoft has launched anti scripting library to secure your website from cross scripting.The Anti-Cross Site Scripting Library can be used to provide a high degree of protection to Web-based applications against Cross-Site Scripting (XSS) attacks. http://www.microsoft.com/downloads/details.aspx?familyid=efb9c819-53ff-4f82-bfaf-e11625130c25&displaylang=en
In this post I’m going to explain you about Linq AddRange method. This method is quite useful when you want to add multiple elements to a end of list. Following is a method signature for this. public void AddRange( IEnumerable collection ) To Understand let’s take simple example like following. using System.Collections.Generic; using System; namespace
Copyright @2024 Dotnetjalps