background preloader

Ic#code

Ic#code

Elevate Design Pattern IOC and DI Updated with links of Other Application Blocks Table of Contents Introduction I have been recording and writing on design pattern and UML. You can visit me at to see my work. In the previous article we discussed about the fundamentals of IOC and DI design patterns. In the same article we also discussed about how Windsor can be used to solve this problem. Lately I have been writing and recording videos heavily on design patterns , UML and many architectural stuff you can visit for design pattern and UML videos. You can read my previous articles on design patterns and UML in the below links:- Part 1 – Design patterns Factory, Abstract factory, builder, prototype, shallow and deep copy, and singleton and command patterns SoftArchInter1.aspx Part 2 – Design patterns Interpreter, Iterator, Mediator, Memento and observer patterns SoftArch2.aspx Part 3 – Design patterns State, Stratergy, Visitor, Adapter and fly weight pattern SoftArch3.aspx The problem

DiGiovanni : Web Development with SharpDevelop, Web Matrix, and Visual Studio.NET 2003 makes development a whole lot easier than it ever was before. But what if you have to develop a web application and you do not have the power of VS.NET 2003 available to you? I would hate to be without Intellisense (I’m spoiled), debug support, and many of the other features that VS.NET 2003 provides. There is a way to accomplish this developmental challenge with the following three tools: SharpDevelop, the free open source .NET IDE, has just been released as Fidalgo RC1 (6/16/2004). SharpDevelop’s IDE is very similar to VS.NET 2003; it even has a version of Intellisense. Web Matrix, the free ASP.NET IDE was released by Microsoft to support ASP.NET development. DebugCLR (DbgCLR.exe) is available in the .NET Framework SDK or with Visual Studio. Code snippets in this example are in C#, but can be modified for VB.NET. Configuring the Solution in SharpDevelop SharpDevelop has a similar notion of a solution called Combines. Adding a combine: File > New Combine: –Mark

Related: