| Some changes in .NET BCL 4.0 2 hours ago by Thushan Fernando I’ve been porting a few products to .NET 4.0 and came across some cool new additions in .NET 4.0 which will be quite useful for everyone. This is by no means exhaustive but interesting to look at. Strings String.IsNullOrWhiteSpace Like the String.IsNullOrEmpty method, this new helper method whether ... Thushan Fernando's ... - thushanfernando.com · Rank: 192,640 · 3 references | | Eventos en Windows Form 2 hours ago by Tomy En estos días no he tenido mucho tiempo de publicar nada porque he estado ocupado en la universidad con muchas tareas y proyectos, pero hoy les dejaré un programa muy sencillo, y les hablaré un poco sobre los eventos en Windows Form, que son una importante herramienta para lograr una buena interacci ... Programación y web 2.0 - puntopeek.com · 1 reference | | Silverlight 4 – Capturando Webcam 4 hours ago by Vinicius Quaiato Fala galera, beleza? Dia 18 foi a Microsoft anunciou o Silverlight 4 beta, no PDC09. De fato existem muitas features novas nesta versão do Silverlight e uma destas novas features é a captura de Webcam (todas as informações podem ser vistas aqui), e vamos realizar aqui um exemplo básico, baseado no v ... Vinicius Quaiato - viniciusquaiato.com/blog | | Elevate privileges of your .Net applications in Windows Vista 6 hours ago by Ganesh Kumar Are you using / developing applications for Windows Vista? What if your application requires administrator privileges to perform a task? (For example, probably this would happen when you develop a host application for your WCF Service). This article helps you understanding the UAC clearly and develo ... technicalganesh - technicalganesh.com | | Duck Typing using C# 4.0 6 hours ago by pc using System; namespace ConsoleApplication1 { class Program { static void Main( string[] args) { QuackTheQuacker( new Toy()); QuackTheQuacker( new Duck()); } static void QuackTheQuacker( dynamic quacker) { quacker.Quack(); } } class Toy { public void Quack() { Console.WriteLine( "A toy that quacks") ... --==PC==-- - pradeepc.net/blog | | Better User and Developer Experiences – From Windows Forms to WPF with ... 7 hours ago by Reed I frequently talk to people trying to decide, for a new project, between Windows Forms and Windows Presentation Foundation. After spending time with WPF, I feel there is no reason to choose Windows Forms for new development. WPF, when used correctly, is far superior, both in terms of user experience ... Reed Copsey, Jr. - reedcopsey.com · 2 references | | sr.software engineer 8 hours ago by Editor Experience: 1-6 Years Education: Any gradaute Location: Chennai , Bangalore , Noida / Greater Noida , Mumbai , Ahmedabad , Pune , Kolkata , Hyderabad / Secunderabad , Delhi / NCR , Gurgaon Programmers- c , c ++ , java , j2ee , .net , asp.net , vb.net , Testing , php , VC++ , embedded , mainframe Dat ... thewalkin.com - thewalkin.com · 6 references | |