advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
advertisement
Advertisement
advertisement
More C# Articles
1 - 20 of 137     Previous     Next
Microsoft Unveils Preview of Roslyn Compiler-as-a-Service October 20, 2011
The new service allows developers to see what happens when compilers take source code and turn it into machine code.
COM Interop Gets Much Better in C# 4.0 August 26, 2009
Enhanced COM interop through C# 4.0's dynamic type system, support for named and optional parameters, and for variance makes working with Microsoft Office and other Primary Interop Assemblies much easier.
Explore C# 4's New Dynamic Types and Named/Optional Parameters June 29, 2009
Leverage these new features in C# 4.0 to interoperate with new dynamic .NET languages, and simplify your code.
Building Domain Specific Languages in C#, Part 2 April 6, 2009
Building fluent programmatic interfaces lets users make calls in natural ways similar to speech.
Programming Team Foundation Server with the TFS SDK January 29, 2009
Team Foundation Server, Microsoft's offering for software lifecycle management, is both customizable and extensible through the TFS SDK.
Introducing IronPython November 17, 2008
IronPython is an easy-to-learn yet surprisingly powerful language for .NET development. Find out how it differs from C# and Visual Basic while still leveraging your existing .NET knowledge.
Code Around C#'s Using Statement to Release Unmanaged Resources September 5, 2008
Find out how to avoid the kind of resource consumption that impedes your application's performance or even stops it from working altogether.
Taming Trees: Parsing and Sorting June 5, 2008
Learn how to use parse trees to evaluate mathematical expressions, and how to use sorted trees.
Crafting Strings in C# June 3, 2008
When the C# compiler compiles the binary + operator with at least one operand of type string, it causes problems with your <totalNumber>. Find out how to manipulate your strings around this bug.
Untapped Silverlight Powers: Create Your Own Media Player February 19, 2008
Learn how to build an application that reassembles the YouTube player, allowing you to visually control media playback.
C# 3.0 Syntax Additions—Design Guidelines February 11, 2008
These guidelines will help you understand new additions to C# 3.0 syntax and avoid some of the pitfalls you can encounter when using them.
What's New in C# 3.0? Part 2 January 29, 2008
The release of Visual Studio 2008 updates C# to version, 3.0, with several key language enhancements and LINQ support. Part Two of this series will walk you through C#'s new LINQ support features and other time-saving enhancements.
What's New in C# 3.0? Part 1 January 24, 2008
The release of Visual Studio 2008 updates C# to version, 3.0, with several key language enhancements and LINQ support. Part one of this series will walk you through implicit typing, automatic properties, and other time-saving enhancements.
What's New in Visual Studio 2008 and the .NET Compact Framework 3.5 January 2, 2008
The release of Visual Studio 2008 also updates the .NET Compact Framework, with new tools, APIs, LINQ support and WCF features. Find out how these can help make your job easier.
Heard on .NET Rocks! Dead Head Bill Wagner October 17, 2007
Carl Franklin and Richard Campbell interview Bill Wagner about C# and the Grateful Dead.
Working with Nullable Types in C# October 12, 2007
Use nullable types to assign null values to value types and avoid run-time exceptions in your applications.
Microsoft XNA: Ready for Prime Time? October 8, 2007
How far can XNA take you in game development? Find out what seven experts in the game development industry have to say.
Introducing XNA Game Studio Express October 1, 2007
Microsoft's XNA Game Studio Express gives you powerful game tools, and the ability to create games for both Windows and Xbox 360.
Have You Xiine It? August 27, 2007
CoDe Magazine rolls out Xiine, a new .NET-based content reader that brings online content closer to print quality.
Eliminate SQL Injection Attacks Painlessly with LINQ May 24, 2007
Microsoft's LINQ to SQL technology offers .NET developers the chance to eliminate the possibility of SQL injection security vulnerabilities in their web applications.
1 - 20 of 137     Previous     Next
Intel ended its sponsorship of Go Parallel on DevX as of January 1, 2009; however, DevX will continue to bring you news, information and programming insights on parallel and multi-core program development across all development platforms. Be sure to bookmark this page and check back often.
advertisement