C#

CEO Claims Green IT Benefits Must Make it the Norm, Not a Trend

More than just energy benefits, Green IT can save on hardware and resources for applications Navot Peled, CEO of Gizmox, challenged the “Green IT trend”...

0 replies - 196 views - 10/21/09 by webgui in Announcements

The Art of Unit Testing

The Art of Unit Testing, by well-known .NET developer Roy Osherove, is an excellent resource for developers interested in using unit tests to their full potential. While the book provides an...

0 replies - 2320 views - 10/14/09 by msonsino in Book Reviews

Visual WebGui launches weekly online show

Visual WebGui is launching a new weekly online show geared to give the developer, IT, and web design communities the inside scoop on the Visual WebGui RIA...

0 replies - 499 views - 06/08/09 by marissa.levy in Announcements

Iron Speed Designer Version 6.0 Released

New page editor streamlines page customization! Software development tools-maker Iron Speed, Inc. released Iron Speed Designer Version 6.0, the latest version...

0 replies - 796 views - 03/09/09 by bhoffmann in Articles

Gizmox released Visual WebGui Ajax framework/platform 6.3.3

Gizmox released its Visual WebGui development environments' version 6.3.3 as a further stabilization of the 6.3 Ajax framework/platform for developing and...

0 replies - 266 views - 03/09/09 by webgui in Announcements

Win Your Copy: C# in Depth

Part one lays the foundation for the path to C# 3.0. Chapter one looks at the beginnings of C# and the .NET Framework and introduces readers to the idea of code snippets. Chapter two reviews some of...

9 replies - 1914 views - 01/31/09 by alashcraft in Book Reviews

Language improvements in C# 4

Based on the .NET Framework 4.0 we will see new and exciting features. The theme for future C# versions is to incorporate more features based on the industry...

0 replies - 2327 views - 12/17/08 by guntherlenz in Articles

Microsoft PDC 2008: Day 1 Wrap-Up

Ray Ozzie took center stage this morning at the Day 1 Keynote at PDC 2008 and everybody knew he had at least one surprise up his sleeve. He teased the audience...

0 replies - 1827 views - 10/28/08 by alashcraft in News

A Quick Introduction to C#

With Mono's 2.0 release it seems there's no better time than now to start investing in C#, especially if you are looking for platform independence. To help...

0 replies - 1019 views - 10/09/08 by Riyad Kalla in News

SelectMany: Probably The Most Powerful LINQ Operator

Hi there back again. Hope everyone is already exploiting the power of LINQ on a fairly regular basis. Okay, everyone knows by now how simple LINQ queries with...

0 replies - 4672 views - 08/20/08 by bdesmet in News

C# - Singleton Pattern vs. Static Classes

Problem: Store some common data in a singleton or static class about your program in an object array, which you store in a class. It saves state between usages...

1 replies - 12398 views - 07/03/08 by smallenDNP in News

jQuery for Asp.net MVC preview 3

So, I finally got a chance to sit down and finish up the jQuery for Asp.net Mvc preview 3. If you haven’t already read Scott’s post about preview 3,  you...

2 replies - 11128 views - 06/27/08 by alley in News

A Cross-Language Generics Trick - Java, Scala and C#

Given a Pair<T, U> type in Java, Scala or C#, such as Map.Entry, Tuple2 or KeyValuePair respectively, you can construct type-checked variadic...

0 replies - 3272 views - 06/25/08 by Ricky Clarkson in Articles

How is my C# code converted into machine instructions?

As we all know that our .NET code (C#, VB.NET etc) are converted into MSIL instructions which in turn are put into the assemblies. MSIL is a high level...

0 replies - 2929 views - 06/17/08 by raasiel in News

Another Use for C# Using

If you are a C# developer you're familiar with the using directive.  It appears at the top of every one of your class files informing the compiler what...

0 replies - 5705 views - 06/16/08 by Schalk Neethling in News