Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Server-side Office Integration -7 (Conclusion)

    Voow, I am almost done. On this Sunday night, at Panera, I have enjoyed writing while listening to the jazz and drinking coups of tea (3, so far). Alright, let's summarize briefly what we have done so far in these series: After giving some intro, In this complete but simple web application, we import...
    Posted to Mecit Atmaca (Weblog) by atmacam on 11-03-2008, 12:00 AM
    Filed under: C#, Design Patterns, SOA, AJAX, WCF, LINQ, Agile, CLR, Biztalk, SQL Server
  • Observer Pattern C#

    Introduction In this article, I will try to explain Observer Pattern, which is being used intensively in software, via brief and usable example. Definition As a word, Observer means a person who observes (Observer Pattern). In software world, however, it is defined as a one-to-many dependency among objects...
    Posted to Muhanad YOUNIS (Weblog) by mohi88 on 10-14-2008, 12:00 AM
    Filed under: C#, XML, Design Patterns, Observer Pattern, Architecture, Tutorial
  • Design Patterns – Part 6 published

    Part 6 of the design patterns series has just been published on DotNetSlackers . This part covers the adapter pattern. View it – Design Patterns – Part 6 Originally posted at http://msmvps.com/blogs/gbarnett . Please post all comments there. Thanks, Granville.
    Posted to Granville Barnett (Weblog) by gbarnett on 10-09-2008, 12:00 AM
    Filed under: .NET, C#, Design Patterns
  • Design Patterns – Part 5 published

    In this part of the series we look at the command pattern. I've also seen that Sonu has posted in the article quick links to the previous articles in the series as well. While the articles are not written in any specific order I would recommend that you read the first part before you read any of the...
    Posted to Granville Barnett (Weblog) by gbarnett on 10-07-2008, 12:00 AM
    Filed under: .NET, C#, Design Patterns
  • Design Patterns - Part 4 published

    Part 4 of the design patterns series I have been writing has just been published on DotNetSlackers . This part covers the singleton pattern. View it - Design Patterns - Part 4 Originally posted at http://msmvps.com/blogs/gbarnett . Please post all comments there. Thanks, Granville.
    Posted to Granville Barnett (Weblog) by gbarnett on 09-17-2008, 12:00 AM
    Filed under: .NET, C#, Design Patterns
  • Design Patterns - Part 3 published

    The third part of this series covers the factory pattern. View it - Design Patterns - Part 3 You may also be interested in part 1 (strategy) , and part 2 (observer) . Originally posted at http://msmvps.com/blogs/gbarnett . Please post all comments there. Thanks, Granville.
    Posted to Granville Barnett (Weblog) by gbarnett on 09-05-2008, 12:00 AM
    Filed under: .NET, C#, Design Patterns
  • Design Patterns - Part 2 published

    In the first part we looked at the strategy pattern, in part 2 of this design patterns series we take a look at the observer pattern. As I mentioned in a previous post this series is aimed more at developers that are relatively new to design patterns rather than the seasoned pro's. View it - Design Patterns...
    Posted to Granville Barnett (Weblog) by gbarnett on 08-22-2008, 12:00 AM
    Filed under: .NET, C#, Design Patterns
  • Design Patterns - Part 1 published

    I recently started writing a series on design patterns for DotNetSlackers . The series is aimed squarely at those who are new to design patterns. In the first part we cover the strategy pattern . At this moment in time I am not sure of how many parts the series will consist of but I have an idea so if...
    Posted to Granville Barnett (Weblog) by gbarnett on 08-19-2008, 12:00 AM
    Filed under: .NET, C#, Design Patterns
  • Design Patterns - Proxy Pattern

    Welcome back for another episode in the pattern series! This will also be the last article about Design Patterns, since I've finished reading the Head First Design Patterns book :) It's been a very interesting journey, lots of new patterns learned , lots of knowledge gained , and now it's time to apply...
    Posted to David Cumps (Weblog) by CumpsD on 08-16-2008, 12:00 AM
    Filed under: C#, General Software Development, Visual Studio, .NET, Design Patterns
  • Design Patterns - State Pattern

    It's been a while again, but it's time for another pattern. Today we'll look at the State Pattern . First of all, the definition: " Allow an object to alter its behavior when its internal state changes. The object will appear to change its class. " Read more at http://blog.cumps.be/design-patterns-state...
    Posted to David Cumps (Weblog) by CumpsD on 08-08-2008, 12:00 AM
    Filed under: C#, General Software Development, Visual Studio, .NET, Design Patterns
Page 1 of 4 (33 items) 1 2 3 4 Next >