isuttle

Stories kicked by isuttle

ASP.NET MVC Action Filter for Localized Sites(iansuttle.com)

submitted by isuttleisuttle(1140) 3 years, 3 months ago

If you've got or want a site which supports multiple cultures using ASP.NET you need to be familiar with setting CultureInfo values for the current thread and UI. This post details an ASP.NET MVC Action Filter to assist with localized site development. read more...

add a comment |category: |Views: 237

tags: another

Finally, a SelectedItems Option (yaaay)(iansuttle.com)

submitted by isuttleisuttle(1140) 4 years ago

The .NET framework does not include a way to get the selected items from a CheckBoxList, ListBox, DropDownList, or RadioButtonList, without iterating the Items collection. This post provides a generic extension method for retrieving the selected items from any ListControl. read more...

1 comment |category: |Views: 182

tags: another

Use Visual Studio's Post-Build Events to Automate Unit Testing Running(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years ago

Use Visual Studio's post-build events to make unit testing automation awesome! read more...

add a comment |category: |Views: 314

tags: another

Massive BlogEngine.Net Security Hole - Fix Provided(dannydouglass.com)

submitted by TroyMGTroyMG(2670) 4 years, 1 month ago

A massive security hole in BlogEngine.net was just revealed that allows anyone to see your passwords... Danny Douglass explains the issue and provides a patched BlogEngine.Core assembly to resolve the issue until the next release of BlogEngine is available. read more...

4 comments |category: |Views: 63

tags: another

Browser Beta Battle IE8 vs Firefox 3.0b5(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 1 month ago

A quick comparison of page load times on IE8 vs Firefox 3.0b5 read more...

7 comments |category: |Views: 8

tags: another

ASP.NET MVC Action Filter - Caching and Compression(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 1 month ago

Playing with Action Filters read more...

add a comment |category: |Views: 625

tags: another

ASP.NET MVC: Store Routes in the Database(iansuttle.com)

submitted by isuttleisuttle(1140) 4 years, 2 months ago

Routing in the new .NEW MVC Framework is a synch to customize. This post shows how to move route definitions out of the global.asax.cs and into the database. read more...

add a comment |category: |Views: 67

tags: another

Hidden Gem: Singleton Factory in C#(cognitivecoding.com)

submitted by shivashankarpshivashankarp(335) 4 years, 2 months ago

Simple and generic implementation of singleton factory in C#. read more...

5 comments |category: |Views: 343

tags: another

WebConfigurationManager for Multiple Configuration Files(iansuttle.com)

submitted by isuttleisuttle(1140) 4 years, 2 months ago

If you've ever needed to manage multiple web.config files in a single application this post provides a class for doing just that! read more...

add a comment |category: |Views: 21

tags: another

Inject Dependency with Spring.NET and Generics(iansuttle.com)

submitted by isuttleisuttle(1140) 4 years, 2 months ago

This post provides code for a generic method to do Dependency Injection with Spring.NET. read more...

add a comment |category: |Views: 72

tags: another

Type less in SQL Server 2008 (variable init and multi row inserts)(simple-talk.com)

submitted by powerrushpowerrush(3873) 4 years, 2 months ago

Among the large number of new features in SQL Server 2008 there are two, almost insignificant features, that I use almost constantly. These are variable initialization and the values clause of insert statements that now accept multiple rows. read more...

add a comment |category: |Views: 10

tags: another

You Want To Trace.Write... How About No!(iansuttle.com)

submitted by isuttleisuttle(1140) 4 years, 2 months ago

Diagnostics tracing getting you down? This post explains differences between ASP.NET Tracing and System.Web.Diagnostics Tracing. read more...

add a comment |category: |Views: 3

tags: another

Adobe Responds To Silverlight(geekdaily.net)

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

The move that Adobe is making is to include the ability in include C, C++, Java, Python, and Ruby code into Flash that will get comiled into ActionScript. This is a smart move by Adobe which will strengthen Flash and remove the major reason a developer might decide to switch to Silverlight. read more...

10 comments |category: |Views: 7

tags: another

Memcached's .NET cousin - Cacheman (sriramkrishnan.com)

submitted by dkjariwaladkjariwala(165) 4 years, 3 months ago

Sriram from Microsoft develops Cacheman, a fast distributed hashtable similar to Memcached written in pure managed code. read more...

add a comment |category: |Views: 283

tags: another

How To: Dependency Injection with Spring.NET(iansuttle.com)

submitted by isuttleisuttle(1140) 4 years, 3 months ago

If you've been interested in Dependency Injection or Inversion of Control and haven't had a chance to try it out, check out this simple example with sample project download. read more...

add a comment |category: |Views: 17

tags: another

XmlDocument fluent interface(improve.dk)

submitted by orcaorca(820) 4 years, 3 months ago

A simple fluent interface for creating XmlDocuments & strings. read more...

9 comments |category: |Views: 49

tags: another