raymoni

Stories kicked by raymoni

My Year With TDD(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 7 months ago

It's been over a year now since I have been developing using TDD (Test Driven Development) as my primary development practice. I wanted to reflect on what it has done for me professionally. In reality, the past year has been great for my professional career in many ways. read more...

1 comment |category: |Views: 525

tags: another

ScottG:October 22nd Links: ASP.NET, Visual Studio, WPF and Silverlight(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 7 months ago

Latest quality link collection by Scott read more...

1 comment |category: |Views: 365

tags: another

Handycons - a free, hand drawn social media icon set, By Janco(jankoatwarpspeed.com)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

Handycons is a free, hand drawn social media icon set that contains 12 icons. Package contains icons for del.icio.us, Digg, Mixx, DesignBump, StumbleUpon, Reddit, Developer Zone, DesignFloat, Technorati, Twitter and RSS feed and Email icon, of course. All icons are available in four sizes: 16x16, 24x24, 32x32 and 48x48 pixels read more...

1 comment |category: |Views: 545

tags: another

Essential Visual Studio Tips & Tricks that Every Developer Should Know(weblogs.asp.net)

submitted by swaltherswalther(975) 3 years, 7 months ago

In this blog entry, Stephen Walther lists the essential tips and tricks that every developer who uses Visual Studio 2008 should know. The list is kept brief. The list focuses on only those tips and tricks that can be used on a daily basis. Almost all of these tips and tricks are just as useful regardless of whether you are building an ASP.NET Web Forms or ASP.NET MVC application. read more...

add a comment |category: |Views: 845

tags: another

XAML to PNG with server-side WPF(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years, 7 months ago

XAML to PNG with server-side WPF sample read more...

2 comments |category: |Views: 204

tags: another

Accessing all the opened forms(nirandas.com)

submitted by redcapredcap(420) 3 years, 8 months ago

Code snippet showing how to access all currently opened forms read more...

add a comment |category: |Views: 13

tags: another

Automate SQL Server Express Backups (gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 8 months ago

This is a very handy little guide on how to automate backups or any other job using SQL Server Express 2005. read more...

add a comment |category: |Views: 28

tags: another

Services: Receive Configuration Updates without Restarting the Service(ferventcoder.com)

submitted by robzrobz(15) 3 years, 8 months ago

Services: How to Receive Configuration Updates without Restarting the Service : When using the configuration watcher, when you change the config file, it will refresh the sections that you passed into the constructor to refresh. You can actually dispose your inversion of control container and rebuild it after receiving notification of changes to your config file without having to restart the service. read more...

add a comment |category: |Views: 7

tags: another

[.NET] C# 'is' operator(dotnetbutchering.blogspot.com)

submitted by John_IdolJohn_Idol(390) 3 years, 8 months ago

The C# 'is' operator looks like a boring little fella at first, but once you get to know it you will eventually appreciate it - it checks if you can safely cast an instance of an object to a type read more...

2 comments |category: |Views: 22

tags: another

Batching in ADO.NET Data Services(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 8 months ago

In the post the author explains how to batch operations into one HTTP request in order to increase performance in ADO.NET data services. read more...

add a comment |category: |Views: 12

tags: another

Data structure zoo: 6 ways of implementing an ordered set(igoro.com)

submitted by igoroigoro(815) 3 years, 8 months ago

This article compares six different ways of implementing an ordered set: AVL tree, red-black tree, treap, splay tree, skip list, and a pre-balanced tree. The different data structures make different trade offs and ultimately arrive at curiously different solutions that fit a variety of real-world use cases. read more...

add a comment |category: |Views: 27

tags: another

Google Chrome – Finally a Web2.0 browser(xtremeheights.com)

submitted by khushal999pkhushal999p(275) 3 years, 8 months ago

Google has silently released its own browser named Google Chrome. Their logo colors are very googlish and they have incorporated security features that we have only seen so far in the beta releases of IE8. read more...

add a comment |category: |Views: 7

tags: another

Improve CollectionView Sorting Performance in WPF(blogs.msdn.com)

submitted by jemtsjemts(591) 3 years, 8 months ago

A simple technique to minimize the number of refreshes to a collection view by using the DeferRefresh method. read more...

add a comment |category: |Views: 268

tags: another

Automating CRUD Operations with LINQ to SQL Part I(nerdmotivation101.com)

submitted by joflowjoflow(35) 3 years, 8 months ago

Can automated CRUD with LINQ to SQL improve your data access. This series takes a look at one strategy that eliminates repetitve LINQ queries by generating them on the fly! Part I features gives us an overview of the architecture which makes use of Fowler's Repository and Query Object patterns. read more...

add a comment |category: |Views: 98

tags: another

Alert - Don't register domains at Yahoo!(thebrainparasite.com)

submitted by UnicornNinjaUnicornNinja(465) 3 years, 8 months ago

The renewal cost for domains registered at Yahoo! have gone up 251% to $34.95 (or higher!) per year after the initial registration. read more...

add a comment |category: |Views: 6

tags: another

Visual Studio Next Wish List(professionalaspnet.com)

submitted by docluvdocluv(1575) 3 years, 8 months ago

This is a list of things I hope to see added or improved in the next version of Visual Studio. read more...

add a comment |category: |Views: 19

tags: another