Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • IIS7 Request Routing and Load Balancer Release Candidate Available for Download

    I’m excited to announce that IIS has released a Release Candidate of the new IIS7 Application Request Routing (ARR) extension!  ARR enables Web server administrators to easily scale-out Web applications and improve reliability through HTTP-level, rule-based routing and load balancing.  Read...
    Posted to iis (Weblog) by Anonymous on 11-13-2008, 12:00 AM
    Filed under: IIS7, ASP.NET, performance, IIS News Item, Administrators, Deployment, Extensions
  • Interesting Finds: 2008.11.01~2008.11.07

    .NET What's New in the BCL in .NET 4.0 NetMon API – Capture, Parse and and Capture File Access (with Managed P/Invoke example too) ICorDebug re-architecture in CLR 4.0 Parse a html string with ASP.NET controls Web NicEdit - another lightweight webEditor Groups of 50+ Ajax Examples OpenID使用手册 Obtrusive...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 11-06-2008, 12:00 AM
    Filed under: Interesting Finds, Web, .NET, Javascript, Performance, Debug, WebEditor
  • Interesting Finds: 2008.10.30~2008.10.31

    Web 网页栅格系统研究(1):960的秘密 - (2):蛋糕的切法 - (3):粒度问题 12 Steps To Faster Web Pages With Visual Round Trip Analyzer .NET Comparing Hash Table Implementations Performances MSDN Magazine November 2008 A simple QuadTree implementation in C# Debug My stored procedure "best practices" checklist PDC C# 4...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 10-31-2008, 12:00 AM
    Filed under: Interesting Finds, Web, .NET, SQLServer, Performance, Architecture, MSDN Mag
  • Linq to SQL: Delete an entity using Primary Key only

    Linq to Sql does not come with a function like .Delete(ID) which allows you to delete an entity using it’s primary key. You have to first get the object that you want to delete and then call .DeleteOnSubmit(obj) to queue it for delete. Then you have to call DataContext.SubmitChanges() to play the delete...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 10-30-2008, 12:00 AM
    Filed under: performance, C#, LINQ
  • Performance Profiling And Commerce Server 2007

    Not too long ago we had to do some performance profiling for a Commerce Server site that went into production a couple of months before. We knew we had some performance issues, but because of some inventory issues at the client, we had to rush the site into production. The first couple of days the performance...
    Posted to Lasse Eskildsen (Weblog) by lasseeskildsen on 10-16-2008, 12:00 AM
    Filed under: Performance, Commerce Server
  • Community Links 10/11/2008: URL Rewrite, ASP.NET, Extensibility, Diagnostics, WordPress

    Here are a few cool links I found today while catching up on my IIS reading:   URL Rewrite In case you missed it, the IIS7 URL Rewrite extension is now licensed for production use in its final beta release.  Deploy it today and get all the benefits from one of the most powerful IIS7 features...
    Posted to iis (Weblog) by Anonymous on 10-12-2008, 12:00 AM
    Filed under: IIS7, PHP, ASP.NET, troubleshooting, performance, Extensibility, IIS News Item, Community, URL Rewrite
  • Interesting Finds: 2008.10.08~2008.10.09

    .NET Richmond Code Camp 2008.2 - Functional C# Recap ASP.NET MVC with NHaml - F# Edition Formatting strings - String.Format vs String.Concat Encodo C# Handbook XmlDocument vs XElement Performance MPI.NET 1.0 Is Now Released...! Database Interview With Denny Cherry About SQL Server SQL Server - 2008 ...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 10-08-2008, 12:00 AM
    Filed under: Interesting Finds, .NET, Javascript, ASP.NET MVC, SQLServer, WinDbg, Performance, Regex, Cheat Sheet, Hang
  • Interesting Finds: 2008.10.05~2008.10.07

    .NET Announcing Lullaby 1.0 RC1 - an extensible open source attribute-based framework for creating RESTful .NET services Emgu CV - a cross platform .Net wrapper to the Intel OpenCV image-processing library An initialization pattern to avoid problems calling virtual method in constructor Sammy The Snake...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 10-06-2008, 12:00 AM
    Filed under: .NET, Game, ASP.NET MVC, SQLServer, Performance, Architecture, Regex, XNA, OpenCV, Mono
  • Using multiple broadband connections without using any special router or software

    I have two broadband connections. One cheap connection, which I mostly use for browsing and downloading. Another very expensive connection that I use for voice chat, remote desktop connection etc. Now, using these two connections at the same time required two computers before. But I figured out a way...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 10-05-2008, 12:00 AM
    Filed under: performance, General Software Development
  • Best practices for creating websites in IIS 6.0

    Every time I create an IIS website, I do some steps, which I consider as best practice for creating any IIS website for better performance, maintainability, and scalability. Here' re the things I do: Create a separate application pool for each web application I always create separate app pool for each...
    Posted to Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5 (Weblog) by oazabir on 10-04-2008, 12:00 AM
    Filed under: asp.net, performance, production, IIS
Page 1 of 28 (276 items) 1 2 3 4 5 Next > ... Last »