johnvbrennan

Stories kicked by johnvbrennan

CarTrackr - Sample ASP.NET MVC application(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 7 months ago

Some people may have already noticed the link in my VISUG session blog post, but for those who didn't... I've released my sample application CarTrackr on CodePlex. CarTrackr is a sample application for the ASP.NET MVC framework using the repository pattern and dependency injection using the Unity application block. It was written for various demos in presentations done by Maarten Balliauw. read more...

add a comment |category: |Views: 660

tags: another

Neptune (personal SMTP testing server)(donovanbrown.com)

submitted by jonasjonas(2215) 3 years, 7 months ago

Neptune is a SMTP Development Server targeted for use in automated testing. It's a SMTP server that does not relay the message and allows you to query for messages and their content. read more...

add a comment |category: |Views: 445

tags: another

Refactoring: Replacing Enums with the Strategy Pattern(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 6 months ago

Here's a simple way to remove all of those ugly switch statements and enums and to buy yourself a little more flexibility and testability as an added bonus! read more...

2 comments |category: |Views: 183

tags: another

Determining which method called me...(irishdev.com)

submitted by harriyottharriyott(170) 5 years, 10 months ago

Using the stack trace to find out the caller. read more...

1 comment |category: |Views: 7

tags: another

Tip/Trick: Custom formatting HTML in Visual Web Developer and VS.NET(weblogs.asp.net)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

Problem : You receive an HTML or ASP.NET page from another developer you work with whose html source formatting standards are different from your own (bad use of casing, inconsistent indenting, etc). You want to quickly clean-up and format the HTML “the right way” – where “the right way” is naturally defined as own your personal preference (and naturally every developer thinks their preference is "right" <g>). Solution : Visual Web Developer and Visual Studio 2005 include a rich HTML source formatting rules engine that enables you to configure exactly how you want HTML markup to look. read more...

add a comment |category: |Views: 8

tags: another