torkelo

Stories kicked by torkelo

ASP.NET MVC - View Model Inheritance(codinginstinct.com)

submitted by LordLord(3737) 3 years, 7 months ago

If you are new to MVC web development it can initially be tricky to figure out how to handle UI features that will be used by multiple views. In WebForms you would simply create a control that encapsulated this element's look and function. In order to handle the common view elements I organized the hard typed view models into an inheritance hierarchy. read more...

add a comment |category: |Views: 661

tags: another

Url Routing Fluent Interface(codinginstinct.com)

submitted by erikseperiksep(90) 3 years, 8 months ago

Nice API for defining Url routes in ASP.NET MVC read more...

add a comment |category: |Views: 289

tags: another

WaitN and xUnit.NET Integration testing(codinginstinct.com)

submitted by andersronneandersronne(55) 4 years ago

Browser automation testing with xUnit.NET read more...

add a comment |category: |Views: 32

tags: another

Source control is not a feature you can postphone to vNext(ayende.com)

submitted by LordLord(3737) 4 years, 1 month ago

"I was taking part in a session in the MVP Summit today, and I came out of it absolutely shocked and bitterly disappointed with the product that was under discussion. What really bothered me is utter ignorance of a critical requirement from Microsoft, who is supposed to know what they are doing with software development. That requirement is source control." read more...

1 comment |category: |Views: 2

tags: another

Querying across relations with LINQ using lambdas(codinginstinct.com)

submitted by andersronneandersronne(55) 4 years, 1 month ago

Cool LINQ question answered. read more...

add a comment |category: |Views: 9

tags: another

Building Dynamic Queries with a Criteria API (codinginstinct.com)

submitted by andersronneandersronne(55) 4 years, 1 month ago

NHibernate / LINQ and dynamic search queries. read more...

add a comment |category: |Views: 2

tags: another

IoC Container Benchmark (codinginstinct.com)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 1 month ago

Performance benchmark of Unity, Windsor, StructureMap and Spring.NET. Interesting. read more...

2 comments |category: |Views: 219

tags: another