pmbrown

Stories kicked by pmbrown

StyleCop Compliant Visual Studio 2010 Code Snippets & Templates(blogs.msdn.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

Doug Holland highlights the October 2010 release of the Visual Studio Snippets library which is a library of snippets and template which conform to StyleCop rules, meaning that the use of them will not trigger warnings in StyleCop (unlike the default VS ones) read more...

add a comment |category: |Views: 43

tags: another

Attributes Every .NET Developer Should Know About(www.devcurry.com)

submitted by bungleboozbunglebooz(1132) 1 year, 7 months ago

Here’s a list of important .NET attributes that is commonly used in projects and proves very useful if you about them beforehand read more...

add a comment |category: |Views: 1050

tags: another

Google Cannot Solve your Coding Problems(www.codersbarn.com)

submitted by BognitBognit(2125) 1 year, 8 months ago

I imagine 80/90% of programmers, myself included, are guilty of this everday form of insanity. read more...

6 comments |category: |Views: 583

tags: another

Your Software Can Learn A Lot From ATMs(www.codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 1 year, 8 months ago

When it comes to ATMs, failure isn't really an option. But how do they accomplish their high reliability? And how can you leverage that in order to make your software better? read more...

1 comment |category: |Views: 278

tags: another

7 Freely available E-Books/Guides I found essential for .NET Programme(amazedsaint.blogspot.com)

submitted by BognitBognit(2125) 1 year, 8 months ago

Freely available E-Books/Guides I found essential for .NET Programme read more...

3 comments |category: |Views: 914

tags: another

Schedule a daily backup with SQL Server Express(outcoldman.ru)

submitted by outcoldmanoutcoldman(100) 1 year, 9 months ago

As you know MS SQL Server Express Edition hasn’t Agent Service, which can be used to schedule daily backups or other periodic administrative tasks. But you can use for this standard Windows Schedule tool. read more...

add a comment |category: |Views: 15

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

Open Source .NET report printing library released(teamdistinction.com)

submitted by gergely.oroszgergely.orosz(645) 1 year, 11 months ago

Using this report printing library, you’ll be able to print professional reports with multiple sections fast and easily, with only a few lines of code. read more...

add a comment |category: |Views: 973

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

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Differences in Vulnerability between Oracle and SQL Server(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 4 months ago

In the IT world, but not among experienced DBAs, there has been a long-standing myth that the Oracle database platform is more stable and more secure than SQL Server from Microsoft. This is due to a variety of reasons; but in my opinion, the main ones are listed below: Read the whole article read more...

3 comments |category: |Views: 478

tags: another

Is String.IsNullOrEmpty Good or Bad?(ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 6 months ago

In this post I express my thoughts about the String.IsNullOrEmpty method and if it's good or bad for your application. read more...

add a comment |category: |Views: 23

tags: another

Windows 7 Runtime Libraries Available for Vista and Windows Server 200(blogs.msdn.com)

submitted by zhimingzhiming(1135) 2 years, 6 months ago

Microsoft has just released a set of runtime libraries to support some Windows 7 features on Vista and Windows Server 2008. This means that developers can add Windows 7 features to applications that run on Vista and Windows Server 2008. read more...

add a comment |category: |Views: 108

tags: another

A serious Outlook style Navigation Pane Control(codeproject.com)

submitted by HawVieHawVie(10) 2 years, 7 months ago

Who doesn’t know the Outlook Navigation Pane on the left side of the Outlook screen? Do you want to use the Navigation Pane in your project for free? Read on. read more...

add a comment |category: |Views: 246

tags: another

Authenticate a user against the Active Directory(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 7 months ago

This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password. read more...

1 comment |category: |Views: 397

tags: another