MSMVPS.COM
The Ultimate Destination for Blogs by Current and Former Microsoft Most Valuable Professionals.

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Replacing Loaded Assemblies

    Recently I’ve been asked if it would be possible to replace the assemblies loaded by a .NET Windows Service application while it was running like with ASP.NET . Like with ASP.NET, an application start and end events where needed. The solution is quite simple. The Windows Service application is just a...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 06-29-2008
    Filed under: .NET, SoftDev, Microsoft, MSDN
  • Using Random Values For Unit Testing

    When writing my unit tests I don’t like to use hard coded fixed values because I either end up using the same values or, because of that, tests may succeed by coincidence. Over time, I have developed an helper class to generate random values for testing. namespace PauloMorgado.VisualStudio.TestTools...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 06-24-2008
    Filed under: .NET, SoftDev, Microsoft, MSDN, VisualStudio, Testing, UnitTests, TypeMock
  • More On ASP.NET Validators And Validation Summary Rendering of Properties

    On previous posts [ ^ ][ ^ ] I mentioned the size of ASP.NET validators and validation summary rendering and the fact that expando attributes are being used to add properties. Mohamed also mentions this issue. Besides the fact that custom attributes aren't XHTML conformant, Firefox differs from Internet...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 06-23-2008
    Filed under: .NET, ASP.NET, SoftDev, Microsoft, MSDN, Web, InternetExplorer, JavaScript, FireFox, HTML
  • Getting .NET 1.1 CLR String Hash Codes In The .NET 2.0 CLR

    Everyone knows (or, should know) that values values retrieved from the GetHashCode method should not be persisted for later use, specially with strings , because: The behavior of GetHashCode is dependent on its implementation, which might change from one version of the common language runtime to another...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-30-2008
    Filed under: .NET, SoftDev, Microsoft, MSDN
  • MSDN And TechNet Virtualized

    Lately I've been analyzing various solutions for resource (applications, desktops and servers) virtualization, pooling and provisioning from the various players in this market ( Microsoft , Citrix , VMware , Sun , HP ). There are many advantages to virtualization: Hardware consolidation with out...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-24-2008
    Filed under: Microsoft, MSDN, TechNet, Virtualization
  • Com tanta performance bruta, a optimização ainda fará sentido?

    A Red Gate publica uma newsletter chamada Simple Talk , que no geral, tal como as ferramentas da Red Gate, versam temas ligados à administração e utilização de bases de dados em SQL Server e ao profiling the aplicações .NET Na última newsletter recebida esta semana, um tópico chamou a minha atenção....
    Posted to Alberto Silva (Weblog) by Alberto Silva on 05-14-2008
    Filed under: Base de dados (SqlServer 2000 & CE), MSDN, Base de dados (SqlServer 2000 & CE)
  • Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes

    Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness . At that point I wasn't aware of the existence of the XHTML conformance configuration (thanks Nuno ). With the XHTML conformance configuration set to Legacy , the rendering of controls works like it worked...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-13-2008
    Filed under: .NET, ASP.NET, SoftDev, Microsoft, MSDN, Web, Tools, JavaScript, AJAX, HTML
  • The Cause Of ASP.NET Validators And Validation Summary Slowness

    When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why? Lets build a simple page web page with a few validators. Something like this: The page is composed of: 2 TextBox es 1 RequiredFieldValidator for each TextBox...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 05-12-2008
    Filed under: .NET, ASP.NET, SoftDev, Microsoft, MSDN, Web, Tools, JavaScript, AJAX, HTML
  • SQL Server databases - checkpoint, cache and I/O request - what you need to know?

    Have you ever wondered about flushing databases? Well not quite possible to flush it straight away and not a best practice too on the live server, so what it is about and you need to know about transactions state when they occur. Say when the changes occur in a database the changes are formed as transactions...
    Posted to SQLServer-QA.net - Knowledge Sharing Network (SSQA.net) (Weblog) by Anonymous on 04-22-2008
    Filed under: sql server, performance, msdn, backup, blogs, database, transaction log, cache, i/o, flush, monitoring, checkpointl
  • 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 27 (261 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