Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • ClubStarterKit - where do we go?

    Wow, what a year. Not exactly what I'd expected. Before I dive into where we are now, let me preface this post by saying I have NOT forgotten ClubStarterKit! Although I was not the original author, I feel like it's my baby. I can't just forget about it. Not going to happen. You might be quick to point...
    Posted to Zack Owens (Weblog) by zowens on 07-29-2008, 12:00 AM
    Filed under: Visual Basic, C#, Open Source, ASP.NET, ClubStarterKit, SubSonic, ASP.NET MVC, ASP.NET Performance
  • ASP.NET MVC "Pager" HTML Helper

    So I am building my own custom blog using the ASP.NET MVC Framework, and I have been working on the paging aspect.  I will be going into more detail how i achieved this but for now, I am publishing a HtmlHelper I have made which has helped me, believe it or not lol, in the paging.  The way...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 07-01-2008, 12:00 AM
    Filed under: C#, Custom Controls, .NET 3.5, Extension Methods, ASP.NET MVC
  • A Simple MVC Preview 3 Contact Form, Custom HtmlHelper and Model Example

    I have just recently designed a site for a client and decided to use MVC for it.  I think above all the best thing I enjoy about it, is the clean markup that is outputted.  Of course I also have great administration for the work and effort that has gone into the actual framework, it is superb...
    Posted to Andrew Rea (Weblog) by REA_ANDREW on 06-05-2008, 12:00 AM
    Filed under: HTML, C#, .NET 3.5, Extension Methods, ASP.NET MVC
  • Misuse of Delegates???

    In the evolution of the ideas presented in Java, C# has provided the idea of method delegation and delegates, which I'm sure you are well aware of. In C# 3.0 with the introduction of the LINQ, Lambdas were born. With Lambdas, we are able to provide an easy and elegant way to declare delegates. With great...
    Posted to Zack Owens (Weblog) by zowens on 05-26-2008, 12:00 AM
    Filed under: .NET, C#, ASP.NET, 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 MVC CSS Sprite

    A month ago, I wrote about my technique to output a CSS sprite for ASP.NET . Granted, I made a big mistake. I put WAY too much bloat into the post. Not a K.I.S.S. moment. I have reworked my CSS sprite technique to be unique to MVC. I've used the most recent build of the MVC framework, which can be downloaded...
    Posted to Zack Owens (Weblog) by zowens on 04-27-2008, 12:00 AM
    Filed under: .NET, C#, ASP.NET, ASP.NET MVC, CSS, ASP.NET Performance, CSS Sprite
  • CSS Sprite for ASP.NET

    CSS sprites are becoming popular as a way to increase application performance by eliminating HTTP requests by the client to the web server. It also serves as a path for better cache management. I will need to go through a bit of background before we start (sorry... we'll get to the generation in a second...
    Posted to Zack Owens (Weblog) by zowens on 03-05-2008, 12:00 AM
    Filed under: C#, JavaScript, ASP.NET, ASP.NET MVC, CSS, ASP.NET Performance, CSS Sprite
  • 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
  • MVC Storefront

    Twitter reference... Last night I finished watching the MVC Storefront videos; Since April 2008, Rob Conery has been putting together example videos of building a real world ASP.NET MVC app called the MVC Storefront. Through these videos there have been MVC preview updates, different design patterns...
    Posted to Chris Hardy (Weblog) by Chris Hardy (ChrisNTR) on 01-27-2009, 12:00 AM
    Filed under: ASP.NET, C#, .NET, General Software Development, Mix, ASP.NET MVC, Mix09, micro-blogging challenge, rob conery, Community News
  • 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
Page 1 of 12 (114 items) 1 2 3 4 5 Next > ... Last »