MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.
All Tags » .NET » C# (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Accediendo al directorio activo de la organización desde .NET (I)

    Creo que me estoy aficionando a las series de posts no de la tele , ya que acabo de terminar la serie de artículos acerca de cómo acceder a la caché de Internet Explorer y ya estoy planteándome una nueva, sobre acceder al directorio activo mediante una aplicación realizada con C#. Esta serie, al igual...
    Posted to El blog de Lluis Franco (Weblog) by lfranco on 06-11-2008
    Filed under: C#, .NET, 2008, Utilidad, Windows, Ejemplo, Serie, LDAP
  • Acceder a la caché de Internet Explorer (V y final)

    Éste es el último post de esta serie, en la cual se ha desarrollado un proyecto de ejemplo de cómo acceder a la caché de archivos temporales de Internet Explorer. De hecho, he aprovechado la excusa para montar un pequeño proyecto de ejemplo en el que poder enseñar varias cosas que tenía en mente y por...
    Posted to El blog de Lluis Franco (Weblog) by lfranco on 06-10-2008
    Filed under: C#, .NET, Utilidad, Windows, API, Cache, IE, Explorer, Servicio, Ejemplo
  • Reflector IL to C# Bug

    I was watching Entity Framework code when I found this code: switch ( this .<>1__state) { case 3 : case 4 : break ; default : return ; try { } finally { this . d__0.<>m__Finally6();" href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://System.Data.Entity:3.5.0.0:b77a5c561934e089...
    Posted to Matthieu MEZIL (Weblog) by Matthieu MEZIL on 06-04-2008
    Filed under: .Net, C#, MSIL, VB .Net, Bug
  • Entity Cloner

    I do an EntityCloner which can Clone an entity single or all the graph from one entity. To clone an entity, I use reflection but the problem of Reflection is it’s far. The way to Clone a product is always the same. So I generate a Delegate on the fly during first call and I always use it. For this, I...
    Posted to Matthieu MEZIL (Weblog) by Matthieu MEZIL on 05-31-2008
    Filed under: .Net, C#, MSIL, EF
  • Acceder a la caché de Internet Explorer (IV)

    En los dos primeros artículos pudimos ver los objetos del API de Windows que íbamos a usar para poder acceder a la caché de los archivos temporales de Internet, cómo persistir estos datos en formato XML , y finalmente cómo permitir que temporalmente nuestra aplicacación se ejecute con las credenciales...
    Posted to El blog de Lluis Franco (Weblog) by lfranco on 05-30-2008
    Filed under: C#, .NET, 2008, Utilidad, Windows, API, Cache, IE, Explorer, Servicio
  • What do you think about private and protected?

    I think it should be a great thing to have two notions: class private and instance private (and the same for protected). In my mind, in a lot of case, I shouldn’t be able to do this: class C1 { private int _test = 0; public int Test( C1 c1) { return c1._test; } } Indeed, when I define _test as (instance...
    Posted to Matthieu MEZIL (Weblog) by Matthieu MEZIL on 05-22-2008
    Filed under: .Net, C#, MSIL, VB .Net
  • Performance: Datos en Memoria con ADO.NET IV

    En este artículo quisiera mostrarles cual es el consumo de memoria de algunas técnicas de acceso a datos. En artículos anteriores hemos estudiado y optimizado performance mejorando el tiempo de procesamiento. Como colorario veremos algunos gráficos que siempre ayudan a la comparación. Este artículo está...
    Posted to Carlos Walzer (Weblog) by cwalzer on 05-21-2008
    Filed under: .NET, C#, Performance, ADO.NET, Anti Practicas, Cazador de Mitos .NET, Rendimiento
  • Acceder a la caché de Internet Explorer (II)

    :-/ Hola de nuevo, Siento haber tardado más de lo previsto en publicar este post, pero hemos tenido un fallecimiento en la familia este fin de semana y todavía andamos un poco descolocados. De todos modos, siguiendo con el hilo del primer post de esta serie, vamos a ver como leer los valores de los archivos...
    Posted to El blog de Lluis Franco (Weblog) by lfranco on 05-20-2008
    Filed under: C#, .NET, Utilidad, XML, Windows, API, Cache, IE
  • Perspective 0.9 - WPF blogging

    I've released the version 0.9 of Perspective. The main features are : A new XBAP online demo application is provided. You can now build multilingual applications that support culture changing at run time. SignalBinding : a binding class which throws conversion events. It prevents to write converter...
    Posted to Perspective (Weblog) by odewit on 05-15-2008
    Filed under: C#, VB.NET, .NET, WPF, EN, 3D
  • Stretching Type Inference

    Note: Code in italics is not actual C# 3.0 syntax. Local Variable Type Inference C# 3.0 brought us local variable type inference mainly because of LINQ . The output of a query can vary from an IEnumerable<T> or an IQueryable<T> to a single instance of T where T can even be a projection which...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 04-22-2008
    Filed under: .NET, C#, Microsoft, MSDN, VisualStudio
Page 1 of 18 (176 items) 1 2 3 4 5 Next > ... Last »


Copyright © is the original authors. Blog site is an independent site not sponsored by Microsoft. The Yoda blog server and the Brianna SQL server would like to thank www.ownwebnow.com and www.exchangedefender.com. They wouldn't be here and broadcasting without the generosity of Vlad Mazek and his companies.

Powered by Community Server (Commercial Edition), by Telligent Systems