Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • 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
  • Embrace the framework!

    House of Babel Sometimes I get involved with a .NET project where I find code that is just so "different" from the norm that I wonder how it got to such an extreme state; Code that reinvents Configuration, Threading, File IO, DataAccess, or sometimes even primitive data types. It strikes me as a form...
    Posted to Lance's Whiteboard (Weblog) by CodeSniper on 04-23-2007, 12:00 AM
    Filed under: .NET, ASP.NET, .NET 2.0, General Software Development
  • Finding Deadlocks with ReaderWriterLock and Typemock Racer

    My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2008/9/4/finding-deadlocks-with-readerwriterlock-and-typemock-racer.html
    Posted to ISerializable - Roy Osherove's Blog (Weblog) by RoyOsherove on 09-04-2008, 12:00 AM
    Filed under: Unit Testing, .Net 2.0, .NET, General Software Development, Typemock, Threading
  • Declarative Visual Studio addin buttons with icons

    My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2008/8/2/declarative-visual-studio-addin-buttons-with-icons.html
    Posted to ISerializable - Roy Osherove's Blog (Weblog) by RoyOsherove on 08-02-2008, 12:00 AM
    Filed under: .Net 2.0, .NET, General Software Development, Extensibility
  • Mocking LINQ Queries, Extension methods and Anonymous Types

    My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2007/11/17/mocking-linq-queries-extension-methods-and-anonymous-types.html
    Posted to ISerializable - Roy Osherove's Blog (Weblog) by RoyOsherove on 11-17-2007, 12:00 AM
    Filed under: Unit Testing, Agile Related, .Net 2.0, Testing Guidelines, .NET, Agile, General Software Development, Art Of Unit Testing, altnetconf, altnet
  • Dave Platt In Israel - CAB Fans Prepare yourself

    My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2007/10/23/dave-platt-in-israel-cab-fans-prepare-yourself.html
    Posted to ISerializable - Roy Osherove's Blog (Weblog) by RoyOsherove on 10-23-2007, 12:00 AM
    Filed under: .Net 2.0, .NET, General Software Development, C#
  • Microsoft gets Design For Testability with new MVC framework for ASP.NET- Finally.

    My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2007/10/6/microsoft-gets-design-for-testability-with-new-mvc-framework.html
    Posted to ISerializable - Roy Osherove's Blog (Weblog) by RoyOsherove on 10-06-2007, 12:00 AM
    Filed under: .Net 2.0, .NET, ASP.NET, General Software Development
Page 1 of 2 (12 items) 1 2 Next >