Skip to main content

Home/ Groups/ Coders
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.
Joel Bennett

OpenID According to Dave - YouTube - 0 views

  •  
    A good, simple explanation of how OpenID works and why you need it.
Joel Bennett

Test Run: UI Automation with Windows PowerShell -- MSDN Magazine, December 2007 - 0 views

  •  
    Some helper cmdlets to get you started doing UI Automation from PowerShell (findwindow, sendkeys, etc)
Joel Bennett

Intro to Distributed Version Control (Illustrated) | BetterExplained - 0 views

  •  
    An illustrated introduction to distributed version control
Joel Bennett

I-Names Explained - XDI.org - 0 views

  •  
    An explanation of how I-Names will work (which is supported by OpenID 2.0)
Joel Bennett

CounterSoft Project Issue Management - 0 views

  •  
    A project management and bug-tracking tool written in C#/asp.net ... Free for up to 5 users, or for open source or not-for-profit groups.
Joel Bennett

VistaGlazz - CodeGazer - 0 views

  •  
    A fix to make maximized windows stay "glassy" in Vista ... and a UXTheme patcher ... all in one!
Joel Bennett

Jash: JavaScript Shell - 0 views

  •  
    Jash is a DHTML-based window that gives you command-line JavaScript access to the current browser window.
Joel Bennett

ASP.NET 3.5 Extensions Preview : The Official Microsoft ASP.NET Site - 0 views

  •  
    ASP.NET MVC provides model-view-controller (MVC) support to the existing ASP.NET 3.5 runtime, which enables developers to more easily take advantage of this design pattern. Benefits include the ability to achieve and maintain a clear separation of concerns, as well as facilitate test driven development (TDD).
Joel Bennett

Volta - Microsoft Live Labs - 0 views

  • design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together.
  •  
    Volta is to .Net what the Google Web Toolkit is to Java ... except it goes *way* further, because it lets you write a multi-tiered application as a rich-client app and then choose to have the client portion "compile" to HTML+Javascript ...
Joel Bennett

Windows Presentation Foundation Add-Ins Overview - 0 views

  • WPF, in conjunction with the .NET Framework add-in model, allows you to address a wide variety of scenarios that require host applications to display UIs from add-ins.
  •  
    Addins (plugins) for WPF can even do UI. I'm not convinced this is necessary to do UIs with plugins, but it's necessary if you want to allow untrusted code to do it.
Joel Bennett

Paste XML as XLinq XElement - Visual Studio AddIn - Scott Hanselman's Computer Zen - - 0 views

  •  
    Lets you paste-as XML into C# and have it converted to use all the XElement and XNode stuff
« First ‹ Previous 1421 - 1440 of 2065 Next › Last »
Showing 20 items per page