SQL_Menace

Stories submitted by friends of SQL_Menace

MSDN Ultimate Subscription giveaway +1(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 10 months ago

Microsoft was kind enough to give me 3 MSDN Ultimate Subscriptions. I gave two of these away already, I have one left for the readers of Lessthandot.com. read more...

add a comment |category: |Views: 21

tags: another

comments Programatically create a sharepoint calendar entry(blogs.lessthandot.com)

submitted by ca8msmca8msm(429) 1 year, 11 months ago

We recently had a requirement to programatically create an entry in an existing Sharepoint calendar, so here is an example of how we went about doing this. I'll be using Visual Studio 2008 for this, but the process will be similar for any other versions you are using. First of all, you will need to add a reference to one of the Sharepoint web references, so right-click your project and select Add Web Reference. You'll then be presented with a screen that asks you for a URL for that web service, so go ahead and write it in the following format: read more...

add a comment |category: |Views: 57

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

SSRS 2005 Matrixes(blogs.lessthandot.com)

submitted by gmmastrosgmmastros(5) 2 years, 6 months ago

Excellent example of working with matrices in SQL Server Reporting Services read more...

add a comment |category: |Views: 10

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

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

A Challenge to the VB.Net Community at Large on OSS(codebetter.com)

submitted by AlexCuseAlexCuse(325) 3 years, 4 months ago

Title pretty much says it... read more...

add a comment |category: |Views: 197

tags: another

Top Ten Worst Things About SQL Server(weblogs.sqlteam.com)

submitted by AlexCuseAlexCuse(325) 3 years, 5 months ago

I suppose they really apply to any database though ;) read more...

add a comment |category: |Views: 30

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

Caliburn Alpha for WPF and Silverlight is here!(devlicio.us)

submitted by AlexCuseAlexCuse(325) 3 years, 7 months ago

Caliburn is a framework designed to aid in the development of WPF and Silverlight applications. It implements a variety of UI patterns that are geared towards solving problems encountered in real-world scenarios. read more...

add a comment |category: |Views: 19

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

LTD Puzzle VIII - Converting between Roman and Arabic Numerals(forum.lessthandot.com)

submitted by AlexCuseAlexCuse(325) 3 years, 9 months ago

The puzzle this week is simple. Write a program to convert to (and from) roman numerals. So your program should be able to take the input of 27 and return XXVII, and take MCMLXXXI and return 1981. And of course any other values.... read more...

add a comment |category: |Views: 12

tags: another

How to include OpenSearch for your website.(hanselman.com)

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

Scott explains what OpeSearch is and how to add it to for your website. read more...

add a comment |category: |Views: 11

tags: another

Seperations of concerns(lostechies.com)

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

This is the 5th and last part in a series on hoow to make a bad application better. Wonderfully explained. There is a lot to learn from this. read more...

add a comment |category: |Views: 358

tags: another

.Net Extension Method Library(codebetter.com)

submitted by AlexCuseAlexCuse(325) 3 years, 10 months ago

Lots of good extension methods here for C# read more...

2 comments |category: |Views: 690

tags: another