rdez6173

Stories kicked by rdez6173

Enforcing IoC by preventing the use of the 'new' operator(www.emerle.net)

submitted by rdez6173rdez6173(30) 1 year, 9 months ago

Learn how to enforce IoC and service location by preventing the manual instantiation of objects using a single attribute on the constructor. read more...

add a comment |category: |Views: 11

tags: another

An Approach to Multiple Browser Session Detection with AJAX(www.emerle.net)

submitted by rdez6173rdez6173(30) 2 years, 3 months ago

A look into a technique at detecting multiple browser sessions associated with a single server session; a condition that can lead to unexpected corruption in applications with naive session reliance. Consideration is given to performance and scalability while attempting to keep the solution simple and straightforward. read more...

add a comment |category: |Views: 25

tags: another

Creating an ASP.NET MVC Display Placeholder(emerle.net)

submitted by rdez6173rdez6173(30) 2 years, 7 months ago

Creating a AJAX-replaceable model-bound display element in ASP.NET MVC 2 read more...

add a comment |category: |Views: 52

tags: another

ASP.NET WebForms vs MVC(emerle.net)

submitted by rdez6173rdez6173(30) 2 years, 7 months ago

A developer's high-level overview of the pros and cons of ASP.NET WebForms versus ASP.NET MVC as presented to a team of developers for a startup. The article describes why MVC may be better suited for web "sites" and, conversely, WebForms may be better suited to web "applications" read more...

1 comment |category: |Views: 36

tags: another

Uninstalling VS 2008(emerle.net)

submitted by rdez6173rdez6173(30) 2 years, 7 months ago

Utility for uninstalling VisualStudio 2008 and all components read more...

add a comment |category: |Views: 23

tags: another