DotNet

TwitterFacebook
Get flash to fully experience Pearltrees
About the Cookbook http://www.componentone.com/SuperPages/Cookbook/

.NET Gurus Can Cook

Using Regular Expressions with .NET - C# and Visual Basic

http://www.regular-expressions.info/dotnet.html The Microsoft .NET Framework, which you can use with any .NET programming language such as C# (C sharp) or Visual Basic.NET, has solid support for regular expressions. The documentation of the regular expression classes is very poor, however.

CaveAVins Tutoriel 1 : L’accès aux données avec Sql Server et EF Code First - Stéphanie Hertrich

http://blogs.msdn.com/b/stephe/archive/2011/06/21/caveavins-tutoriel-1-l-acc-232-s-aux-donn-233-es-entity-framework-code-first-et-sql-azure.aspx Voici le premier tutoriel de la série d’articles qui introduit les technologies de développement actuelles, dans le cadre d’un projet de gestion de cave à vins. Je ne fournirai probablement pas tout le projet en pas à pas de manière exhaustive, mais j’essaierai de le faire pour toutes les parties clés.
Table of Contents http://www.codeproject.com/Articles/507985/Way-to-Lambda

Way to Lambda

http://dotnet.dzone.com/articles/c-%E2%80%93-xml-element-value-generic Recently, I was working on integrating a help desk API into one of our applications. The API would return XML and I was using LINQ-To-XML to get the values of the elements. However, a number of the elements in the API were allowed to be null, like a field for the completed date of a help desk ticket.

C# – XML Element Value Generic Extention Method

If you installed Update 2 CTP 4 (now it has go-live and supports upgrade to RTM) you should also install the Visual Studio Tools for Git that permits to work with Git repository directly from a Team Explorer extension . http://www.codewrecks.com/blog/

Alkampfer's Place

http://sachabarbs.wordpress.com/2010/03/31/wpf-design-time-data/ If you are using WPF, you are more than likely using Expression BLEND to. You may even be one of the lucky ones and have a designer as part of your team.

WPF : Design Time Data « Sacha's blog

SilverLight

WPF

Charts

Lib

Linq

Threading

http://www.siteduzero.com/informatique/tutoriels/apprenez-a-developper-en-c/la-configuration-d-une-application Dans le cycle de vie d'une application, il est fréquent que de petites choses changent.

La configuration d'une application - C# / .NET

I recently had an interesting experience while trying to transfer an Xbox LIVE gamertag to a new Windows LIVE ID, and I decided to post what I learned from this process in the hopes that it will help others avoid this type of hassle in the future. If you don’t want to read the full story of what happened, here are my key takeaways: It is possible to create a gamertag with a Windows LIVE ID that has never had its email address validated, but it is not possible to move a gamertag associated with an un-validated LIVE ID to a new LIVE ID.

Aaron Stebner's WebLog

.NET Design Patterns in C# and VB.NET - Gang of Four (GOF) - DoFactory

Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects.. The 23 Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized in three groups: Creational, Structural, and Behavioral (for a complete list see below).