PUBLIC   marks

PUBLIC MARKS with tag c#

Sponsorised links

This month

September 2009

Design Patterns en C#

by ms_michel
Une série d'articles sur l'utilisation de différents modèles de conception en C#

GitSharp

by ms_michel (via)
Une implémentation de GIT pour le .NET et Mono avec comme objectif d'être totalement compatible avec GIT et aussi de fournir une librairie utilisable en C# pour exploiter des dépôts GIT

Introduction à Subsonic

by ms_michel
Un article qui présente le framework de génération de code d'accès aux données Subsonic (version 2.1) et explique comment l'installer, les principes de bases, et comment l'utiliser.

Sponsorised links

August 2009

C# for Sharp Kids

by ms_michel
Writing programs is Fun! This e-book will have you coding your very own C# programs in no time! With fun cartoons and easy to follow code samples, you'll be creating your own inventions in no time!

C#-SQLite

by ms_michel (via)
Une réécriture de SQLite en C# (totalement indépendante de SQLite)

Coolite

by geraldg
Quattro Next Generation? lol !

May 2009

Tutoriels ASP.NET MVC

by geraldg & 1 other
La traduction "non officielle" de certain des tutoriels du portail MVC US.

PicasaUploader

by ms_michel
A simple tool for uploading photos to Google’s PicasaWeb online gallery

April 2009

La Saga .Net

by geraldg
Depuis le début de l'existence de la plateforme .NET, j'ai mis au point un contenu que je délivre assez régulièrement et que je pourrais baptiser ".NET pour les nuls". Je pars du principe que les personnes en face de moi ne connaissent rien à .NET et je fais l'exploration d'un certain nombre de pans importants de la plateforme.

Dare Obasanjo aka Carnage4Life - ASP.NET Caching vs. memcached: Seeking Efficient Data Partitioning, Lookup, and Retrieval

by ERSWeb (via)
I recently discovered memcached which is a distributed, object caching system originally developed by Brad Fitzpatrick of LiveJournal fame. You can think of memcached as a giant hash table that can run on multiple servers which automatically handles maintaining the balance of objects hashed to each server and transparently fetches/removes objects from over the network if they aren't on the same machine that is accessing an object in the hash table. Although this sounds fairly simple, there is a lot of grunt work in building a distributed object cache which handles data partitioning across multiple servers and hides the distributed nature of the application from the developer. memcached is a well integrated into the typical LAMP stack and is used by a surprising number of high traffic websites including Slashdot, Facebook, Digg, Flickr and Wikipedia. Below is what C# code that utilizes memcached would look like sans exception handling code

Stripping Accents from Latin Characters

by ms_michel
Faire disparaitre les accents, cédilles... Comparaison de méthode string.Normalize() du .NET 2.0 et d'une solution basée sur une hashtable.

Striping Diacritics

by ms_michel
Faire disparaitre les accents, cédilles... à l'aide de la méthode string.Normalize() du .NET 2.0

February 2009

Domain-Driven Design: What Is It?

by ERSWeb (via)
Design model that abstracts language from implementation. Combines several design methodologies into one.

January 2009

Calculating Sunrise and Sunset Times

by ms_michel
Classe pour calculer les heures de lever et de coucher du soleil

December 2008

Git Extensions

by ms_michel
Git Extensions is a toolkit to make working with Git under Windows more intuitive. The shell extension will intergrate in Windows Explorer and presents a context menu on files and directories. There is also a Visual Studio plugin to use git from Visual Studio.

November 2008

RichText Builder

by ms_michel
Un StringBuilder pour générer du RTF

C# 4.0: var, object and dynamic - Miguel de Icaza

by benoit

Comment continuer a empiler les features pour etre sur de perdre tout le monde :)

Un seul langage ne permet pas de repondre a tous les besoins mais je prefere l'approche du protocol metaobjet qui permet a l'utilisateur de modifier directement le langage via le meme model qu'il utilise pour coder ses programmes (see CLOS, smalltalk et tous les langages avec des protocoles metaobjets corrects)

September 2008

August 2008

July 2008

June 2008

PUBLIC TAGS related to tag c#

no tag

Sponsorised links