admin

Stories kicked by admin

Finding memory leaks in managed code(bit.ly)

submitted by javeryjavery(5523) 1 year, 6 months ago

A week or so ago, I got a call from a client who had some issues with an application that I had built. The application is a WPF 4 “media player” that is supposed to runs 24/7. The issue they were facing was that it only ran for about 12 hours before crashing. read more...

add a comment |category: |Views: 269

tags: another

The NEW DotNetKicks front page is in beta(dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 10 months ago

We are working on totally reworking how the front page of DotNetKicks works and the new version is now in public beta. Check it out, use it, and give us your feedback! read more...

5 comments |category: |Views: 433

tags: another

Building Windows Phone 7 Apps with Azure(www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 10 months ago

Jason Zander as looks at how to building a cloud service using WCF, SQL Azure and then hook that into a Windows Phone 7 application. read more...

add a comment |category: |Views: 433

tags: another

Silverlight TextBox Control that immediately updates Text field(blog.roboblob.com)

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

Standard Silverlight TextBox control is very useful but has one strange behavior: if you use TwoWay data binding and bind some property to controls Text property, when users type text into the control, this change is not propagated to the bound property until the control loses its focus. Lets see how to solve that problem easily... read more...

1 comment |category: |Views: 162

tags: another

Parallel Programming w/ Task Parallel Library(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 10 months ago

Taking a look at how we can simplify parallel programming by using the Task Parallel Library which is part of .Net 4.0 We will take a look at how to move your code away from for and foreach and towards Parallel.For and Parallel.Foreach. These new methods allow you to parallelize your loops w/ little effort, but with large gains. read more...

add a comment |category: |Views: 28

tags: another

Introduction : LINQ to SQL(beyondrelational.com)

submitted by ashish.gilhotraashish.gilhotra(354) 1 year, 10 months ago

LINQ [Language Integrated Query], it’s a programming model for any kind of data. It’s enable you to query data irrespective of data source hence its another data abstraction layer. read more...

1 comment |category: |Views: 366

tags: another

Super Simple MVVM(www.charlieblog.net)

submitted by mattatsallysmattatsallys(130) 1 year, 10 months ago

When I was learning MVVM it was taking a bit to really “click”. I was checking for videos or tutorials for something super simple. I never really found anything, they always were doing more than I needed for something super simple. I finally told myself I was going to write a simple app where I have two text boxes, a button, and a label. read more...

add a comment |category: |Views: 672

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

New Year's Resolutions for 2010(stefanoricciardi.com)

submitted by stefanoricstefanoric(340) 2 years, 4 months ago

Stefano Ricciardi shares his top priorities for the new year in terms of technologies and languages to learn. read more...

add a comment |category: |Views: 3

tags: another

Visual Studio 2010: Generating sequence diagrams on the fly(weblogs.asp.net)

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

One nice feature that Visual Studio 2010 provides is generating sequence diagrams on the fly. Just point out method and choose diagram generating option from context menu. In this posting I will show you how to generate sequence diagrams on the fly. read more...

add a comment |category: |Views: 23

tags: another

NConsoler - command line parser library for .NET(codeproject.com)

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

Command line parser based on meta information. read more...

add a comment |category: |Views: 41

tags: another

Enumerating the GAC using 'foreach'(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Ever tried enumerating the Global assemblies cache? Now it has become easier. read more...

1 comment |category: |Views: 73

tags: another

XmlSerializer vs DataContractSerializer: Serialization in Wcf(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 4 years, 2 months ago

An introduction to serialization in Wcf and a decent comparision of the XmlSerializer vs the DataContractSerializer. read more...

add a comment |category: |Views: 1080

tags: another

Sorting for Humans : Natural Sort Order(codinghorror.com)

submitted by _Sam__Sam_(145) 4 years, 5 months ago

This is a good article on the importance of human-oriented sorting and difficulty in implementing such a routine succinctly it in .NET and LINQ. read more...

2 comments |category: |Views: 171

tags: another

Debug Visualizer for SubSonic Collections(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 5 months ago

See your SubSonic collections in a DataGridView while debugging your application just like you would see a DataSet in debug. read more...

add a comment |category: |Views: 20

tags: another

.Net Syntax Highlighter with support for ~460 syntaxes(duartes.org)

submitted by gustavodgustavod(775) 4 years, 5 months ago

MIT/X11-licensed Syntax highlighter built in C# with support for hundreds of syntaxes. The web interface lets you build and save color scheme. read more...

add a comment |category: |Views: 177

tags: another