Browse by Tags

Related Posts

  • ASP.NET MVC project and TFS Team build issue

    I was trying to include my ASP.NET MVC project in a TFS team build today but the build failed so I've investigated this issue and thought it will be helpful to share it with the community. To get the MVC project build successfully with the team build make sure of the following: - Your build server has...
    Posted to Hosam Kamel (Weblog) by HosamKamel on 11-20-2008, 12:00 AM
    Filed under: Web Application Project, ASP.NET Tips & Tricks, ASP.NET, .NET, ASP.NET Deployment, .NET 3.0 & .NET 3.5, VSTS, TFS Team Build, ASP.NET MVC, MVC
  • Some useful links for ASP.Net MVC

    Here are some links that contains more useful information on ASP.Net MVC. ASP.NET MVC Preview 3 Release This links contains highlevel chnages in MVC preview 3 release and also link to source code at codeplex. Inversion of Control, ASP.NET MVC and Unit Testing Fredrik Kalseth has a cool article that talks...
    Posted to Venkatasai's Blog (Weblog) by Karlapudi on 07-02-2008, 12:00 AM
    Filed under: MVC, ASP.NET, ASP.Net MVC, MVC Tip, MVC Contrib, Spring.Net
  • ASP.NET MVC Preview 3 release

    Deze morgen publiceerden we de Preview 3 build van het ASP.NET MVC framework. Ik blogde vorige maand gedetailleerd over een voorlopige broncode release waarin we verschillende veranderingen aangebracht hebben met deze Preview 3 release. De versie van vandaag bevat veel van de veranderingen in de Preview...
    Posted to Scott Guthrie's Blog in Dutch (Weblog) by Joeri Pansaerts on 05-30-2008, 12:00 AM
    Filed under: User Controls, ASP.NET, Visual Studio, MVC, .NET, UNIT TEST, ASP.NET MVC
  • 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#
  • ASP.NET Podcast Show #106 - Phil Haack on ASP.NET MVC

    Subscribe <-- Everybody's doing it Download Original url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2007/12/14/asp-net-podcast-show-106-phil-haack-on-asp-net-mvc.aspx Show Notes: Phil Haack . MVC background on Wikipedia . REST on Wikipedia . Background on MVC . Download . Send me...
    Posted to Wallace B. McClure (Weblog) by Wallym on 12-14-2007, 12:00 AM
    Filed under: Community News, ASP.NET, MVC, ASP.NET MVC
  • 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
  • ASP.NET MVC RC1, ValidateInput, A potential dangerous request and the Pitfall

    In the latest release of ASP.NET MVC, a new attribute ValidateInput is introduced which is same as Web Forms ValidateRequest page directive, certainly a good choice. Phil Haack blogged it , so as Steven Smith and also Nick Berarrdi . But it starts to break when you want to accept html tags from your...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by kazimanzurrashid on 02-14-2009, 12:00 AM
    Filed under: Asp.net, MVC, DotNetShoutout, ASPNETMVC, ASP.NET MVC
  • ASP.NET MVC, Unity and Common Service Locator

    In this post, I will show you how can you extend Microsoft Patterns & Practices Unity Application Block and use it in ASP.NET MVC in conjunction with Patterns & Practices Common Service Locator . Extending Unity Unity is a dependency injection container from MS Patterns & Practices team....
    Posted to Kazi Manzur Rashid's Blog (Weblog) by kazimanzurrashid on 02-15-2009, 12:00 AM
    Filed under: Asp.net, MVC, ASPNETMVC, ASP.NET MVC, Common Service Locator, IoC/DI, Unity
  • Implementing UnitOfWork Pattern In Linq To SQL Application

    In my previous post , I have shown how to create Linq to Sql Repository which will have the maximum code coverage, In this post, I will show a simple UnitOfWork class which will flash the changes back to your database. I will be again use my ongoing UnityCommonServiceLocatorMVC project. Lets assume that...
    Posted to Kazi Manzur Rashid's Blog (Weblog) by kazimanzurrashid on 02-26-2009, 12:00 AM
    Filed under: Asp.net, MVC, LINQ to SQL, DDD, ASPNETMVC, ASP.NET MVC, Common Service Locator, IoC/DI, Unity, Mock, Unit Test, Unit Of Work
Page 1 of 7 (70 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities