chrissie1

Stories kicked by chrissie1

Git, TortoiseGit, Github and the rest(blogs.lessthandot.com)

submitted by stefanoricstefanoric(340) 1 year, 9 months ago

Christiaan takes a look at getting up and running with Git and related tools from the point of view of wanting to gain access to the source code to an open source project hosted on GitHub. read more...

add a comment |category: |Views: 317

tags: another

My First VS 2010 Extension(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 2 years ago

Writting a first VS2010 extension for NArrange to make it eassier to run. read more...

add a comment |category: |Views: 6

tags: another

Validating a Domain model for VB.Net(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 2 years, 6 months ago

Validating a domain object without changing the object, for VB.Net. read more...

add a comment |category: |Views: 8

tags: another

6 ways to import data into SQL Server(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 8 months ago

6 different ways are shown to import data from a file into SQL Server read more...

add a comment |category: |Views: 443

tags: another

Arranging your VB.Net and C# code with NArrange(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 2 years, 9 months ago

How to arrange your VB.Net and C# code with NArrange read more...

add a comment |category: |Views: 20

tags: another

Visual Studio 2010 Screenshots(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years ago

Visual Studio 2010 has been made available to MSDN subscribers yesterday. I downloaded Visual Studio 2010 today and installed it on Windows 7 RC. I took some images so that you can see what it looks like read more...

add a comment |category: |Views: 75

tags: another

Collection Of Puzzles For Programmers(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 2 months ago

A nice collection of puzzles. Some are harder than others so there is something for everyone. You can choose any language you want, you will see that there are solutions in C#, Ruby, Python, Visual Basic, SQL, JavaScript, C++ and other languages. read more...

2 comments |category: |Views: 578

tags: another

professional values(theruntime.com)

submitted by chrissie1chrissie1(370) 3 years, 3 months ago

Interesting post about over the need to agree to disagree, even in software development. read more...

add a comment |category: |Views: 6

tags: another

An Interview With Kevin Kline About SQL In A Nutshell Third Edition(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 3 months ago

An Interview With Kevin Kline About SQL In A Nutshell Third Edition. SQL In A Nutshell covers MySQL, PostgreSQL, Oracle and SQL server read more...

add a comment |category: |Views: 99

tags: another

SQL Server - Set based random numbers(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 4 months ago

SQL Server - Set based random numbers The problem with the rand function occurs when you use set based operations. read more...

add a comment |category: |Views: 98

tags: another

The Ten Most Asked SQL Server Questions And Their Answers(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 5 months ago

Then 10 most asked SQL Server Programming questions and their answer read more...

1 comment |category: |Views: 729

tags: another

SQL Server Precision And Scale Problems(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 6 months ago

Many people are confused about SQL Server’s precision and scale. This is unfortunate because choosing the correct values for precision and scale is critically important when you perform math operations using the decimal/numeric data type read more...

add a comment |category: |Views: 194

tags: another

Troubleshooting blocking 101 on sql-server(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 6 months ago

How to find out which process is blickong in SQL-server 2005 read more...

1 comment |category: |Views: 179

tags: another

An interview with Roy Osherove author of "The Art of Unit Testing"(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 7 months ago

A short interview with Roy Osherove, author of a new book "The Art of Unit Testing" and known blogger, who works on Typemock Isolator. read more...

add a comment |category: |Views: 206

tags: another

VB.Net: Rhino Mocks and the AAA syntax(blogs.lessthandot.com)

submitted by chrissie1chrissie1(370) 3 years, 7 months ago

About how to use the new AAA (Arrange, act, and Assert) syntax with VB.Net and the difference with the old syntax. read more...

add a comment |category: |Views: 38

tags: another

Three Simple Rhino Mocks Rules(lostechies.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 7 months ago

Jimmy Bogard shows how he uses the new Rhino Mocks syntax, and three short rules for using it. read more...

add a comment |category: |Views: 318

tags: another