By tag: CodeProject
0
kicks
ASP.NET MVC Dynamic Themes
In this article you will learn how to dynamically change themes in ASP.NET MVC.
0
kicks
Advanced Unit Test, Part V - Unit Test Patterns
Patterns for test method-stub generation to improve unit test effectiveness...
...one of the goals is a tool suite that can be used to automatically generate unit tests, both as a reverse and forward engineering process. With the latter, it should be possible to generate the method stubs for the...
0
kicks
Legion: Build your own virtual super computer with Silverlight
Legion is a grid computing platform that uses the Silverlight CLR to execute user definable tasks. It provides grid-wide thread-safe operations for web clients. Client performance metrics, such as bandwidth and processor speed, may be used to tailor jobs. Also includes a WPF Manager application.
0
kicks
The Code Project Browser Add-in for VS 2005
The people from SlickEdit have created a great add-in to let you integrate the very very large collection of projects directly from Code Project just inside your VS IDE.
0
kicks
It takes a community of programmers…
I’m the type of developer who learns best by example. Show me a working piece of code that solves a problem I’m having, then let me take it and reshape it to my needs. For me, this is an extremely powerful way of learning and achieving code reuse.
0
kicks
CodeProject.com: "Meet Microsoft Popfly: Part I - Mashup App Crea
I've post an article about Microsoft Popfly on CodeProject.com.
Microsoft Popfly is a website that allows users to create web pages, program snippets, and mashups using Microsoft Silverlight and the set of online tools provided. Popfly supports both Mozilla Firefox 2.0, and Internet Explorer 6.0 ...
0
kicks
100% Reflective Class Diagram Creation Tool
This article is about using reflection. For those of you that don't know what reflection is, it is the ability to obtain information about a Type of object without really knowing anything about the object type that is being dealt with. For example one could simply ask the current Type of object if i...
0
kicks
Applying a Color Wash to Images
Ever had a web site that needs branding for individual customers but found the presence of image elements complicates the process as you can't adjust their color from a simple style sheet? Wouldn't it be nice to use a base set of grayscale images and automatically apply a color wash to bring them in...
0
kicks
Nullable Data Readers
FTA: .NET 2.0 introduced nullable types into the CLR which, for the first time, provided the ability for value types to be assigned a null value. However, ADO.NET 2.0 did not introduce any new features specifically for dealing with nullable types. Therefore, one of the primary goals for the classes ...
0
kicks
EmuEngine
With the EmuEngine, you can create simple 2D games in .NET, it’s a small library with the following classes:
* DrawingArea: This is the “main” class. It handles Picture objects, PictureWall objects, and PixelWall objects. It also includes a Collision function. Nothing more, but it’s enough fo...
0
kicks
A csharp image enhancement filters library
This project started from a need. A need to have a simple image/photo .Net filters functionality to style and enhance pictures to be displayed on the web (or any other place for that matter). True, there are some filter libraries scattered around the web for doing stuff like a WaterMark or a GraySca...