PUBLIC   marks

PUBLIC MARKS with tag c#

Sponsorised links

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

Sponsorised links

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

May 2008

ZLR

by jdrsantos
ZLR is a Z-machine interpreter whose primary goal is to be fast.

Collections Tutorial: Use collections with C#

by benoit
Parce que les collections c'est fondamental.

February 2008

Envoi de mail avec pièces jointes en ligne de commandes

by geraldg & 1 other
Application c# libre permettant d'envoyer des mails avec pièces jointes en ligne de commandes sous DOS. Peut également être utilisé dans un script batch.

January 2008

September 2007

Try..Catch...Now What

by ms_michel
A bas les try / catch inutiles

July 2007

ASP.NET 2.0. Guida per lo sviluppatore

by runen
Guida in italiano allo sviluppo di applicazioni con ASP sulla piattaforma .NET 2.0

PUBLIC TAGS related to tag c#

no tag

Sponsorised links