-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: C#
Get Identity Column Name At Runtime in LINQ to SQL
This is a small post but it might be helpful. I have created a Table Called “Test” in Database with 2 Columns. 1. CategoryId -> Primary Key, Identity Column, Not Null 2. Name -> nVarchar(100), Not Null Drag and Drop … Continue reading
Posted in C#
Leave a comment
High Quality Thumbnail Generator At Runtime Using ASP.NET And C#
Welcome to my first post. I have coded a class to generate High quality thumbnails at runtime and also cache these images. This class “Images.cs” is inherited by IHttpHandler so that this can be used as Handler to serve thumbnails. … Continue reading
Posted in ASP.NET, C#
Leave a comment