isuttle

Stories submitted 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

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

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

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

submitted by isuttleisuttle(1140) 4 years, 3 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

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

A Generic JSON Serialization Extension Method Starring DataContractJso(iansuttle.com)

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

Providing data in the JSON format has become a fantastic way to deliver information to a client side consumer over the web. This post provides steps to creating a generic ToJSON extension method to make JSON serialization as easy as possible in the .NET 3.5 framework. read more...

1 comment |category: |Views: 37

tags: another

Xml Serialization with Generic Lists(iansuttle.com)

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

Provides an example of how to xml serialize a generic list. read more...

add a comment |category: |Views: 44

tags: another

ASP.Net MVC Framework Part 1(weblogs.asp.net)

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

Scott Guthrie provides some great insight into the upcoming ASP.Net MVC framework. read more...

4 comments |category: |Views: 32

tags: another

Productivity Hack: Create Your Own Visual Studio 2005 Item Templates(iansuttle.com)

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

Wow your friends and create custom visual studio 2005 item templates. Sample code for creating a custom Exception template included! read more...

1 comment |category: |Views: 31

tags: another

Tag mapping in ASP.NET(blog.madskristensen.dk)

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

Basically, it’s a way to turn all instances of a type into another type at compile time. In human language it means that it can turn all e.g. System.Web.UI.WebControls.Textbox instances in the entire website into another control. read more...

1 comment |category: |Views: 18

tags: another

8 Traits for Being Mr. Right Engineer(iansuttle.com)

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

There are a number of key traits to look for when hiring a software engineer. Do you have what it takes? Although this isn't .Net specific it affects the members of the community. read more...

add a comment |category: |Views: 207

tags: another

1 Surefire Way to Get Smart with DotNetKicks(iansuttle.com)

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

Open source projects are a great way to improve your skill set on other's hard work. read more...

4 comments |category: |Views: 0

tags: another

Software Estimation for Web Projects(iansuttle.com)

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

Software estimation is a wildly difficult process given the wrong approach. See how Ian Suttle manages web project estimations with confidence and success. read more...

add a comment |category: |Views: 14

tags: another

.Net and C# Versioning Clarifications(iansuttle.com)

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

Many people have misconceptions of the versions of the .Net Framework and the .Net languages. Let's set the record straight. read more...

add a comment |category: |Views: 2

tags: another