Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ASP.NET MVC Controller extensions

    In the course of preparing a soon-to-come showcase on ASP.NET MVC I needed to redirect a controller method to another controller's. I found this post by Matt hawley that got me started but I had to fix a bug. Since I had already created my own extension methods to allow sending a file as attachment,...
    Posted to Damien Thouvenin (Weblog) by d.th on 05-25-2008, 12:00 AM
    Filed under: ASP.NET MVC, MVC, ASP.NET, C#
  • Oxite - The ASP.NET MVC CMS

    The guys over at Channel 9 have created the first blogging engine/content management system (CMS) based on the open source ASP.NET MVC framework. It's named Oxite and is avaliable to download now (in a Alpha version) on the Codeplex website . The first site that's built with it? Mix Online . Nice! Out...
    Posted to Chris Hardy (Weblog) by Chris Hardy (ChrisNTR) on 12-08-2008, 12:00 AM
    Filed under: Agile, ASP.NET, C#, alt.net, MVC, open source, Mix, Ms-PL, Oxite, ASP.NET MVC, Mix09, CMS Framework, Oxite CMS
  • Extend ASP.NET MVC for Asynchronous Action

    Numerous new features come into people’s eyes since ASP.NET 2.0 and asynchronous request handling is one of the most important parts. It reduces the working thread number by the async mechanism based on IO completion port when processing IO bound request and improves throughput of web sites significantly...
    Posted to Happy Coding (Weblog) by JeffreyZhao on 01-30-2009, 12:00 AM
    Filed under: C#, .NET, ASP.NET MVC, MVC, ASP.NET
  • The State of .NET in Dallas

    When: Tuesday, May 28, 2009 - 1:30 - 4:30 PM Where: Microsoft - Dallas Offices - 7000 SR-161 (George Bush Turnpike) A free, unbiased look at the current and future development with .NET. Join Markus Egger, the Publisher of CoDe Magazine and CSA of EPS Software Corp. for an afternoon of free and independent...
    Posted to David McCollough (Weblog) by dmccollough on 04-03-2009, 12:00 AM
    Filed under: ASP.NET, C#, ASP.NET MVC, MVC, WPF, Windows 7, Microsoft Surface, Windows Azure
  • Squashing the asp.net MVC response - part 1

    The goal of this post : reduce the total size of a simple asp.net MVC page response. Our measuring tools : Firefox running Firebug and the YSlow plugin Source Code : Download here Lets use a really simple and common scenario as the example. The steps to create this really simple example are: Create a...
    Posted to BradVin's .Net Blog (Weblog) by bradvin on 04-12-2009, 12:00 AM
    Filed under: C#, .NET, ASP.NET, ASP.NET MVC, MVC
  • Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 2)

    In the previous post we have created our initial domain model, in this post I will show you how the domain model  is mapped to database with Entity Framework 4.0. But before that I would like to discuss how I usually structure the Visual Studio Projects. Most often I prefer to have a one class library...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 09-13-2009, 12:00 AM
    Filed under: Asp.net, C#, MVC, DDD, TDD, ASPNETMVC, ASP.NET MVC, Common Service Locator, IoC/DI, Unity, Mock, Unit Test, Open Source, Best Practise, jQuery, Entity Framework, Shrinkr
  • Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 3)

    In the previous post , we have created our initial repositories, in this post I will show how you can use the compiled query of Entity Framework in our repository. To use the compiled query we will put each query of our repositories into its own class and create some common interfaces that we can use...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by Kazi Manzur Rashid on 09-15-2009, 12:00 AM
    Filed under: Asp.net, C#, MVC, DDD, ASPNETMVC, ASP.NET MVC, Common Service Locator, Unity, Mock, Unit Test, Open Source, Best Practise, jQuery, Shrinkr
  • Free "State of .NET" Event

    Free "State of .NET" Event Two Locations - Dallas & Houston: Dallas: Thursday, December 3, 2009 1:30 - 4:30 PM Microsoft Dallas Office - 7000 SR-161 (George Bush Turnpike), Irving, TX 75039 Houston: Thursday, December 10, 2009 1:30 - 4:30 PM Microsoft Houston Office - 2000 W Sam Houston Pkway S,...
    Posted to David McCollough (Weblog) by dmccollough on 09-24-2009, 12:00 AM
    Filed under: ASP.NET, C#, ASP.NET MVC, MVC, Windows 7, Chris Koenig, .NET, Microsoft
  • The Aspnet Compiler Build Task in Visual Studio 2010 ASP.Net MVC 2 Projects

    If you crack open the project file in an ASP.Net MVC 2 application (in notepad or unload your project and then click “ Edit *.proj” ), you will notice an interesting line. <MvcBuildViews>false</MvcBuildViews> This is an option to enable a post build task that will run the Asp_net compiler...
    Posted to What's New (Weblog) by Anonymous on 05-14-2010, 12:00 AM
    Filed under: ASP.NET MVC, ASP.NET, MVC, ASP.NET MVC Framework, Joe Cartano, Visual Studio 2010, Web Deployment, WAP, Web.config, ASP.NET MVC 1.0 RC2, C#, Web.Config Transformation, ASP.NET 4
  • ASP.NET MVC Free eBook Chapter

    Scott Guthrie wrote the 1st chapter of this soon to be released book about ASP.NET MVC. You can read all about in his blog post .   I’m that with everything Scott is involved with the book will be a best seller.
    Posted to David McCollough (Weblog) by dmccollough on 03-12-2009, 12:00 AM
    Filed under: ASP.NET, C#, E-Book, Scott Guthrie, ASP.NET MVC, MVC
Page 1 of 2 (11 items) 1 2 Next >