Browse by Tags

Related Posts

  • Strongly-typed reflection redux

    As a followup to my last post , you can read Daniel Cazzulino's post in which he presents a solution for strongly-typed reflection that complements ayende's approach . Of course this implementation has limitations of its own, the major one being that it's based on lambda expression s and expression trees...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 07-06-2006, 12:00 AM
    Filed under: Source, Tips, .NET
  • Static method reflection

    .NET reflection features are powerful and this is really what makes it a powerful platform. We don't use reflection everyday, but when we do it's really useful. Don't you hate it though when you have to write code like this?: MethodInfo method = typeof(MyClass).GetMethod("MyMethod"); The problem with...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 07-05-2006, 12:00 AM
    Filed under: Source, Tips, .NET
  • Copying and pasting text with styles removed - PureText

    I've been doing a lot of copy&paste operations between several Word documents or HTML pages lately, and I got fed up with doing "Edit | Paste Special... | Unformatted Text" all the time to avoid having my Word documents polluted with styles I don't want. A great little free tool came to the rescue...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 06-09-2006, 12:00 AM
    Filed under: Tips, Tools, .NET
  • Back on new Blog Software CS

    this is more or less a test posting the UI have changed completley and i want to figure out how, what and why took some while and email support to figure out how this works. Done some ugly trick to get the tags in my [Select Tag] list posted all of the tags, which i copied from the start page .NET,.net...
    Posted to Hannes Preishuber (Weblog) by preishuber on 05-22-2006, 12:00 AM
    Filed under: Community, Technology, Related, Security, Server, Services, SharePoint, Misc., Miscellaneous, News, Databases, Development, Web, Whidbey, Windows, Ajax, Architecture, Architecture/Patterns, Podcasts, Programming, Quotations, Rants, VB.NET, .net development, .NET General, .Net Original, .NET Rocks!, Blogging, Other, Personal, General(All Posts), Information, Sql, XML, C#, Tips, Tools, topic, .NET, Agile, General, Featured, ASP.NET
  • Remote workers and Agile/SCRUM/XP

    Andrew raises the question: What is the impact of the remote worker on Agile approaches? A couple of months ago I started working with Bob on LearnVisualstudio.NET . We are just about ready to launch a major redesign of the site. The development process for this redesign may not have been text book Agile...
    Posted to David Findley's Blog (Weblog) by findleyd on 08-03-2006, 12:00 AM
    Filed under: Tips, Tools, .NET
  • New version of LearnVisualStudio.NET launched

    It took us a while but the new version of LearnVisualStudio.NET is live. We've packed a lot into this redesign and we hope that you enjoy the improvements. I'll start with those items that you might not find all that interesting, but are a HUGE improvement as far as we are concerned: The site is 100...
    Posted to David Findley's Blog (Weblog) by findleyd on 08-31-2006, 12:00 AM
    Filed under: C#, ASP.NET, SQL, .NET, Tools, Visual Studio, Team System, Programming Languages, Tips
  • Problems with RewritePath and Search Engines.

    We just recently launched the new version of LearnVisualStudio.NET. The implementation uses the RewritePath method to serve up dynamic pages based on templates. All of our pre deployment testing showed that this was all working without a hitch. Once we deployed to production however it became clear which...
    Posted to David Findley's Blog (Weblog) by findleyd on 09-05-2006, 12:00 AM
    Filed under: C#, ASP.NET, .NET, Debugging, Tips
  • Solving URL rewriting problems with themes and trailing slashes

    In a comment to an old post of mine about URL rewriting , a visitor named Tim has just asked how to solve a problem he was facing with ASP.NET themes and rewriting. The original post was addressing the main problems by using an overload of the RewritePath method introduced by .NET 2. Yet, a simple problem...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 10-20-2006, 12:00 AM
    Filed under: Tips, .NET
  • Suggestions for distributing CTPs as VirtualPC images

    I finally got around to trying the Sept. CTP of Orcas. I loaded up the VPC images on VPC7 Beta (which seems to perform much better than VPC2004). If this is going to be the way that MS is going to release CTPs in the future here are a few suggestions: Don't have undo disks enabled. This just slows things...
    Posted to David Findley's Blog (Weblog) by findleyd on 10-24-2006, 12:00 AM
    Filed under: C#, .NET, Tools, Visual Studio, LINQ, Tips
  • Removing diacritics (accents) from strings

    It's often useful to remove diacritic marks (often called accent marks) from characters. You know: tilde , cédille , umlaut and friends. This means 'é' becomes 'e', 'ü' becomes 'u' or 'à' becomes 'a'. This could be used for...
    Posted to Fabrice's weblog (Weblog) by Fabrice Marguerie on 10-30-2006, 12:00 AM
    Filed under: Source, Tips, .NET
Page 1 of 6 (51 items) 1 2 3 4 5 Next > ... Last ยป
Page view counter