Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • The Case of the missing ASP.NET tab in IIS

    We recently had a problem on our development build server that had us puzzled. The ASP.NET tab disappeared and our CruiseControl.NET server quit working. We had seen the problem with CruiseControl.NET before - a serialization error on DateTime - and we knew it was related to running the dashboard in...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 07-26-2007, 12:00 AM
    Filed under: .NET, Software Development, ASP.NET, General Software Development
  • Want a new email signature? (ShorterSigs)

    ShorterSigs is a new service from Thycotic Software which solves the problem of communicating relevant contact information (and even your photo!) without cluttering up your email messages. This is just what every techie needs whether posting to forums, newsgroups or just a friendly chat among your peers...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 02-18-2007, 12:00 AM
    Filed under: .NET, Test Driven Development, Software Development, TDD, ASP.NET, General Software Development
  • 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
  • Simple pluggable forum software

    We had a requirement to provide a support forum in our online store for Secret Server which led to the classic "Buy vs. Build" decision. Build : The requirements were very simple and it could be developed in-house but who wants to write simple forum code when it has been done many times before?! Buy...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 01-26-2006, 12:00 AM
    Filed under: .NET, Software Development, ASP.NET, ISV
  • Working around global.asax at runtime

    While this doesn't classify as great development practice, sometimes a well tested hotfix to a production site is just the right thing to solve a client's problem quickly. In our case, the problem was too many emails being sent due to ClientScriptExceptions (our own custom Exception that is thrown when...
    Posted to Jonathan Cogley's Blog (Weblog) by thycotic on 12-06-2005, 12:00 AM
    Filed under: .NET, Software Development, ASP.NET
  • Improve ASPX web page performance by combining Skin & CSS

    There has been numerous discussions happened on web site performance, ranging from UI design to Site H osting. Out of this, one of the important step is, to reduce the size of Http Response size. Optimizing Http Response will considerably reduce the page loading time at the browser. There are many ways...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 06-22-2009, 12:00 AM
    Filed under: Asp.Net, Response, C# 2.0, .NET, microsoft, visual studio, Themes, StyleSheet, Asp.Net 2.0, CSS, HTML, .NET 3.5, .NET 2.0, ASP.NET 3.5, .Net Development, .NET Framework, Visual Studio 2008, Web 2.0, Web Development, Tools, Performance, Code Perfromance, Skins, Web, Tips, General Software Development, Tips and Tricks, ASPX Page Performance, Software Development
  • 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
  • Exporting Dataset as CSV

    Hi Everyone, Below given an easy way to export data from a dataset as CSV(comma seperated values) . At first, it converts the datatable to html table format and then writes data as output stream. We need to set the Content-Type of Response object as Excel format and add the filename to be streamed on...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 03-25-2008, 12:00 AM
    Filed under: Asp.Net, csv, Response, Dataset, GridView, C# 2.0, .NET, microsoft, visual studio, Asp.Net 2.0, .NET 2.0, .Net Development, .NET Framework, Web 2.0, Web Development, Tools, Performance, Code Perfromance, Web, Tips, General Software Development, Tips and Tricks, ASPX Page Performance, Software Development, Visual Studio 2005
  • Simple way to check your code performance

    Hi guys, Of course, we all know foreach loop takes more time than for loop and there are lot of similar scenarios in .Net. Even if it takes lot of time, we'll be forced to use foreach loop at some cases. So it'll be better, if we come to know the time taken for executing a piece of code at the runtime...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 03-25-2008, 12:00 AM
    Filed under: debug, Asp.Net, csv, Response, C# 2.0, .NET, microsoft, visual studio, Asp.Net 2.0, .NET 2.0, .Net Development, .NET Framework, Web 2.0, Web Development, Tools, Performance, Code Perfromance, Web, Tips, General Software Development, Tips and Tricks, ASPX Page Performance, Software Development, Visual Studio 2005, Debugging
  • 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
Page 1 of 1 (10 items)