ilude

Stories submitted by ilude

Links to Command and Query Responsibility Segregation (CQRS) Pattern C(www.ilude.com)

submitted by iludeilude(70) 2 years, 3 months ago

Links to CQRS Examples read more...

add a comment |category: |Views: 43

tags: another

Thoughts on Messaging and MVC(ilude.com)

submitted by iludeilude(70) 2 years, 10 months ago

When I start to learn a new style of programming I like to experiment by creating my own versions of things. This has lead to writing my own ORM framework and Mime parser just to name a few of my coding accomplishments for which I pride my self. Writing each was a valuable learning experience that allowed me a much better understanding of similar software systems. So when I started reading about messaging and Command Query Separation I became interested in how... read more...

add a comment |category: |Views: 21

tags: another

Dropdown Menus of Simplicity(ilude.com)

submitted by iludeilude(70) 3 years ago

One of those things that I’m often asked for by clients is “Can we have a drop down menu across the top?” To which I answer “Sure!”. And then once I start trying to work their look and feel into some jquery, javascript and CSS menuing plug-in I suddenly recall that I hate mutating someone else’s mess of html, css and javascript into something that still works across all the browsers and looks like what the client wants. YUCK! read more...

add a comment |category: |Views: 10

tags: another

What's in your wallet? - Part 2(ilude.com)

submitted by iludeilude(70) 3 years, 2 months ago

A continuation the discussion on technical debt, Test Driven Development and SOLID principles. read more...

add a comment |category: |Views: 4

tags: another

What's in your wallet?(ilude.com)

submitted by iludeilude(70) 3 years, 2 months ago

My response to Jeff Attwood's post about paying down your technical debt. read more...

add a comment |category: |Views: 14

tags: another

Custom LINQ Operator? (ilude.com)

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

K. Scott Allen has a great post up titled Why Would I Create A Custom LINQ Operator? I figured I’d add my minor addition to the discussion. read more...

add a comment |category: |Views: 24

tags: another

Refactoring the ASP.NET MVC project template – Part 4(ilude.com)

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

With the latest release of the ASP.NET MVC framework Phil Haack has a post about a bug. Here's my solution to the problem. read more...

add a comment |category: |Views: 20

tags: another

Mechanical Engineering Vs. Software Engineering(ilude.com)

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

Mike Taulty has an interesting post up titled "Why is Deleting Code so Satisfying" where he compares a plumber and a software developer. Here is my humble response. read more...

add a comment |category: |Views: 200

tags: another

Refactoring the ASP.NET MVC project template authentication(ilude.com)

submitted by iludeilude(70) 3 years, 4 months ago

The first in a series of posts on cleaning up the project template that ships with the ASP.NET MVC Beta. read more...

add a comment |category: |Views: 15

tags: another

Lucene.Net Analyzer Tool update(ilude.com)

submitted by iludeilude(70) 3 years, 4 months ago

An update to Andrew Smiths AnalyzerViewer for testing lucene.net analyzers. read more...

add a comment |category: |Views: 33

tags: another