|
|
Browse by Tags
All Tags » .NET (RSS)
Showing page 1 of 70 (696 total posts)
-
Pour bien comprendre ce que je veux dire, regardez le code suivant: public class Personne { public int Id { get; set; } public string Nom { get; set; } public string Prenom { get; set; } public List<Personne> C...
-
Factories in MbUnit work in much the same way in v2 (where they have been available since the start) and v3, in v2 we would use a Factory as follows. .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0;
-
Wow. That's an incredible feeling, seeing my name on Amazon :) The book is in pre-order!! I'd better get back to editing it then :)
-
"You said no RowTest post!" I know I did but this v3 feature I'd like to talk about, Row value headers, let's look at this example. .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc
-
This is the first of series of posts I'll be running on MbUnit, I'll focus on v2 first and then show an example in v3. I won't focus on RowTest as this is a popular feature and is well known both by the MbUnit audience and by other frameworks. For the opening post I'll focus on the TypeFixture, let's take a look at the code. .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode
-
Dans le cadre du concours "J'en ai rien à coder", voici une petite question pour vous, chers lecteurs Dans un programme WPF, je dispose de la classe Personne, définie comme ceci: public class Personne { public string Nom { get; set; } ...
-
The SSCLI aka Rotor tends to not draw all that much attention unless your a researcher or CLR wonk but it is one of (if not the best) source code referances to the very depths of .NET that you will ever find. For me personally getting the very most of the framemwork I develop on every day is about expanding my understanding of how that framework works, sure the compilers and there tricks come next but the root is the CLI. To top it all you can compile the CLR man !!! Therefore it fills me with joy
-
I started pondering about the DLR and running it on the SSCLI when I came across this article on the CoreCL R (shared source version of that would be fun) and the following. A lot of the Silverlight PAL benefits from lessons learned when we developed the Shared Source Common Language Infrastructure (SSCLI), also known as Rotor. The SSCLI ran on a number of UNIX-style platforms as well as Windows. The base OS functionality varies widely on UNIX-style platforms. The SSCLI PAL had to work on both microkernels
-
I've been working since September 2007 (more or less) on an upcoming Silverlight book titled "Teach Yourself Silverlight in 24 Hours" at Sams. This book will be aimed at beginners with the technology (and maybe even beginners in programming). The reader is walked (with a lot of code samples and step-by-step examples) through most features of this amazing technology. The book has 24 chapters, each of them taking more or less (maybe rather a little more than a little less, to be honest :)) one hour
-
Pour les besoins d'un projet récent, il m'a fallut trouver le moyen de créer une miniature d'une vidéo, sous forme d'image. Après avoir parcouru le Web à la recherche d'une solution, je suis tomber sur le code suivant, qui s'avère être complètement f...
1 ...
|
|
|