davehogue

Stories kicked by davehogue

I finally get the point of inversion of control(ytechie.com)

submitted by ObishawnObishawn(555) 3 years, 11 months ago

A quick overview of IoC (with diagrams!). read more...

add a comment |category: |Views: 770

tags: another

Microsoft Source Analysis for C# Released(blogs.msdn.com)

submitted by jonasjonas(2215) 4 years ago

From post: "Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, Code Analysis focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation." read more...

1 comment |category: |Views: 876

tags: another

ReSharper 4.0 beta for Visual Studio 2008 is out!(jetbrains.com)

submitted by SuperJasonSuperJason(2740) 4 years ago

- New code analysis, context actions and quick-fixes; - New refactorings (such as Convert to Extension Method, Convert to Automatic Property, Convert Anonymous Type to Named); - Updated IntelliSense read more...

3 comments |category: |Views: 217

tags: another

Entities, Value Objects, Aggregates and Roots(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years ago

Basics of DDD read more...

add a comment |category: |Views: 367

tags: another

(Better) JQuery IntelliSense in VS2008(weblogs.asp.net)

submitted by bradygasterbradygaster(4897) 4 years ago

If you are like me and you've read the many articles about how to get other javascript libraries to work in VS2008, you'll know that all you really need to do is install the visual studio HOTFIX. This patches your VS and among other things, gets the javascript intellisense working nicely. read more...

2 comments |category: |Views: 51

tags: another

A Great Visual Studio Add-on You Must Have(dev102.com)

submitted by razamitrazamit(4566) 4 years ago

Recently I found out this great add-on for Visual Studio 2008 called PowerCommands. PowerCommands Extends the functionality of Visual Studio 2008 by adding some features which we all want built into Visual Studio. PowerCommands provides the following... read more...

2 comments |category: |Views: 149

tags: another

jQuery.ui Sortable(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years ago

Sortable lists are a common thing to work on and jQuery.ui's Sortable plug in makes it super easy to create very nice looking sortable lists that work consistently even in complex layouts. read more...

add a comment |category: |Views: 99

tags: another

ASP.NET MVC CSS Sprite(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 1 month ago

I build on my last technique of generating CSS Sprites and make a unique solution for the MVC framework using a custom ActionResult. read more...

add a comment |category: |Views: 145

tags: another

51+ Best of jQuery Tutorials and Examples(noupe.com)

submitted by RipRynessRipRyness(380) 4 years, 1 month ago

A good summary of jQuery resources read more...

add a comment |category: |Views: 128

tags: another

47 ASP.NET MVC Resources to Rock Your Development(polymorphicpodcast.com)

submitted by craigshoemakercraigshoemaker(835) 4 years, 1 month ago

Get the grand tour of today's best ASP.NET MVC resources read more...

add a comment |category: |Views: 24

tags: another

Performance impact of the readonly keyword(thedotnetfrog.com)

submitted by JulionJulion(90) 4 years, 1 month ago

A study of the performance impact of the readonly keyword. read more...

add a comment |category: |Views: 41

tags: another

Why Does This Program Keep Crashing?(geekswithblogs.net)

submitted by senfosenfo(881) 4 years, 1 month ago

A lesson in factory methods and humor. Hope you enjoy. read more...

2 comments |category: |Views: 14

tags: another

Why you should not place your whole site in an UpdatePanel(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 1 month ago

Three significant reasons why you should avoid using an UpdatePanel to encapsulate your entire site and provide "navigation" by refreshing content areas. read more...

add a comment |category: |Views: 19

tags: another

Subversion visually explained in 30 sec(coding-time.blogspot.com)

submitted by invasioninvasion(210) 4 years, 1 month ago

A simple flash explantion of Subversion with 2 concurrent users. Includes conflict solving. read more...

1 comment |category: |Views: 137

tags: another

NSvn Handling of Repository Externals Property Text(fxcritic.blogspot.com)

submitted by olschoolriderolschoolrider(100) 4 years, 1 month ago

NSvn is a managed wrapper for Subversion. It's a DLL included in AnkhSVN and no documentation. It's always good to find information on it... read more...

add a comment |category: |Views: 27

tags: another

Correctly disposing using the using()-statement(startbigthinksmall.wordpress.com)

submitted by jeisenbergjeisenberg(90) 4 years, 1 month ago

A nice little article for newbies about how the using()-statement in C# works. read more...

add a comment |category: |Views: 9

tags: another