Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • C# Coding Standards by Lance's

    Following the right Coding standars comes with Practice and proper Guidance if you are a starter, and also lots of companies define or customize their own coding standards. When I came across this challange to define the coding standard for my team, I thought instead of reinventing the wheel and recollecting...
    Posted to Brij Mohan (Weblog) by mohanbrij on 10-10-2008, 12:00 AM
    Filed under: C#, C# Coding Standards, Programming
  • Announcing the Notches Toolbar

    We released the first version of the Notches Toolbar today . From the start, we’ve always felt that reviews need to be delivered contextually and thus have emphasized partnerships over simply aggregating reviews. At the same time, we recognize that partnerships are not always possible for a variety of...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 09-05-2008, 12:00 AM
    Filed under: Technology, Startup, Programming, NextNY, Notches
  • Free Programming ebook!!!

    Karl Seguin ( MVP ) has written a great ebook on the foundations of programming based on his very popular series of articles on the foundations of programming. Download this FREE ebbok - a must for all programmers! http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx
    Posted to The Dotnet Ninja (Weblog) by mcp111 on 07-06-2008, 12:00 AM
    Filed under: .net, programming, ebook
  • Is IIS7 on Vista not serving static content?

    If you add IIS7 and ASP.NET on Vista, many of the common HTTP modules are not installed by default – including the one for static content. The problem is that it doesn’t return a 404 or other error, but rather zero-byte files. If you’re seeing empty files returned for CSS, images and JScript files, this...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 07-02-2008, 12:00 AM
    Filed under: .NET, Microsoft, Vista, Software Development, Programming, Knowledge Base
  • We are looking to hire good developers

    Notches is hiring developers . We’re looking to bring on developers to be part of the core engineering team. We want people that can contribute to the product in a myriad of ways beyond coding. We want people who can ask the tough questions and challenge us. We want people who are not afraid to take...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 06-12-2008, 12:00 AM
    Filed under: .NET, Software Development, Web 2.0, C#, Personal, Entrepreneurship, Startup, Programming, Notches
  • Plea for Help: WCF 404 Error

    I’m putting out a plea for help. For some odd reason, we have a WCF service (running in IIS 6) that’s using streaming and BasicHttpBinding that will return a 404 error message every time it’s called from our client. Hitting the same URL on the box itself through IE renders the WSDL just fine. If you...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 06-07-2008, 12:00 AM
    Filed under: .NET, Development, Programming, General Software Development
  • The Challenges of Scaling Twitter's Follower Model

    I wrote previously that Twitter's architecture is not scalable for real-time messaging . Indeed, the Twitter development team talked about this recently . Twitter is, fundamentally, a messaging system. Twitter was not architected as a messaging system, however. For expediency's sake, Twitter was built...
    Posted to Loosely Coupled has moved (Weblog) by Tim Marman on 05-26-2008, 12:00 AM
    Filed under: Rants, Software Development, Programming, Twitter
  • ASP.NET MVC: UI Validation Framework Update

    I've taken some recommendations regarding the MVC UI Validation framework I originally posted about , which is available within the MvcContrib project. I'm still working on future advancements like attributing your model, but I did make a significant step forward ensuring both client and server side...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-19-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, Programming, MVC
  • ASP.NET MVC - Living in a Web Forms World

    When developing ASP.NET MVC applications, most examples or sites have shown you starting from complete scratch. This is all and well if you have the time to completely re-write an existing application for 6+ months or have started a v1 product. Right, in the "real-world" the former rarely happens...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-13-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, Programming, MVC
  • ASP.NET MVC - Using Post, Redirect, Get Pattern

    The ASP.NET MVC pattern tends to lead itself into a more simplified and "true" HTTP experience by re-introducing patterns that have been lost, or at least, not followed in many years. One such pattern is the Post, Redirect, Get (PRG) pattern in which it is "to help avoid duplicate form submissions and...
    Posted to eWorld.UI - Matt Hawley (Weblog) by mhawley on 05-09-2008, 12:00 AM
    Filed under: .NET, ASP.NET, Development, Programming, MVC
Page 1 of 39 (387 items) 1 2 3 4 5 Next > ... Last »