gduncan411

Stories kicked by gduncan411

CLR 4.5: .Net Framework Kernel Improvements(eknowledger.wordpress.com)

submitted by eknowledgereknowledger(156) 23 days, 7 hours ago

In this post I’ll go through some of the enhancements and improvements done by the CLR team as part of the performance improvements in .Net 4.5. In most cases developers will not have to do anything different to take advantage of the new stuff, it will just works whenever the new framework libraries are used. Topics covered: - Improved Large Object heap Allocator - Background mode for Server GC - Auto NGEN read more...

2 comments |category: |Views: 358

tags: another

Naked MVVM - simplest MVVM architecture(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 1 year, 6 months ago

Article showing the concepts behind very simple MVVM implementation. read more...

add a comment |category: |Views: 878

tags: another

Easy Email Templates in .NET with FluentEmail(dkdevelopment.net)

submitted by dkarzondkarzon(135) 1 year, 8 months ago

How to send emails using a HTML Template and FluentEmail in C#.NET read more...

1 comment |category: |Views: 417

tags: another

Mahhala - Fluent Ribbon Control Suite(www.rudigrobler.net)

submitted by TanyaGTanyaG(365) 1 year, 11 months ago

A article about the creator of the Fluent Ribbon Control Suite! One of the most complete implementations of the Office style Ribbon control read more...

add a comment |category: |Views: 323

tags: another

DiffPlex - a .NET Diff Generator(diffplex.codeplex.com)

submitted by jemtsjemts(591) 2 years, 2 months ago

DiffPlex is a combination of a .NET Diffing Library with both a Silverlight and HTML diff viewer. It is released open source on CodePlex under the MS-PL license. read more...

1 comment |category: |Views: 516

tags: another

Introduction to Visual Studio Test Professional 2010(www.dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 3 months ago

In this article we will take an overview of the many features available for Visual Studio Test Professional 2010. read more...

add a comment |category: |Views: 1082

tags: another

.NET Framework 4.0 Poster(www.midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 2 years, 4 months ago

Microsoft .NET Framework 4.0 Poster in DeepZoom - Silverlight read more...

2 comments |category: |Views: 1338

tags: another

PDC09 - Session Video & PPT List by Greg Duncan(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 6 months ago

Greg Duncan has cleverly put together a page that lists the PDC09 sessions with links to videos and PowerPoint's. Way to go Greg! read more...

1 comment |category: |Views: 197

tags: another

Pimping your Win7 Taskbar – Extending the Win7 Taskbar with Managed Co(coolthingoftheday.blogspot.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 4 months ago

While the project is still in alpha, but with all the coolness (and hype) around the new Win7 Taskbar, when Hüseyin tweeted me a link to this I thought it was pretty cool. I think the Progress Bars in the new Taskbar is going to be one of those “what did we ever do without this” features of Win7. A small thing, but all big things are really just lots and lots of small things… The new Win7 Taskbar is pretty neat, as is its programmability, but without a Managed wrappers (COM? cough… we’re about to enter the 10’s… cough ;) the bar is pretty high for most of us. Projects like this one will come in very handy in the coming years. read more...

add a comment |category: |Views: 337

tags: another

Ora - Alternative to #region(coolthingoftheday.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

An interesting Visual Studio add-in for those who looking beyond regions for access/grouping. It’s kind of like the Class Diagram but on steroids * 10. And one of cooler things is that sample code is provided so you can add your own grouping. So you’re not tied to how the author decided to group the methods. Oh yeah, it works for VB projects too. read more...

add a comment |category: |Views: 634

tags: another

I've Left Query Analyzer Hell For LINQPad Heaven(aneyfamily.com)

submitted by terry.aneyterry.aney(115) 3 years, 5 months ago

So now that LINQPad has enabled intellisense SQL Server Management Studio, Query Analyzer, and even Joseph Albahari's (LINQPad creator) own QueryEx have all been zapped from my memory. I'll no longer flounder in antiquated ANSI SQL, but instead flourish in fully typed C#/LINQ code. This post explores extension methods that make LINQPad an even more power tool. read more...

add a comment |category: |Views: 39

tags: another

Free Winforms and ASP.NET Chart Controls(coolthingoftheday.blogspot.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 7 months ago

Directly from Microsoft read more...

2 comments |category: |Views: 731

tags: another

101 Free Silverlight Controls(webresourcesdepot.com)

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

Awesome collection of FREE silverlight controls. read more...

add a comment |category: |Views: 2931

tags: another

Becoming a Visual Studio Jedi Part 1(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 8 months ago

Peter discusses how to get your use of Visual Studio to the next level. read more...

1 comment |category: |Views: 1009

tags: another

Craig Shoemaker - Rockstar (ASP.NET) Dynamic Data Customizations (weblogs.asp.net)

submitted by gduncan411gduncan411(15) 3 years, 11 months ago

Craig Shoemaker shows how the new ASP.NET Dynamic Data feature can go well beyond what you might imagine. He provides five screencasts of how he took Dynamic Data and turned it on it's head. If you think Dynamic Data is just about boring lists and tables you should check these casts. read more...

add a comment |category: |Views: 17

tags: another

SQLite on .NET - Get up and running in 3 minutes.(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 4 months ago

The quick and dirty guide to setting up SQLite with .Net in 3 minutes. Small, fast, and ass-kicking like a transactional Jackie Chan. Good background information and tutorial to get you from download to querying in no time flat. read more...

1 comment |category: |Views: 45

tags: another