C#

How to make ASP.NET 3rd party controls run faster

1. Abstract The following document will explore the basics of enhancing 3rd party ASP.NET components performance by leveraging the Empty Client (an ASP.NET...

0 replies - 472 views - 12/18/09 by roy goffer in Articles

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 - 397 views - 10/21/09 by roy goffer 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 - 3541 views - 10/14/09 by Michael Sonsino 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 - 598 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 - 937 views - 03/09/09 by Brooke Leslie 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 - 341 views - 03/09/09 by roy goffer 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 - 2498 views - 01/31/09 by Alvin Ashcraft 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 - 2971 views - 12/17/08 by Gunther Lenz 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 - 2141 views - 10/28/08 by Alvin Ashcraft 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 - 1114 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 - 6163 views - 08/20/08 by Bart De Smet 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 - 15044 views - 07/03/08 by Sam Allen 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 - 11601 views - 06/27/08 by chris van de steeg 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 - 3590 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 - 3517 views - 06/17/08 by Shafqat Ahmed in News