ironkitten
Name: ironkitten
Score: 130.09
Last Seen: 24 days, 9 hours, 16 minutes ago
Member Since: 28 September, 2009
DotNetShoutout
atom rss
8
shouts

Dive Deep Into MVC: ModelMetadata and ModelMetadataProvider

published 34 days, 2 hours, 53 minutes ago posted by mgolchinmgolchin 35 days, 6 hours, 32 minutes ago
Wednesday, February 10, 2010 10:29:29 AM GMT Tuesday, February 09, 2010 6:51:07 AM GMT
Custom ModelMetadataProvider that extracts model's metadata from an XML file. (more)
category: ASP.NET | clicked: 80 | comment | | source: mgolchin.net
tags: ASP.NET MVC, C#
5
shouts

ASP.NET MVC Complex Object ModelMetaData Issue

published 34 days, 21 hours, 39 minutes ago posted by ironkittenironkitten 35 days, 8 hours, 19 minutes ago
Tuesday, February 09, 2010 3:43:56 PM GMT Tuesday, February 09, 2010 5:03:51 AM GMT
Tuesday, February 09, 2010 5:06 AM kazimanzurrashid ASP.NET MVC Complex Object ModelMetaData Issue One of the exciting feature of ASP.NET MVC is(?) auto generating the view of the model with DisplayForModel/EditorForModel statement, it gives a nice extension point for the application developers to customize the view. But in the latest release (MVC2 RC2), it looks like the feature is no longer available. No, those methods are still available, ... (more)
category: ASP.NET | clicked: 35 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 2.0
12
shouts

Just released System.Web.Mvc.Extensibility Beta - Kazi Manzur Rashid

published 48 days, 23 hours, 49 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 50 days, 5 hours, 9 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Monday, January 25, 2010 8:13:22 AM GMT
Just released System.Web.Mvc.Extensibility Beta I am announcing the beta of System.Web.Mvc.Extensibility. There has been quite a few changes in this release :Added support for PerWebRequest lifetime. Removed the “base” suffix from the abstract class. I am dropping the Autofac. After struggling quite a few days to add PerWebRequest support, I came to the conclusion that adding such support re... (more)
category: Architecture | clicked: 39 | comment | | source: weblogs.asp.net
tags: ASPNETMVC, IcoC, ioc container, IoC/DI
7
shouts

Dependency Injection in Asp.net MVC using MVC Contrib - on code

posted by ironkittenironkitten 68 days, 7 hours, 59 minutes ago
Thursday, January 07, 2010 5:24:00 AM GMT
A simple introduction to dependency injection in asp.net MVC (more)
category: ASP.NET | clicked: 15 | comment | | source: suhair.in
tags: ASP.NET MVC, Dependecy Injection, StructureMap
7
shouts

DataContract Serializer Essentials - on code

published 67 days, 2 hours, 55 minutes ago posted by ironkittenironkitten 69 days, 5 hours, 59 minutes ago
Friday, January 08, 2010 10:27:16 AM GMT Wednesday, January 06, 2010 7:23:25 AM GMT
Windows Communication Foundation (WCF) uses a serialization engine called the Data Contract Serializer by default to serialize and deserialize data (convert it to and from XML). All .NET Framework primitive types, such as integers and strings, as well as certain types treated as primitives, such as DateTime and XmlElement, can be serialized with no other preparation and are considered as having default data contracts. This post examines the basics of Data Contract serialization. (more)
category: ASP.NET | clicked: 65 | comment | | source: www.suhair.in
tags: CSharp, datacontractserializer, WCF
6
shouts

Getting Started with Clojure in .net - on code

posted by ironkittenironkitten 131 days, 7 hours, 52 minutes ago
Thursday, November 05, 2009 5:31:00 AM GMT
Clojure is a dynamic programming language that targets Java Virtual Machine. Now with the alpha version of ClojureCLR, it could be made to work with .net also. So get ready let's dive in. (more)
category: Foundation | clicked: 14 | comment | | source: suhair.in
tags: clojure, clojureclr, Functional Programming
6
shouts

Asp.net MVC Areas in depth - Part 2 - on code

posted by ironkittenironkitten 156 days, 9 hours, 31 minutes ago
Sunday, October 11, 2009 3:51:50 AM GMT
MonoRail supports the concept of areas, which are logical groups of controllers. Now with the release of asp.net mvc 2 preview we can enjoy the convenience of areas in asp.net mvc applications officially.This post dissects the areas feature in asp.net MVC and explores how the framework handles the request for controllers having same name in the areas. (more)
category: ASP.NET | clicked: 23 | comment | | source: suhair.in
tags: Areas, ASP.NET, CSharp, MVC
9
shouts

Fabulous Adventures In Coding : What's the difference between "as" and "cast" operators?

published 156 days, 23 hours, 5 minutes ago posted by ironkittenironkitten 157 days, 23 hours, 14 minutes ago
Saturday, October 10, 2009 2:17:12 PM GMT Friday, October 09, 2009 2:08:44 PM GMT
Most people will tell you that the difference between "(Alpha) bravo" and "bravo as Alpha" is that the former throws an exception if the conversion fails, whereas the latter returns null. Though this is correct, and this is the most obvious difference, it's not the only difference. There are pitfalls to watch out for here. First off, since the result of the "as" operator can be null, the resulting type has to be one that takes a null value: either a reference type or a nullable value type. You cannot do... (more)
category: Foundation | clicked: 49 | comment | | source: blogs.msdn.com
tags: .NET, CSharp
13
shouts

HanselMinutes - Show #182 - The History and Future of Web Standards with Molly Holzschlag from molly.com

published 163 days, 1 hour, 49 minutes ago posted by mithumithu 164 days, 3 hours, 52 minutes ago
Sunday, October 04, 2009 11:33:52 AM GMT Saturday, October 03, 2009 9:30:26 AM GMT
Scott's in Mexico this week and he's sitting down with Molly Holzschlag. Molly is a well-known Web standards advocate, instructor, and author and correctly works for Opera as an evangelist. She explains the history of HTML, SGML and XML and we chat about where we think the web is headed. (more)
category: Podcast | clicked: 58 | comment | | source: www.hanselminutes.com
tags: HanselMinutes, HTML, SGML, Web, XML
9
shouts

Asp.net MVC Areas in depth - on code

published 163 days, 1 hour, 49 minutes ago posted by ironkittenironkitten 164 days, 1 hour, 43 minutes ago
Sunday, October 04, 2009 11:33:52 AM GMT Saturday, October 03, 2009 11:39:31 AM GMT
MonoRail supports the concept of areas, which are logical groups of controllers. Now with the release of asp.net mvc 2 preview we can enjoy the convenience of areas in asp.net mvc applications officially. (more)
category: ASP.NET | clicked: 102 | comment | | source: suhair.in
tags: ASP.NET, CSharp, MVC
7
shouts

Sequential Workflow - Part 2

published 167 days, 3 hours, 33 minutes ago posted by ironkittenironkitten 167 days, 21 hours, 36 minutes ago
Wednesday, September 30, 2009 9:50:06 AM GMT Tuesday, September 29, 2009 3:46:54 PM GMT
In this post sequential workflow is further expanded by bringing more players in to the stage (more)
category: ASP.NET | clicked: 40 | comment | | source: suhair.in
tags: WF .net c#
4
shouts

Sequential Workflow - Part 1

posted by ironkittenironkitten 169 days, 1 hour, 39 minutes ago
Monday, September 28, 2009 11:43:22 AM GMT
This is a first attempt to comprehend what the Sequential Workflow means in the context of Windows Workflow Foundation. The code will dissect a sample Sequential Workflow application. (more)
category: ASP.NET | clicked: 4 | comment | | source: suhair.in
tags: .net WF