jmarnold

Stories kicked by jmarnold

Validation by Convention - A Brief Introduction(www.proace.com)

submitted by jmarnoldjmarnold(70) 1 year, 9 months ago

The description is pretty straight-forward: “validation by convention”. Valcon provides a semantic model for describing the validation rules you have defined in your system. It also provides a runtime version of the configuration model so that you can execute server-side validation (as you’d expect from a validation framework). The registration DSL allows for both conventional and specific registration of rules (more on this later). read more...

add a comment |category: |Views: 4

tags: another

FubuMVC Example - Creating a To-Do application using FubuMVC (Part 1)(www.joshua-arnold.com)

submitted by jmarnoldjmarnold(70) 2 years, 4 months ago

With the recent activity from the FubuMVC team, I thought that I would help others get started by providing some samples. read more...

add a comment |category: |Views: 112

tags: another

LINQ Expression Trees and the Specification Pattern(blogs.rev-net.com)

submitted by jmarnoldjmarnold(70) 2 years, 11 months ago

A very interesting article about DDD. David discusses implementing the Specification Pattern via LINQ's Expression type... read more...

add a comment |category: |Views: 70

tags: another

Adopting ASP.NET MVC: WebForms Damage Control(joshua-arnold.com)

submitted by jmarnoldjmarnold(70) 2 years, 11 months ago

Josh Arnold talks about potential issues that arise for individual and organizational adoption of ASP.NET MVC. read more...

add a comment |category: |Views: 16

tags: another

Expression Runtime - Joshua Arnold(blogs.rev-net.com)

submitted by jmarnoldjmarnold(70) 3 years, 3 months ago

Interesting post on a bizarre requirement and its solution. read more...

add a comment |category: |Views: 2

tags: another

Geodetics Distance Search(blogs.rev-net.com)

submitted by jmarnoldjmarnold(70) 3 years, 9 months ago

Josh Arnold describes how to handle distance calculations with location-based services in SQL Server. read more...

add a comment |category: |Views: 16

tags: another

Reusable Web Controls(blogs.rev-net.com)

submitted by jmarnoldjmarnold(70) 4 years ago

Using a control/provider model to create reusable user controls. read more...

add a comment |category: |Views: 15

tags: another

Role-based Security and Web Controls(blogs.rev-net.com)

submitted by jmarnoldjmarnold(70) 4 years ago

Creating reusable, flexible, and role-aware web controls. read more...

add a comment |category: |Views: 28

tags: another

Role Based Security Injection(blogs.rev-net.com)

submitted by jmarnoldjmarnold(70) 4 years ago

Business rules using integrated .NET security. read more...

add a comment |category: |Views: 32

tags: another

Is the ADO.NET Team Abandoning LINQ to SQL?(oakleafblog.blogspot.com)

submitted by orandorand(295) 4 years ago

Roger Jennings, eagle-eyed reporter of all things LINQ/ADO.NET/EF, describes why LINQ to SQL appears to be approaching legacy product status, with promised features unlikely to ever ship. read more...

2 comments |category: |Views: 921

tags: another

Entities, Value Objects, Aggregates and Roots(lostechies.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years ago

Basics of DDD read more...

add a comment |category: |Views: 367

tags: another

May 20th Links: ASP.NET, ASP.NET AJAX, .NET, Visual Studio,Silverlight(weblogs.asp.net)

submitted by dzengdzeng(815) 4 years ago

Apologies for the sparseness of my posting the last few weeks - work and life have been busy here lately. Below is a new post in my link-listing series to help kick things up a little. Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. read more...

add a comment |category: |Views: 167

tags: another

Integrated social networking in ASP.NET(dimebrain.com)

submitted by dcrennadcrenna(1355) 4 years ago

This riff explores how to move all common social networking features of a web application, such as tagging and commenting, to a separate assembly to make them re-usable across all of your projects. read more...

add a comment |category: |Views: 460

tags: another

How to wrap the ASP.NET session state(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 4 years ago

A handy C# code snippet for accessing ASP.net session state data. Exceptions are handled, usage is intuitive. read more...

1 comment |category: |Views: 426

tags: another