Category: My Blog

  • Blog
  • Category: My Blog

Linq- AddRange Method in C#

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

Microsoft ASP.NET 1.1 Starter Kits…

ASP.NET 2.0 is one of the most hottest plateform in the web developement but still lots of people are using asp.net 1.1 and it is quite popular among the developers.Those who want to learn asp.net the asp.net 1.0/1.1 are first step.Here are the some start kits provided by microsoft for asp.net 1.1. It still availablehere

How hackers hack the ajax enabled site. + Stop Hacking

Have you ever think about the securing your ajax enabled websites? Hacker use XSS vulnerabilities to hack this kind of site.I have found great link that deeply discuss the this XSS vulnerabilities. Mike Ormond has deeply explained about stopping hackers to hack your asp.net Ajax enabled website.here is the link http://blogs.msdn.com/mikeormond/archive/2007/04/04/hacking-ajax-applications.aspx

how to take a thumnail of a website with asp.net 2.0

Have you visited http://www.snap.comIt is a search engine with the snaps(thumbnail of the sites). It is a very unique .As .NET Developer we all like to find the way how we can take real time thumbnails of the website. I have searched a lot and i have found a great article on this.here is the