What do you think about using a presentation model for presenting your domain model?
I’m writing a small app for a demonstration purpose. What I have is a domain model where I have a Customer, I also have CustomerRepository.
0 commentsSave Tags: .net, frameworks
Being sued by Gaiaware
NEVER SIGN A NON-COMPETE CONTRACT!
2 commentsSave Tags: .net, ajax, frameworks, opinion
30 Common String Operations in C# and VB.NET – Part I
This article compiles some common String operations that we encounter while working with the String class. In Part I, 15 common string operations have... more »
0 commentsSave Tags: .net, how-to, microsoft, standards
I'm thinking of using agile software development - but should I use Lean software development instead?
Agile software development is an umbrella term for several software development methods (including Extreme Programming and Scrum) that were developed... more »
1 commentsSave Tags: .net, agile, java
SubSonic Scaling
A question came up in the dashCommerce forums about SubSonic's ability to scale. I'd like to address this a bit as the link has been deleted and I... more »
0 commentsSave Tags: .net, frameworks
Why Learning F# Is So Difficult
My third installment in the Learning F# Series is coming out in the next day or two. While I was writing it, I had some time to reflect on why... more »
0 commentsSave Tags: .net, opinion, other languages, trends
Adventures of adding YahooUI (YUI) to a MVC Site
I decided that I wanted to give the YahooUI (YUI) framework/library a go recently. My first task was to get a few of my data listing pages on... more »
0 commentsSave Tags: .net, frameworks, javascript
Visual Studio Tip: Split Views
There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most... more »
0 commentsSave Tags: .net, how-to, tools
Practical Concurrency Patterns: Immutability (Freezables)
Another very simple pattern builds on the foundation of the Safe-Unsafe Cache pattern. What is the easiest way to protect data from multi-threaded... more »
0 commentsSave Tags: .net, frameworks, trends
Microsoft Silverlight: 10 reasons to love it, 10 reasons to hate it
A year or so ago I wrote a post called Adobe AIR: 10 reasons to love it, 10 reasons to hate it. Here’s the same kind of list for Microsoft’s... more »
0 commentsSave Tags: .net, frameworks, opinion
How to open popup windows in IE/Firefox and return values using ASP.NET and Javascript
This article explains how to transfer values between the Parent page and a Pop-up window. The code has been tested against IE7 and Firefox.
0 commentsSave Tags: .net, ajax, how-to, web 2.0
Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code
Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code. In this case the query run time went from 24 hours+ to 36... more »
0 commentsSave Tags: .net, database, how-to, opinion
Silverlight/.NET vs Flash/Flex (or not) and My Silverlight Wishlist
I was going to present an analogy using different types of cars, but more often than not, the analogy breaks down on some key point or carries some... more »
0 commentsSave Tags: .net, flash-flex, microsoft, ria
Why the Database as a Service is a Bad Idea
Why exposing the database through a web-service (RESTful or otherwise) is wrong.
1 commentsSave Tags: .net, java
Pagination Class for ASP.NET MVC
A class for creating different types of pagination link in Asp.Net Mvc.
1 commentsSave Tags: .net, open source, tools, web 2.0
.NET Memory Management
Garbage Collection sure is great, isn’t it? We don’t have to keep track of all the memory we’ve allocated and we don’t need to release that memory... more »
0 commentsSave Tags: .net
Who is afraid of ADC? - Introduction to AJAX Data Controls - Part I
ADC stands for AJAX Data Controls. It is one remarkable set of script data controls built with the Microsoft AJAX library. Emulting the enormously... more »
0 commentsSave Tags: .net, ajax
.aspx extension instead of .php? WHY???
For some reason, there are some people who write web sites with PHP, but put the ".aspx" extension at the end of their files. WHY???
7 commentsSave Tags: .net, microsoft, opinion, php
ASP.NET gets no Respect
Poor ASP.NET! Is it really that bad? I say No!
3 commentsSave Tags: .net, microsoft, opinion, windows
SmartInspect 3.0 Released: New Log Server SmartInspect Router
We are excited to announce the immediate availability of our advanced .NET logging, Java logging and Delphi logging tool SmartInspect 3.0. The new... more »
0 commentsSave Tags: .net, announcement, java, tools
Starting with jQuery
This is the first of number of posts to come on getting started with jQuery with no previous knowledge of the framework. Over the course, various... more »
0 commentsSave Tags: .net, javascript, web design
Hidden Gems - Not the same old 3.5 SP1 post
Folks were hassling me in the comments for not posting the picosecond that .NET 3.5 SP1 came out (or, as I like to call it, .NET 3.6 - although the... more »
0 commentsSave Tags: .net, frameworks
Expressing Asynchronous Control Flows With Program Translation
A paper by Thibaud Lopez Schneider shows that we can transform a function written with conventional control structures and synchronous function calls... more »
0 commentsSave Tags: .net, java, javascript, ria
XML Data Manipulation with XLinq
A short screencasts on how to do XML Data Manipulation with XLinq
0 commentsSave Tags: .net, how-to, microsoft, xml
VB.Net: Single Instance application the better way
A better way to create a single instance application
0 commentsSave Tags: .net, how-to, microsoft, opinion