Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.
Your profile
Tag cloud
.net android asp.net asp.net mvc azure book c# cloud computing community continuous delivery ctp database dates denali dmv functions gotcha help how to howto indexing linq nhibernate nunit performance powershell programming ruby rubymine security silverlight sql sql friday sql server sql server 2000 sql server 2005 sql server 2008 sql server 2008 r2 sql server 2012 sql server denali ssis structuremap t-sql tip trick unit testing vb.net visual studio 2010 windows 7 wpf
Authors
- SQLDenis (455)

- Christiaan Baes (chrissie1) (437)

- Ted Krueger (onpnt) (263)

- Eli Weinstock-Herman (tarwn) (92)

- Jes Schultz Borland (grrlgeek) (83)

- George Mastros (gmmastros) (46)

- Alex Ullrich (44)

- Naomi Nosonovsky (26)

- David Forck (thirster42) (20)

- chopstik (13)

- thatrickguy (12)

- Rob Earl (10)

- sqlarcher (10)

- ca8msm (10)

- chaospandion (10)

- More...
Main Categories
Search
Google Ads
Tags: design
SQL Advent 2011 Recap
Here is a recap of all the 24 SQL Advent 2011 posts Day 1: Date and time In this post I covered the new date, datetime2 and time datatypes Day 2: System tables and catalog views In this post we took a look what the replacements are for the all s…
What Does a Web Developer Need To Know
What is a web developer? Recently I was involved in a discussion about the skills a web developer is expected to have and how interesting it has been to watch common bad practices (like table layout and SQL injection) continue to spread. So in the nature of Denis's What does a SQL Server developer need to know? post, I present the web developer breakdown.
Use a database how it was intended to be used
Take a look at this piece of junk code, what pops up in your head when you look at this CREATE FUNCTION [dbo].[age](@set varchar(10)) RETURNS TABLE AS BEGIN IF (@set = 'tall') SELECT * from player where height > 180 ELSE IF (…
Use alter table alter column to change datatypes for a column in SQL Server
This question popped in the microsoft.public.sqlserver.programming forum yesterday. A person wanted to change a column from varchar 500 to varchar 2000. This is actually pretty easy to do in SQL Server, you can use the alter table alter column command
Let's take a quick look at how this works
First create this table
Patterns And Practices Application Architecture Guide 2.0, Something Everyone Should Read
I was listening to show number 426 on dotnetrocks: Rob Boucher on Application Architecture Guidance! They mentioned the Patterns And Practices Application Architecture Guide 2.0, this guide is available for free on codeplex.
Although it is a Microsoft technology centric guide, there should be chapters for every developer in your group.
Here is one example from the book
Key Design Principles
When getting started with your design, bear in...
DDD is not all or nothing
Today, Jimmy Bogard made a post over at LosTechies.com about DDD and it not being about patterns but all about the Domain and how you model it.
Since his words are better then mine, I would like to quote him.
One question Rob Conery asked me during a conversation on DDD was, “How do I recognize an application built with DDD?” We...
5 Books Every Developer Should Read
Which books should you read/buy when you are a programmer? I have listed 5 books that have helped me a lot. The books that I have chosen are not specific to any language although some of the books have examples in one language only. Design Patterns has examples in smalltalk and C++ but since the code is not very complicated you should have no problem converting it to your language of choice. I have included links to sample chapters for the books where I could find them. For some of the books I have also provided links to the author’s site; some of them have additional material so that...

LTD Social Sitings
Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.