reshik

Stories kicked by reshik

Blunt Architecture(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 9 months ago

A new open source lightweight web application framework built on the ASP.NET MVC framework showcasing ALT.NET best practices such as: Domain driven design Test driven development Inversion of control / dependency injection Model view controller read more...

add a comment |category: |Views: 13

tags: another

Avoiding Event != null Check(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 9 months ago

Describes about how we can eliminate the repeating check of Event != null every where in code before raising any event.. read more...

add a comment |category: |Views: 39

tags: another

Visual Studio Theme Generator(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

2 comments |category: |Views: 548

tags: another

URL Rewriting Extension For BlogEngine(dexign.net)

submitted by DexignDexign(170) 3 years, 9 months ago

Get control over your URLs with this BlogEngine extension. read more...

add a comment |category: |Views: 142

tags: another

How to Send Trackbacks and Pingbacks in ASP.NET(nayyeri.net)

submitted by RyanFarleyRyanFarley(585) 3 years, 9 months ago

This is an excellent article from Keyvan Nayyeri showing how to create trackbacks and pingbacks in ASP.NET. read more...

add a comment |category: |Views: 211

tags: another