Browse by Tags

Creating a SSCLI C# Template for Visual Studio
23 February 08 05:29 AM | jkuhne | 0 Comments   
In my last post ( MSBuild your SSCLI C# projects ) I demonstrated how to create an MSBuild targets file for the SSCLI (Rotor). In this post I'll show you how to make it easier to use Visual Studio to develop SSCLI C# projects. To build successfully in Read More...
MSBuild your SSCLI C# projects
20 February 08 06:21 AM | jkuhne | 3 Comments   
[ Edit 22 Feb 2008: The complete SSCLI.CSharp.targets file can be found here . ] In my last post I got SSCLI compiling with the 2008 C++ compiler ( SSCLI 2.0 and Visual Studio 2008 ). (A side note: since it is clearly possible to build SSCLI with the Read More...
Generic Collections IV
24 July 05 10:46 PM | jkuhne | 2 Comments   
Back again, and as promised... Subclassing Generic Collections The framework provides three basic collections that are intended for derivation. They are located in System.Collections.ObjectModel: Collection<T> KeyedCollection<TKey, TItem> Read More...
Generic Collections III
24 July 05 03:29 AM | jkuhne | 4 Comments   
So far I've gone over the basics of generic collections and moved on to looking at List<T> and Predicate<T>. As mentioned yesterday, this post will deal with subclassing and the other System delegate types. The "Other" System.Delegates We've Read More...
Generic Collections II
23 July 05 01:55 AM | jkuhne | 7 Comments   
In yesterday's post I went over the very basics of generic collections in the 2.0 .Net framework. Today I pick up where I left off with... Predicate<T> System.Predicate<T> is a generic delegate that is used to specify a search condition method Read More...
Generic Collections I
22 July 05 05:19 AM | jkuhne | 10 Comments   
In one of my first posts I briefly mentioned that I would discuss a bit about what I've learned about using the new generic collections. I've been putting it off a bit because I knew it would be a bit lengthy, but I really feel this is important so I'm Read More...

Search

This Blog

Syndication

Page view tracker