Browse by Tags

All Tags » ASP.NET (RSS)

Microsoft MVP for the year 2011 by vik20000in

It’s been three year in a row now. I am MVP for the year 2011 also. It feels so great to get the news that I have been MVP again. Very big thanks to the MVP Team, My MVP Lead and Microsoft for giving the MVP award to me for 3 year in a row. Also a great...
Filed under: , , ,

Inserting 40,000 records in MYSQL from Asp.Net by vik20000in

Recently I got a task of importing about 40,000 records for a fixed length delimited file to MY SQL database. Copying the data into a list of Business object was not a problem, but to insert about 40000 records in MYSQL in an asp.net application looked...
Filed under: , , ,

Major Asp.Net security issue found - Temporary workaround provided by vik20000in

A new vulnerability in asp.net application was found last friday. This vulnerability exists include in all the Asp.net sites, including Asp.Net (All versions), Asp.Net MVC, SharePoint, Any framework in Asp.Net Like Dot Net nuke etc. An attacker of this...

LINQ to SQL and Case statement by vik20000in

Working with LINQ I realized that I had to use the simple case statement in my SQL query. There is no special keyword for this. To create a case statement like structure you will have to do it in the select section of the query. Below is an example of...
Filed under: , ,

Community Tech days on 11th July in Kolkata by vik20000in

We are having community Tech day’s event in Kolkata on 11th of July 2010. Event will be held in Moksh Banquet Hall, Block-A, 22 Camac Street, Kolkata 700016. Click here to Register for this CTD Some of the key topics of discussion in the event and the...

All the posts in LINQ series by vik20000in

In Last few weeks I have done a few LINQ series Post. Here is a list of all the posts done. Filtering data in LINQ with the help of where clause Using Take and skip keyword to filter records in LINQ TakeWhile and SkipWhile method in LINQ LINQ and ordering...
Filed under: , ,

LINQ and Aggregate function by vik20000in

LINQ also provides with itself important aggregate function. Aggregate function are function that are applied over a sequence like and return only one value like Average, count, sum, Maximum etc… Below are some of the Aggregate functions provided with...
Filed under: , , ,

Working with Joins in LINQ by vik20000in

While working with data most of the time we have to work with relation between different lists of data. Many a times we want to fetch data from both the list at once. This requires us to make different kind of joins between the lists of data. LINQ support...
Filed under: , , ,

17 new features in Visual Studio 2010 by vik20000in

Visual studio 2010 has been released to RTM a few days back. This release of Visual studio 2010 comes with a big number of improvements on many fronts. In this post I will try and point out some of the major improvements in Visual Studio 2010. 1) Visual...

Using the StopWatch class to calculate the execution time of a block of code by vik20000in

Many of the times while doing the performance tuning of some, class, webpage, component, control etc. we first measure the current time taken in the execution of that code. This helps in understanding the location in code which is actually causing the...
More Posts Next page »