Browse by Tags

All Tags » Tips and Tricks » .NET » Visual Studio » ASP.NET (RSS)

Tip/Trick: Hard Drive Speed and Visual Studio Performance by ScottGu

People often ask me at conferences for PC hardware recommendations. Specifically - "what type of machine do you recommend I get for doing development with Visual Studio?" and/or "your laptop seems really fast, what type is it?" Some of my recommendations...

Tip/Trick: Building a ToJSON() Extension Method using .NET 3.5 by ScottGu

Earlier this year I blogged about a new language extensibility feature of C# and VB called "Extension Methods". Extension methods allow developers to add new methods to the public contract of an existing CLR type, without having to sub-class it or recompile...

Tip/Trick: Automating Dev, QA, Staging, and Production Web.Config Settings with VS 2005 by ScottGu

One of the questions I get asked fairly regularly is: "how can I can easily change different configuration settings in my web.config file based on whether my application is in a dev, qa, staging or production mode?" The most common scenario for this is...

Public Hotfix Patch Available for VS 2005 F5 Debugging Performance Issue with ASP.NET by ScottGu

Over the last year we've seen several people report having performance problems when using F5 to run/debug ASP.NET 2.0 applications using Visual Studio 2005. The problem in theses cases typically wasn't with building the project, but rather that it sometimes...

July 4th Links: ASP.NET, ASP.NET AJAX, Visual Studio, Silverlight and IIS7 by ScottGu

I've fallen behind on my weekly link-listing series - apologies for the delay. ASP.NET ASP.NET RSSToolkit 2.0 Released : One of the cool projects for ASP.NET 2.0 that was released last year was this free RSS Toolkit - which makes consuming and exposing...

Tip/Trick: Creating Packaged ASP.NET Setup Programs with VS 2005 by ScottGu

Scenario You have built an ASP.NET Web Application using Visual Studio 2005, and want to enable customers to automatically install and deploy it on servers via an easy setup program. Specifically, you want to create a standard Windows setup program that...

Recipe: Deploying a SQL Database to a Remote Hosting Environment (Part 1) by ScottGu

Scenario: You finish building a great ASP.NET application, have everything tested and working right on your local system, are taking full advantage of the new ASP.NET 2.0 Membership, Role and Profile features, and are ready to publish it to a remote hosting...

Tip/Trick: How to Run a Root “/” Site with the Local Web Server using VS 2005 SP1 by ScottGu

One of the questions I'm often asked is whether it is possible to run an ASP.NET web-site project as a top-level root "/" site using the built-in VS web-server and the VS 2005 Web Site Project model. By default, when you open a web-site as a file-system...

Gotcha: Don't use <xhtmlConformance mode="Legacy"/> with ASP.NET AJAX by ScottGu

Recently I've helped a few developers who have been having some weird JavaScript issues (both when using ASP.NET AJAX and with some other custom JavaScript routines they were using). The culprit was that they had automatically migrated a VS 2003 Web...

Tip/Trick: How to Register User Controls and Custom Controls in Web.config by ScottGu

I've been including this technique in my ASP.NET Tips/Tricks talks the last year, but given how many people are always surprised by its existence I thought it was worth a dedicated tip/trick post to raise the visibility of it ( click here to read other...
More Posts Next page »