cdbh

Stories kicked by cdbh

SQL Puzzles and Interesting Solutions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 10 months, 29 days ago

List of all the interesting puzzles and interesting solutions on my blog. read more...

add a comment |category: |Views: 152

tags: another

PostSharp Principles: Day 1 - OnExceptionAspect(www.sharpcrafters.com)

submitted by kingbee71kingbee71(511) 10 months, 29 days ago

The first in a series of blogs by Dustin Davis on PostSharp features. Each feature will be explored and used in a functioning project to give a better understanding of the examples. This week Dustin uses PostSharp to enhance a simple contact management application while giving readers an introduction to some of the out-of-the-box aspect classes that PostSharp provides. read more...

add a comment |category: |Views: 66

tags: another

Known Unknown of System Stored Procedure of sys.sp_tables(blog.sqlauthority.com)

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

Do you know even simple query like sys.tables can kill the performance of your system. There are better thing to use: Read more... read more...

add a comment |category: |Views: 95

tags: another

Combining Silverlight Navigation Framework & Prism to create MVVM Apps(blog.roboblob.com)

submitted by spavkovspavkov(1708) 1 year, 7 months ago

This is introductory post for a series of posts where i will try to tackle the holy grail of MVVM applications – Navigation. To do this I will be using Prism from Microsoft’s Patterns and Practices team (Silverlight version – latest drop) combined with Silverlight Navigation Framework and i will build small navigation framework on top of that... read more...

add a comment |category: |Views: 157

tags: another

ReSharper Zencoding(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 9 months ago

I have to say I really like the new ASP.NET features in ReSharper 5 but in addition to all the goodness, the ReSharper Zen Coding Powertoy really rocks. read more...

1 comment |category: |Views: 749

tags: another

What is Silverlight(beyondrelational.com)

submitted by sdineshsdinesh(610) 1 year, 9 months ago

In this article I attempted to explain what Silverlight is and how it fits into the web spectrum. This article explains how Silverlight fits in Building Business Applications. This article demonstrates the programming model for Silverlight. This article will be very helpful for the beginners who want to know and start development on Silverlight projects, if you are already working on Silverlight you will find complete understanding of Silverlight Introduction. read more...

add a comment |category: |Views: 225

tags: another

AddThis.NET v3 for Blogengine.NET released(www.code-in.net)

submitted by baldibaldi(508) 1 year, 11 months ago

AddThis.NET is a Blogengine.NET extensions which adds social bookmarking buttons to your posts based on AddThis. A seperate DotnetKicks, DotnetShoutout and TweetMeme button will be displayed. All buttons can be hidden separately, so you can configure that custom social bookmarking button set. read more...

add a comment |category: |Views: 100

tags: another

How to create a simple automatic image rotator using jQuery(www.burnmind.com)

submitted by guffshemrguffshemr(178) 1 year, 11 months ago

I’ll explain a simple way to create an automatic image rotator using jQuery. First have a look at the demo page to understand what we’re trying to accomplish. read more...

add a comment |category: |Views: 365

tags: another

Get Latest SQL Query for Sessions(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

This is number one request from any developer regarding how to see what was the latest query for that session. read more...

add a comment |category: |Views: 275

tags: another

Announcing: Jobping URL Shortener. Open source MVC.NET 2 C#(markkemper1.blogspot.com)

submitted by mkempermkemper(518) 2 years ago

Open source MVC.NET 2 C# Url Shortener read more...

add a comment |category: |Views: 343

tags: another

Configure Management Data Collection - A Quick Tip for Every Developer(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 1 month ago

The three most important components of any computer and server are the CPU, Memory, and Hard disk specification. This post talks about how to get more details about these three most important components using the Management Data Collection. Management Data Collection generates the reports for the three said components by default. Configuring Data Collection is a very easy task and can be done very quickly. read more...

add a comment |category: |Views: 182

tags: another

The curious case of "Stop running script" error & jQuery(www.novogeek.com)

submitted by novogeeknovogeek(235) 2 years, 1 month ago

In most of the thick client web applications, heavy use of JavaScript with lead to "Stop running script" error, which is due to drastic performance degradation. This article points out few such scenarios for jQuery developers. read more...

add a comment |category: |Views: 254

tags: another

Moles: Mocking the Un-Mockable(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Taking at how to use Pex/Moles for .Net. Unit testing is great, but most free isolation frameworks require that your mocks implement an interface. But what do you do when the class you are trying to mock is static or sealed with no interface. If you can’t modify the class then your unit testing efforts are usually stuck. Moles, the new free isolation framework from Microsoft, supports mocking almost any CLR based class (including sealed and static classes) read more...

add a comment |category: |Views: 433

tags: another

Top 5 new features of Visual Studio 2010 and .NET 4(www.dailycoding.com)

submitted by rsonirsoni(930) 2 years, 1 month ago

Discusses the new features of Visual Studio 2010 and .NET 4 read more...

add a comment |category: |Views: 922

tags: another

Hidden C# feature - string.Format Width(blog.prabir.me)

submitted by prabirshresthaprabirshrestha(862) 2 years, 1 month ago

Hidden C# feature string.Format width read more...

add a comment |category: |Views: 1026

tags: another