charris

Stories kicked by charris

Three C# 2.0/3.0 Syntaxes That You Didn't Know But Were Afraid to Ask(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 7 months ago

Working with other colleagues, I found these C# syntaxes are still not well-known and used read more...

4 comments |category: |Views: 1236

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

Changing Your Garbage Collector Settings on the Fly(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 8 months ago

.NET 3.5 and 2.0 SP1 jointly included a new feature which lets you programmatically manipulate the way your garbage collector acts. This can be done through changing the value of a new property of the System.Runtime.GCSettings class named LatencyMode. In this article I will walk you through this new property and the different effects of each of it's possible settings. read more...

add a comment |category: |Views: 256

tags: another

XNA Basic Effect Shader Source Code Available(creators.xna.com)

submitted by beefarinobeefarino(110) 3 years, 9 months ago

For those of you into XNA and .NET game programming, you may find this interesting: the shader source code for the BasicEffect is now available! read more...

add a comment |category: |Views: 633

tags: another

Bad advice on exceptions from Joel(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

Starting from some comments on my exception handling series of articles I run into a couple of blogs pointing to this post on joelonsoftware.com. I think this is the worst advice on exception handling I have ever read, sorry Joel. I know this is an old post, I know Joel is entitled to his own opinion and I know he has the right to write his code as he sees fit. But as an opinion leader he influences others. read more...

add a comment |category: |Views: 606

tags: another

Only In A Database Can You Get 1000% + Improvement By Changing A Few L(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 9 months ago

Only In A Database Can You Get 1000% + Improvement By Changing A Few Lines Of Code read more...

add a comment |category: |Views: 624

tags: another

Code review - The meaningless ritual(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

Most of the time code reviews are a meaningless ritual. Everybody pays lip service to the importance of code reviews and a lot of people, especially in the management, are convinced that code reviews very effectively reduce the number of shipped bugs. The problem is… most developers hate code reviews and avoid them like the plague. If they can’t avoid them, then they show up and act their part like in a play at the theater of the absurd. read more...

add a comment |category: |Views: 425

tags: another

.Net 3.5 Changes as Seen from NDepends...(codebetter.com)

submitted by WidescreenWidescreen(105) 3 years, 9 months ago

Really interesting breakdown of the new 3.5 sp release. read more...

1 comment |category: |Views: 407

tags: another

XNA, Meet WPF(jmorrill.hjtcentral.com)

submitted by LordLord(3737) 3 years, 9 months ago

The new D3DImage in WPF opens up worlds for WPF. Direct3D content rendered with WPF...it doesn't get any better! The downside is it seems (correct me if I'm wrong) that Microsoft was only targeting unmanaged Direct3D. Yes there is Managed DirectX, but it seems as if MDX is no longer being maintained and it's not so obvious how to get a D3D surface pointer from the API. It really seems MDX has been left in the dust in favor for XNA, which is a very intuitive D3D wrapper. XNA further exacerbates the issue with XNA and WPF. read more...

add a comment |category: |Views: 501

tags: another

What's wrong with SOAP? - REST and .NET 3.5 Part 1 - why REST based se(developerfusion.co.uk)

submitted by MikeBorozdinMikeBorozdin(1146) 3 years, 9 months ago

SOAP vs REST read more...

3 comments |category: |Views: 536

tags: another

Customising WCF Proxy Generation in Visual Studio 2008 (blogs.msdn.com)

submitted by charrischarris(30) 3 years, 9 months ago

Having trouble with VS 2008 WCF generating proxy objects just the way you want (need) them? Extend the default WCF proxy generator as explained by Pedram Rezaei with this easy to follow step by step guide. He shows you how to extend the WCF generation tool to suit your own needs. A great alternative to continually merging your custom changes to generated proxy objects everytime you need to update a service reference. read more...

add a comment |category: |Views: 221

tags: another

C# Search: The .NET Developer's Search Engine(blog.briandicroce.com)

submitted by bdicrocebdicroce(170) 3 years, 9 months ago

C# Search is a new .NET search site, powered by Google, which allows developers to further refine their search on anything related to .NET. read more...

2 comments |category: |Views: 495

tags: another

Visual Studio .NET Platform Target Explained(visualstudiohacks.com)

submitted by darrenstokesdarrenstokes(300) 3 years, 9 months ago

This article discusses the meaning of the Platform Target setting for Visual Studio projects and gives some tips and links that will be helpful when migrating to 64-bit processing. read more...

1 comment |category: |Views: 698

tags: another

Using Regions in Code Files(professionalaspnet.com)

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

Recently I have been confronted with a movement that seems to hate using #Regions in source code files. Personally I really like using regions and I absolutely like the ability to collapse sections of code I am not directly working with. read more...

add a comment |category: |Views: 437

tags: another

The Onion Architecture : part 2(jeffreypalermo.com)

submitted by terrbleterrble(1665) 3 years, 9 months ago

If you are looking for a full, working application as an example, please have a look. read more...

add a comment |category: |Views: 43

tags: another

Using CSS to Do Anything: 50+ Creative Examples and Tutorials(noupe.com)

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

"CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques." read more...

add a comment |category: |Views: 681

tags: another