Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Halloween Horror: The SQL Timeout

    I don’t know when it started or why, but I love Halloween (and autumn for that matter). So keeping the tradition of Halloween alive, I’ve decided to share some “horror” stories from the software/IT field over the next few weeks. The SQL Timeout… A few years ago, myself...
    Posted to Craig Gemmill's Blog (Weblog) by CraigG on 10-09-2006, 12:00 AM
    Filed under: .NET, VB.NET, C#, ASP.NET, Software Development, SQL Server
  • Nullable types and ?? operator

    This time, i would like to discuss about a cool feature of C# 2.0. As you know, some database operations return null values and results into throwing exceptions unless you handled well in your business logic. .Net 2.0 has been solved by introducing nullable types. Lets discuss about its features and...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 06-06-2008, 12:00 AM
    Filed under: Asp.Net, C#, C# 2.0, Nullable types, .NET, microsoft, visual studio, Asp.Net 2.0, .NET 3.5, .NET 2.0, ASP.NET 3.5, .Net Development, .NET Framework, Visual Studio 2008, Web 2.0, Web Development, ORM Architecture, Tools, Architecture, Performance, Code Perfromance, Web, Tips, General Software Development, Tips and Tricks, Software Development, 3-Tier Architecture, C# Properties
  • Fun With Method Missing and C# 4

    Warning : What I’m about to show you is quite possibly an abuse of the C# language. Then again, maybe it’s not. ;) You’ve been warned. Ruby has a neat feature that allows you to hook into method calls for which the method is not defined. In such cases, Ruby will call a method on your class named method_missing...
    Posted to What's New (Weblog) by Anonymous on 08-27-2009, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, aspnetmvc, Software Development, DLR, C#, dynamic
  • MSChart - Dynamic assign ChartArea, Series, Legends etc..

    This tutorial will help you how to install the MS Chart extension and create a column graph with MS Chart in ASP.NET 3.5 (C#). Note: MS Chart will work with ASP.NET 3.5 and above only. Download and install: Microsoft Chart Controls for Microsoft .NET Framework 3.5 http://www.microsoft.com/downloads/details...
    Posted to suthish nair (Weblog) by Suthish Nair on 10-20-2009, 12:00 AM
    Filed under: ASP.NET, C#, Software Development, MSChart
  • Find CheckBox from GridView in Content Page/Master Page

    How to find a control from GridView which resides in Content Page Here the example using to find the CheckBox, hope this will help you all... .aspx code <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server"> <asp:GridView ID="GridView1"...
    Posted to suthish nair (Weblog) by Suthish Nair on 04-29-2010, 12:00 AM
    Filed under: ASP.NET, C#, Software Development, Visual Studio, .NET, .NET FAQ
  • Null Or Empty Coalescing

    In my last blog post, I wrote about the proper way to check for empty enumerations and proposed an IsNullOrEmpty method for collections which sparked a lot of discussion. This post covers a similar issue, but from a different angle. A very long time ago, I wrote about my love for the null coalescing...
    Posted to What's New (Weblog) by Anonymous on 06-17-2010, 12:00 AM
    Filed under: ASP.NET, Software Development, C#, coalescing, extension methods
Page 1 of 1 (6 items)