Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Converting VS 2008 Website to Web Application

    Background (skip if you know Web Application Projects) In VS 2002/2003, the web project model for a website was similar to "class library" projects, where you have a .CSPROJ or .VBPROJ file that keeps track of files "included" in the project, and compiles all the pages and controls code behind to a single...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 08-03-2008, 12:00 AM
    Filed under: ASP.NET 2.0, ASP.NET, Visual Studio, Orcas, .NET FAQ, .NET
  • .NET Job Offerings - Seattle, WA

    Axinom, the leading European technology integrator specializing in the Microsoft enterprise platform and ECM solutions, is entering the U.S. market. Read on, if you are interested in working for a company that uses cutting-edge technologies, works for the most well-known brands, is profitable, grows...
    Posted to axinom! (Weblog) by Axinom on 04-21-2008, 12:00 AM
    Filed under: Axinom, ASP.NET 2.0, CMS, development, Portal, ASP.NET, .NET, ASP.NET Web, AJAX, C#, Visual Studio
  • Setting correctly your configuration for Web Deployment Projects VS08

    I read on MSDN Forums that it is not possible to use other configuration than Release and Debug. This is wrong. I am using it for Tech Head Brothers Portal, what you have to take care of is how you set your configuration. On the following picture you see how I defined a new Staging configuration and...
    Posted to Laurent Kempé (Weblog) by lkempe on 12-02-2007, 12:00 AM
    Filed under: ASP.NET 2.0, Visual Studio, ASP.NET
  • Web Deployment Projects for VS08 released as CTP & Migration tips

    My old build script wasn't working after the migration to this new version and you will find in this post the different adaptation that I had to do. Add missing ToolsVersion as following: < Project DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " ToolsVersion...
    Posted to Laurent Kempé (Weblog) by lkempe on 12-02-2007, 12:00 AM
    Filed under: Tech Head Brothers, ASP.NET 2.0, Visual Studio, ASP.NET
  • Starting ASP.NET Development Server from a right click in explorer

    Update : Following the comment of Jon Galloway I know that there are other solutions doing this but I was just asked about how to do it today (hey Christine ;) and had this registry file stored somewhere for a while waiting for a blog post. Save this to a file with an extension .reg, e.g. "asp.net web...
    Posted to Laurent Kempé (Weblog) by lkempe on 07-06-2007, 12:00 AM
    Filed under: Tools, ASP.NET 2.0, Visual Studio, ASP.NET
  • ASP.NET Development Server crash

    This morning I had a strange crash of ASP.NET Development Server, it is the first time that it happens and I was really stressed about it. With debugger I got: " An unhandled exception of type 'System.StackOverflowException' occurred in Unknown Module." I thought of third parties assemblies...
    Posted to Laurent Kempé (Weblog) by lkempe on 08-03-2006, 12:00 AM
    Filed under: ASP.NET 2.0, Visual Studio, .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
  • ORM Technology - nHibernate vs Linq

    I'm back after some time away from my blog ;).. This time i would like to tell about my favourite "nHibernate" and ORM Technology. Not So Long Ago, i’ve attended a microsoft seminar on Visual Studio 2008 & VSTS . It was a nice presentation and we have had a delicious lunch too;)…Presentation on VSTS...
    Posted to Runtime Debugger - kannan M ambadi's blog (Weblog) by kannan.ambadi on 01-16-2009, 12:00 AM
    Filed under: Asp.Net, C# 2.0, .NET, linq-to-sql, Ado.Net, vsts, microsoft, LINQ, visual studio, Asp.Net 2.0, .NET 3.5, .NET 2.0, ASP.NET 3.5, .Net Development, .NET Framework, Visual Studio 2008, nHibernate, Web 2.0, Web Development, ORM Architecture, Tools, Architecture
  • 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
Page 1 of 2 (13 items) 1 2 Next >