Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Singleton in action

    I had one of those 'wow that's cool' moments last weekend. This sounds really sad and you may think that I need a life, but I was playing with the code for a basic singleton pattern found at:- http://www.dofactory.com/Patterns/PatternSingleton.aspx I ran it with VS 2005 and stepped in to the code. I...
    Posted to Garry Pilkington (Weblog) by capgpilk on 10-28-2008, 12:00 AM
    Filed under: C#, .NET, asp.net, Patterns
  • Singletonitis

    While reading Joshua Kerievsky book "Refactoring to Patterns" could not go silent about abuse of Singleton pattern he described. The question that was asked in the book "When is a Singleton unnecessary?" - "Most of the time". Honestly, I can recall at least a few times when...
    Posted to sfeldman.NET (Weblog) by Sean Feldman on 10-22-2008, 12:00 AM
    Filed under: Books, .NET, OO, Patterns
  • In Search For Agile Domain Driven Design … Hopefully Part 1 of N

    The Useless Introduction You Used To :) This post has taken so long to be started in writing. I’ve been busy with many events in my life lately. Suffering from frequent limited internet access lately, and, all this moving between companies thing has been eating me. And yes, I admit, I' have been as tired...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 10-12-2008, 12:00 AM
    Filed under: ADO.NET, ALT.NET, Patterns, Agile, Architecture, .NET, RAYA, Domain Driven Design
  • My notes on becoming a better developer

    Following on from Justin Etheredge post about becoming a better developer, I would just like to add my nuggets of info. I find that it is very easy to get swamped by the amount of info out there just on .net. I am currently following three simple practices at the moment; set clear goals, refine a topic...
    Posted to Garry Pilkington (Weblog) by capgpilk on 09-22-2008, 12:00 AM
    Filed under: .NET, Unit Testing, MVC, Patterns
  • dotNETwork 7th: Design Patterns Via C# 3.0 Slides and Demos

    Design Patterns Via C# 3.0 View SlideShare presentation or Upload your own. (tags: design patterns ) Yesterday was my 2 part session about Design Patterns as part of dotNETwork 7th gathering . Thank you all guys for being there, There was so much interesting stuff about the audience. The conversation...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 09-01-2008, 12:00 AM
    Filed under: OOP, C#, Patterns, dotNETwork, Local Events, .NET FAQ, .NET
  • dotNETwork 7th Gathering: Delivering Design Patterns via C# 3.0

    dotNETwork, the most active offline user group in Egypt is having its 7th gathering next Saturday, August 30, which will have two parallel tracks for the first time in the group gathering. BizTalk Introduction, and C# 3.0 Design Patterns, which I will be delivering! If I were you to attend the event...
    Posted to Guru Stop (Weblog) by Mohamed Meligy on 08-23-2008, 12:00 AM
    Filed under: OOP, C#, Patterns, dotNETwork, Local Events, .NET
  • Command-Query Separation Principle

    A few days ago read in Larman's book about Command-Query Separation Principle. Funny to mention that I heard about the concept many times ago, but this is the only source that stated it as a principle. And it makes total sense once you evaluate all the pros and cons of the idea. What's the principle...
    Posted to sfeldman.NET (Weblog) by Sean Feldman on 06-16-2008, 12:00 AM
    Filed under: .NET, OO, Patterns
  • Understanding IoC Container

    In a multi layered application architecture, loosely coupled code is more than a important. It's the basic which can either help the entire project progress, or drive it down the slope to the end (in the bad meaning of the word). One of the basics to keep coupling as low as possible is Inversion of Control...
    Posted to sfeldman.NET (Weblog) by Sean Feldman on 02-14-2008, 12:00 AM
    Filed under: .NET, OO, Patterns
  • Immutable Collection (Secure Proxy Pattern) Example

    Mr. Mo has wrote a nice post about securing collection and turning it into an immutable object. I am adding my 20 cents by reminding a great example JP Boodhoo has showed during his "Nothin But .NET" training session, leveraging ReadOnlyCollection<T> class to make a collection immutable.
    Posted to sfeldman.NET (Weblog) by Sean Feldman on 02-04-2008, 12:00 AM
    Filed under: .NET, Patterns
  • Factory Pattern for User Controls

    User Controls are handy when working in web forms, but what a mess they can generate. I was asked what to do when UCs are used and some dependencies need to be injected during the construction - but UCs are a bit tricky in regards to construction. So the possibilities are: 1. Use new operator and instantiate...
    Posted to sfeldman.NET (Weblog) by Sean Feldman on 12-17-2007, 12:00 AM
    Filed under: .NET, OO, Patterns, ASP.NET
Page 1 of 5 (49 items) 1 2 3 4 5 Next >