smallfox

Stories kicked by smallfox

Design Patterns – Using the State Pattern in C#(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 7 months ago

The State Pattern is a behavioral pattern that can be used to alter the behavior of an object at run time. As the state of an object changes, the functionality of the object can change drastically. This change of behavior is hidden from the Client and the Client interfaces with a wrapper object known as the Context. The State Pattern is a dynamic version of the Strategy Pattern. read more...

add a comment |category: |Views: 397

tags: another

Design Patterns – Using the Observer Pattern in C#(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 8 months ago

The Observer Pattern belongs to the category of Behavioral patterns. In some applications, the state of an object (the subject) is constantly changing (Ex: the price of a product varies depending on market demand). There could be other objects (observers) that are interested in getting notified when the state of the subject changes. The Observer Pattern can be used to communicate the changes between a subject and one or more observers. The Observer Pattern defines a one to one dependency between the subject and the observers so that when a subject changes state, all the observers are notified. read more...

add a comment |category: |Views: 332

tags: another

Design Patterns – Using the Abstract Factory Pattern in C#(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 8 months ago

The Abstract Factory Pattern provides an interface for creating families of related objects without specifying their concrete classes. The Abstract Pattern makes sure that the client does not know anything about the objects being created. The pattern hides the implementation of the product definitions and their class names and the only way the client can create a product is through the factory. read more...

add a comment |category: |Views: 452

tags: another

Learning how to Read & Write to the Windows Registry(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 9 months ago

The registry is a bane to use and work with, but lets face it many, many applications we will work on will utilize it. Because of this fact we are going to review how to read and write data to it in a simple and easy fashion. read more...

add a comment |category: |Views: 172

tags: another

Design Patterns – Using the Adapter Pattern in C#(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 9 months ago

An Adapter pattern also known as the “Wrapper pattern” makes it easier to implement solutions that interface with multiple systems. There are situations in which a system we are working needs to interact with another system, third party API or a legacy component. This interaction becomes challenging if the systems are not compatible with each other. There is no standard way to implement a particular system. How do we make it easy to tie all the incompatible systems together? With the help of the Adapter pattern. read more...

add a comment |category: |Views: 544

tags: another

Daily tech links for .net and related technologies - June 6, 2009(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 11 months ago

Daily tech links for .net and related technologies. read more...

add a comment |category: |Views: 215

tags: another

11 Optimization Tips for Visual Studio(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 3 years, 1 month ago

Sometimes ago I compiled this list for myself and our team to help get things done faster and deal with visual studio quirks. read more...

add a comment |category: |Views: 951

tags: another

6 Tools To Be An Effective Web Developer(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 2 months ago

There has always been and probably always will be feuds over what is the best platform but what I want to show you is that those arguments are mostly irrelevant. Regardless of what platform you choose to develop on there are most of the same tools available in one form or another. The common components, for me anyway, that help me produce high quality code faster and is easier to maintain are a good IDE, easy to use unit testing and mocking frameworks, an ORM, a MVC framework, and a good JavaScript library. read more...

1 comment |category: |Views: 999

tags: another

Memento Pattern(simplyvinay.com)

submitted by extremecoderextremecoder(255) 3 years, 2 months ago

Design Patterns for Dummies. The Memento Pattern read more...

add a comment |category: |Views: 12

tags: another

Free ASP.NET MVC eBook Tutorial - ScottGu(weblogs.asp.net)

submitted by beckelmwbeckelmw(2755) 3 years, 2 months ago

There has been a lot of excitement in the community about the new ASP.NET MVC framework that is about to ship (literally any day now – announcement coming soon). As with anything new, people are also asking for more tutorials/samples/documentation that cover how to get started and build applications with it. Over the last few months I’ve been helping to contribute to an ASP.NET MVC book that Scott Hanselman, Rob Conery, and Phil Haack have been writing for Wrox. The book is now in production, and will be available to buy in stores soon read more...

2 comments |category: |Views: 802

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Collection Of Puzzles For Programmers(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 2 months ago

A nice collection of puzzles. Some are harder than others so there is something for everyone. You can choose any language you want, you will see that there are solutions in C#, Ruby, Python, Visual Basic, SQL, JavaScript, C++ and other languages. read more...

2 comments |category: |Views: 578

tags: another

Comparing ORMs - LINQ-to-X, LightSpeed, EntitySpaces and OpenAccess(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 3 months ago

How do LINQ-to-SQL, LINQ-to-Entities, LightSpeed, EntitySpaces and OpenAccess stand up when compared to each other? This post discusses what to consider when selecting your O/R Mapper and links to a feature matrix comparing the features provided by each of these products. read more...

12 comments |category: |Views: 1074

tags: another

SQL SERVER - Quickest Way to - Kill All Threads - Kill All User Sessio(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

More than a year ago, I wrote how to kill all the processes running in SQL Server. Just a day ago, I found the quickest way to kill the processes of SQL Server. While searching online I found very similar methods to my previous method everywhere. Today in this article, I will write the quickest way to achieve the same goal. Make sure to bookmark it. read more...

add a comment |category: |Views: 195

tags: another

32 Tips To Speed Up Your MySQL Queries(ajaxline.com)

submitted by Spider84Spider84(675) 3 years, 3 months ago

If you are interested in how to create fast MySQL queries, this article is for you read more...

1 comment |category: |Views: 325

tags: another

Kigg – A great example of ASP.NET MVC(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 4 months ago

Kigg which is a clone of Digg has been one the best starter kits for ASP.NET. Now Kigg guys udated it using ASP.NET MVC and of course it can be a good example for ASP.NET MVC learners. read more...

add a comment |category: |Views: 588

tags: another