jamesewelch

Stories kicked by friends of jamesewelch

Collection initializer in C# 3.0(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 8 months ago

Collection initializer is a new feature in c# 3.0. using this feature an object can be added to a collection while collection is getting initiated. Collection initializer uses object initializer to add objects in collection on the fly. read more...

add a comment |category: |Views: 165

tags: another

What is an MVP? – How to become an MVP?(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

A Direct Answer to Famous Question! read more...

add a comment |category: |Views: 552

tags: another

How to display dynamic columns with SQL Reporting services?(sivakrishnakuchi.blogspot.com)

submitted by sivakuchisivakuchi(24) 1 year, 8 months ago

How to display dynamic columns in Reports? A Stored procedure can return columns depending on users' choice. Displaying all those columns as they are in SQL reports. read more...

add a comment |category: |Views: 76

tags: another

Performing a Right Outer Join with a Left Outer Join clause(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 8 months ago

Most of the interviewers I have seen tend to prefer people with better problem solving skills rather than better knowledge on a particular technology. No wonder considering the fact that technologies change with each fleeting moment, while a good problem solving mentality stays forever. With this prelude, I put forward this question that I came to hear from one of friends recently – How do you perform a right outer join with a left outer join clause? And no, you can’t swap the tables here. read more...

add a comment |category: |Views: 142

tags: another

Soft Delete – IsDelete Column – Your Opinion(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

"Deleted records aren’t deleted. Look, they’re right there!” There is interesting conversation on the subject going on. If you are doing this, this one is for you - read more...

add a comment |category: |Views: 410

tags: another

Getting started with PIVOT Queries in SQL Server 2005/2008(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 8 months ago

This post intends to help TSQL developers get started with PIVOT/CROSS TAB queries. Most business applications will need some sort of PIVOT queries and I am sure many of you must have come across pivoting requirements several times in the past. read more...

add a comment |category: |Views: 78

tags: another

Adding Column is Expensive by Joining Table Outside View – Limitation (blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

A second part of the story regarding limitation of the views! I am sure you did not know this! read more...

add a comment |category: |Views: 114

tags: another

The EntitySpaces ORMBattle.NET Performance Numbers(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 9 months ago

Although the ORMBattle.NET charts have not been updated yet we thought we would share the results with you. The stats shown below are the stats that they will use to update the charts on their site (they use the 1000 item tests). We think we did pretty well. The numbers shown below are from the ORMBattle.NET site. read more...

1 comment |category: |Views: 405

tags: another

Silverlight Architecture(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 9 months ago

In this article tries to explain Architecture of Silverlight in very simple manner. read more...

add a comment |category: |Views: 147

tags: another

Why add Automated Error Reporting to your program?(www.red-gate.com)

submitted by javeryjavery(5523) 1 year, 9 months ago

3 reasons why you should add Automated Error Reporting to your application. read more...

2 comments |category: |Views: 571

tags: another

ANTS Performance Profiler 6(www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 9 months ago

We take an in-depth look at the latest incarnation of Red Gate's ANTS Performance Profiler and test it out on a real world .NET application to see how it fares. read more...

2 comments |category: |Views: 236

tags: another

IRC.NET Released(blog.noldorin.com)

submitted by NoldorinNoldorin(829) 1 year, 9 months ago

IRC.NET is here. Yes, after months of (arduous) labour I have finally created a stable and usable release of my IRC client library for .NET 4.0. You may find the project hosted over at Launchpad, where you can currently download source, binaries, and documentation for all releases up to 0.3. read more...

add a comment |category: |Views: 214

tags: another

Dear DBA and Programmers Take Vacation!!!(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

A very simple article containing advices and suggestions about how a most responsible job owner can take vacation without any worry. read more...

add a comment |category: |Views: 397

tags: another

SQL Server - Having fun with DOT while writing TSQL code(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 9 months ago

This post takes you to a number of interesting findings using the DOT operator in TSQL Programming. Yes, they are fun. read more...

add a comment |category: |Views: 386

tags: another

Why SQL Server is better than any other RDBMS Applications?(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

I strongly suggest that you bookmark this post as this post can be used in future when you might want to write why SQL Server is better than any other RDBMS application. read more...

1 comment |category: |Views: 710

tags: another

SHRINKDATABASE For Every Database in the SQL Server(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 9 months ago

This article is an interesting story of Shrinking the Database. Do you Shrink your database - learn the story today! read more...

add a comment |category: |Views: 254

tags: another