darrenstokes

Stories kicked by darrenstokes

C# Identify Crisis, You Have To Know Your Identity(devcomponents.com)

submitted by devexpertdevexpert(260) 2 years, 8 months ago

Marking the beginning of the end of C# as language and its ongoing identity crisis. read more...

6 comments |category: |Views: 855

tags: another

CodeRush Xpress 9.2(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 8 months ago

The free CodeRush Xpress from DevExpress provides C# and VB developers with powerful extensions to Visual Studio. These features include editing and refactoring tools that make it easier for you to quickly produce well designed code. Version 9.2 of CodeRush Xpress, which shipped on August 25, 2009, has greatly improved memory and performance characteristics. read more...

add a comment |category: |Views: 535

tags: another

Desktop application design tips when using an O/R Mapper(mindscape.co.nz)

submitted by turtlespinturtlespin(634) 2 years, 9 months ago

Blog post including tips about how to make the development of desktop application easier when using an O/R Mapper read more...

add a comment |category: |Views: 294

tags: another

Win ReSharper personal licenses in the Cool Snippets Code-Off(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 9 months ago

All you have to do is submit a cool code snippet! JetBrains have agreed to provide a ReSharper personal license for every hundred entries. read more...

add a comment |category: |Views: 220

tags: another

Zen is Live!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 10 months ago

Zen, the lean project management tool, is now open to the public! read more...

add a comment |category: |Views: 550

tags: another

Fast Add Reference Dialog for VS 2010(devlicio.us)

submitted by tehliketehlike(1000) 2 years, 11 months ago

I have spent a couple of days on implementing a fast add reference dialog box for Visual Studio. The time of adding a reference has been a great time to have some coffee, to have lunch, or even a way to save economy (remember, developer time costs money!). read more...

add a comment |category: |Views: 464

tags: another

Visual Studio 2010: Web.config transforms(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 11 months ago

Recently I wrote about Visual Studio 2010 and multiple web.config files support. Let’s see how to play with web.config transformation so we can use one configuration on development environment and the other for production environment. read more...

add a comment |category: |Views: 356

tags: another

Useful Visual Studio Shortcuts-Some new VS 2010 shortcuts included too(dotnetcube.com)

submitted by dncdudedncdude(1350) 2 years, 11 months ago

Here’s a compilation of some Visual Studio keyboard shortcuts that I personally find useful. I have included some that may make their way into the Visual Studio 2010 release. read more...

1 comment |category: |Views: 617

tags: another

The Greatest Exception Handling WTF?!? of All Time(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 11 months ago

The Exception object has ONE purpose and ONE purpose only – to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... read more...

4 comments |category: |Views: 1395

tags: another

Visual Studio 2008 Built-in C# Code Snippets Cheat Sheet(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 3 years ago

A printer-friendly list of all the C# snippets that come with Visual Studio 2008. read more...

add a comment |category: |Views: 78

tags: another

Visual Studio 2010 Beta 1 for MSDN Subscribers(vistadb.net)

submitted by vistadbvistadb(879) 3 years ago

Visual Studio 2010 Beta 1 is now on MSDN along with .Net 4 Beta 1. Some highlights from the information: .Net 4.0 Cloud Development - Windows Azure which is basically utility computing where you pay by the hour for your usage. Parallel Development - Not sure if this only means PLINQ for .Net developers or if they are only talking about C++ devs. TDD Improvements - Editor changes for building test cases first, and then writing the code. ASP.NET - CSS grids and design surfaces changes, more Javascript debugging improvements. C++ Compiler - Lots of changes for C++ development, including MFC. Sharepoint templates New Project Templates Windows 7 - MFC updates for Ribbon UI, and WPF changes. Application Model Changes - Reverse existing codebases, and lots of changes in Architect Edition to support more model types (including Class Libraries finally). Test Runner - This is potentially huge as it allows testers to submit bug reports complete with callstacks and traces that you can actually use to resume an app at the error point to avoid the dreaded No Repro on bug reports. I have seen this demo and it is quite impressive. We will see how it actually works though. read more...

add a comment |category: |Views: 387

tags: another

Five Reasons for using an ORM Tool(alachisoft.com)

submitted by ankygoyalankygoyal(519) 3 years ago

Gud intro of as what orm tools do... read more...

6 comments |category: |Views: 772

tags: another

Creating a Custom Observable Collection in WPF | UX and WPF ramblings(sweux.com)

submitted by psampaiopsampaio(115) 3 years ago

One of the biggest advantadges WPF has is its Data Binding features. Data Binding can be done in several ways, but the most common is using the INotifyPropertyChanged and INotifyCollectionChanged interfaces. For simple objects, all you need to do is implement the INotifyPropertyChanged, and raise the PropertyChanged event when your properties change. When you want to bind to a collection, you will want to use ObservableCollection<T>. This collection implements both interfaces, therefore notifying you when the items in the collection change and when the items' properties change. This works great if you're using standard collections. The problem arises when you want to use a custom collection. For databinding to work with custom collections, you will have to create a new "Observable" wrapper around it. read more...

add a comment |category: |Views: 343

tags: another

YUI Compressor for Visual Studio(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years ago

Add a custom tool in visual studio for YUI Compressor. read more...

add a comment |category: |Views: 619

tags: another

Open Source or Die – The *Real* Future of Graffiti?(leedumond.com)

submitted by leedumondleedumond(2144) 3 years ago

Telligent’s Graffiti hasn’t quite flatlined yet, but the signs aren’t looking too good. Could OSS be the way to breathe life back into this once-promising CMS platform? read more...

1 comment |category: |Views: 408

tags: another

HowTo: Visual Studio using the Shared Profile feature in Parallels(florianb.net)

submitted by lbkslbks(70) 3 years ago

Loading projects in Visual Studio using the Shared Profile feature in Parallels read more...

add a comment |category: |Views: 23

tags: another