Browse by Tags

Related Posts

  • StyleCop 4.3 Is Out

    The StyleCop team announced the release of a version 4.3 of the StyleCop tool . You can get it from here . On this version there are some bug fixes, new rules and documentation. Also in this version, the list of errors and warnings goes to the Errors List window like with the compilers. I whish that...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 08-21-2008, 12:00 AM
    Filed under: Tools, SoftDev, MSDN, Microsoft, .NET, C#, CodingConventions
  • Zip a folder in a Pragmatic way

    Since I have been reading the book "The Pragmatic Programmer", I see the importance of using the available tools that you can find online. I have a requirement to add to a installer a zipped folder of the GlassFish (Java App Server) and then unzip it to process some files there and have GF running as...
    Posted to David Arturo Carrillo's Dev Refuge (Weblog) by dacanetdev on 08-14-2008, 12:00 AM
    Filed under: C#, Unit Testing, Zip, Tools, General Software Development, .NET
  • Indexing and searching business entities using Lucene.Net Framework, part 3

    Conception using generics and reflection of a search engine to index and search content in your business entities without being intrusive. Part 1 and 2 are available following those links Indexing and searching business entities using Lucene.Net Framework, part 1 Indexing and searching business entities...
    Posted to Laurent Kempé (Weblog) by lkempe on 03-07-2008, 12:00 AM
    Filed under: Tools, ASP.NET 2.0, Interoperability, innoveo solutions, C#, Architecture, Generics, Reflection
  • Indexing and searching business entities using Lucene.Net Framework, part 2

    Conception using generics and reflection of a search engine to index and search content in your business entities without being intrusive. Part 1 is available following this link Indexing and searching business entities using Lucene.Net Framework, part 1 Lucene.Net presentation Lucene.Net is an open...
    Posted to Laurent Kempé (Weblog) by lkempe on 03-07-2008, 12:00 AM
    Filed under: Tools, ASP.NET 2.0, Interoperability, innoveo solutions, C#, Architecture, Generics, Reflection
  • Resharper 4.0 Nightly Builds Now Released

    A recent announcement was made on the altdotnet mailing list that made me jump for joy today. Ilya Ryzhenkov and the great folks at JetBrains have published the nightly builds for Resharper 4.0 . The download for this can be found here and you might want to read the release notes here . It's important...
    Posted to Matthew Podwysocki's Blog (Weblog) by podwysocki on 02-15-2008, 12:00 AM
    Filed under: C#, Tools, .NET
  • TypeMock: How to Make Reflective Mocks More Natural

    Like I said before , this as been on the back of my mind for a while. A while back I introduced a way to get the MethodInfo of a method in a strongly typed way using LINQ , and that's how I'm going to make Reflective Mocks more Natural . Well, it's as easy as this: public static class MockExtender {...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 01-31-2008, 12:00 AM
    Filed under: UnitTests, Testing, TypeMock, Tools, SoftDev, MVP, MSDN, Microsoft, .NET, C#, LINQ
  • Indexing and searching business entities using Lucene.Net Framework, part 1

    Conception using generics and reflection of a search engine to index and search content in your business entities without being intrusive. Introduction Today, one of the functionality that almost all web sites implements is a method to index content and give it users the possibility to search that content...
    Posted to Laurent Kempé (Weblog) by lkempe on 11-16-2007, 12:00 AM
    Filed under: Tools, ASP.NET 2.0, Interoperability, innoveo solutions, C#, Architecture, Generics, Reflection
  • Code Signing as Reverse Engineering Protection

    In my last post I spoke about reverse engineering .NET assemblies upon which Gregory asked how to protect his code against it. Initially I thought signing an assembly would be the easiest way to prevent this, and my first tests confirmed this. I signed the CrackMe from my previous post and tried modifying...
    Posted to David Cumps (Weblog) by CumpsD on 09-15-2007, 12:00 AM
    Filed under: C#, Tweaks, Tools, .NET, Security
  • Reverse Engineering with Reflector and Reflexil

    I've always been a big fan of Reflector , allowing me to have a look in assemblies to learn new things, debug in case of problems and provide usefull information when creating bug reports. Combined with the Reflexil Add-in it's now easy to also modify assemblies yourself. To demonstrate this, I've created...
    Posted to David Cumps (Weblog) by CumpsD on 09-06-2007, 12:00 AM
    Filed under: C#, Tweaks, Tools, .NET
  • Sync FLAC Library with iPod

    Yesterday I explained how you could manage your iPod through Windows Explorer . Having this ability opens up more powerful ways of managing your iPod. One of these ways for example is the ability to automatically sync your master archive stored on your computer, with your iPod. In my case it's stored...
    Posted to David Cumps (Weblog) by CumpsD on 08-11-2007, 12:00 AM
    Filed under: C#, IT, Tools, General Software Development
Page 1 of 4 (40 items) 1 2 3 4 Next >
Microsoft Communities