Browse by Tags

Related Posts

  • Rules to Better Software Development

    I found this great link the other day from SSW discussing recommended coding standards. It provides a categorized list of best practices to follow when doing software (and specifically .NET) development. You can read them all here . Very useful stuff. Hope this helps, Scott
    Posted to ScottGu's Blog (Weblog) by ScottGu on 07-27-2006, 12:00 AM
    Filed under: Tips and Tricks, .NET
  • Rules to Better Software Development

    I found this great link the other day from SSW discussing recommended coding standards. It provides a categorized list of best practices to follow when doing software (and specifically .NET) development. You can read them all here . Very useful stuff. Hope this helps, Scott Share this post: Email it...
    Posted to Community Blogs (Weblog) by Anonymous on 07-28-2006, 12:00 AM
    Filed under: .NET, Tips and Tricks
  • Rules to Better Software Development

    I found this great link the other day from SSW discussing recommended coding standards. It provides a categorized list of best practices to follow when doing software (and specifically .NET) development. You can read them all here . Very useful stuff. Hope this helps, Scott Share this post: Email it...
    Posted to ASP.NET Team Blogs (Weblog) by Anonymous on 07-27-2006, 12:00 AM
    Filed under: .NET, Tips and Tricks
  • Tip/Trick: List Running ASP.NET Worker Processes and Kill/Restart them from the command-line

    Problem You want a quick way to kill a process on your system, or kill and restart an ASP.NET or IIS worker process. Solution Windows has two built-in command-line utilities that you can use to help with this: Tasklist and Taskkill . Within a command-line window you can type "Tasklist" to obtain a listing...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 07-01-2006, 12:00 AM
    Filed under: Tips and Tricks, .NET, ASP.NET
  • Tip/Trick: List Running ASP.NET Worker Processes and Kill/Restart them from the command-line

    Problem You want a quick way to kill a process on your system, or kill and restart an ASP.NET or IIS worker process. Solution Windows has two built-in command-line utilities that you can use to help with this: Tasklist and Taskkill . Within a command-line window you can type "Tasklist" to obtain a listing...
    Posted to ASP.NET Team Blogs (Weblog) by Anonymous on 07-01-2006, 12:00 AM
    Filed under: .NET, Tips and Tricks, ASP.NET
  • Tip/Trick: Creating Re-Usable Project and Item Templates with VS 2005

    Typically when you work on projects you have a standard approach that you like to use to structure and organize your code (folder layout, default namespaces included, assembly references included by default, standard CSS stylesheets included, etc). This is often the first thing developers setup and do...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-04-2006, 12:00 AM
    Filed under: ASP.NET, Visual Studio, .NET, Tips and Tricks
  • String Streams in .Net

    I while ago (almost 2 years) I posted a way to create a string stream in .Net. There has been a number of new comments added to that post recently so I figured I needed to update that example. Most API's that look for a Stream will also allow either a TextReader or TextWriter depending on the context...
    Posted to Wes' Puzzling Blog (Weblog) by puzzlehacker on 09-04-2006, 12:00 AM
    Filed under: Tips and Tricks, .NET, Code
  • CSS Control Adapter Toolkit Update

    Today we released a refresh of the CSS Control Adapters for ASP.NET 2.0 (incorporating bug fixes, feature suggestions, and adding support for new controls). You can download it for free and immediately begin using it to enable pure CSS optimized markup for the following ASP.NET controls: Menu TreeView...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-08-2006, 12:00 AM
    Filed under: ASP.NET, .NET, Tips and Tricks
  • Tip/Trick: Enabling Back/Forward-Button Support for ASP.NET AJAX UpdatePanel

    Nikhil recently posted a nice blog post that includes a new ASP.NET AJAX-enabled control called "HistoryControl". When added to a page it allows developers to programmatically add logical views into a browser's history list. This enables you to make AJAX enabled sites much more useful, and to follow...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-14-2006, 12:00 AM
    Filed under: ASP.NET, .NET, Atlas, Tips and Tricks
  • Tip/Trick: Patterns and Practices Guidance Explorer for .NET and ASP.NET

    I blogged about the cool new .NET and ASP.NET Guidance Explorer that the Microsoft Patterns and Practices Team has been working on back in June. Since then the team has been hard at work and recently moved the project to be hosted on CodePlex. You can visit and join the project here . All source code...
    Posted to ScottGu's Blog (Weblog) by ScottGu on 09-27-2006, 12:00 AM
    Filed under: ASP.NET, .NET, Security, Tips and Tricks
Page 1 of 7 (70 items) 1 2 3 4 5 Next > ... Last ยป