Skip to main content

Home/ Coders/ Group items tagged programming microsoft

Rss Feed Group items tagged

Denis Gobo

ASP.NET Hacks - 0 views

  •  
    Awesome collection of ASP.NET hacks
akselila

ListDLLs v2.25 - 0 views

  •  
    a utility that will show which DLLs are loaded on Windows.
Joel Bennett

Policy Injection Application Block Validation and Logging Examples - 0 views

  •  
    David Hayden writes a couple of tutorials and gives some explanation of how the Policy Injection Application Block in Enterprise Library 3.0 really is Aspect Oriented Programming ... and there's a good screenshot there of the various "matching rules" ...

    It's kind of a shame that Microsoft couldn't bring themselves to use AOP terminology to describe this: weaving instead of "injection" ... etc.  It would really have made it easier to follow for the new users and would have lent some validation to AOP research and development

Joel Bennett

Crossing the Divide - Compile .Net to Java! - 0 views

  •  
    Grasshopper enables .NET developers to cross-compile Microsoft IL (i.e.: the output of any .NET programming language) to Java bytecode, using the open source Mono Project's class libraries.
Denis Gobo

SQL Server Precision And Scale Problems - 0 views

  •  
    SQL Server Precision And Scale Problems
Joel Bennett

Pex - Test Generation for .Net - 0 views

  • Pex (Program EXploration) is an intelligent assistant to the programmer. By automatically generating unit tests, it helps to find bugs early. In addition, it suggests to the programmer how to fix the bugs.
  •  
    Pex is actually a unit test generation tool. It takes a parametrized unit test and generates parameter sets to get full code coverage and exercise all of the code. It actually analyzes the code to find appropriate values, and then generates normal (unparametrized) tests.
« First ‹ Previous 41 - 48 of 48
Showing 20 items per page