Archive

Archive for the ‘.Net’ Category

Visual Studio 2010 Download (CTP Beta is Available for Download Now)

May 19th, 2009 5 comments
Google Buzz

Microsoft Pre-release Software Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview (CTP)

Microsoft Visual Studio 2010 and the .NET Framework 4.0 are the next generation development tools and platform for Windows Vista, the 2007 Office System, and the Web.

System Requirements

  • Supported Operating Systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
  • Minimum 75 GB available HDD space
  • The host computer must have a minimum of 2 GB RAM, with 1 GB allocated to the host operating system and 1 GB allocated to the VPC.
  • We recommend that the host computer CPU be at least a Core Duo 2 GHz processor.
  • Service Pack 1 of Microsoft Virtual PC 2007 is required to access the VPC.

 

 

Read more…

Download WordPress.Net

March 9th, 2009 No comments
Google Buzz

seanlinmt Team in Codelplex started up a WordPress project in .net and resulted in WordPress.Net 

WordPress .NET will be a direct port of the PHP WordPress application. This project page is trying to garner interest in a .NET version of WordPress and to find out if there are any developers out there who are interested in helping out in this activity.

Download and Contribute

Categories: .Net Tags:

Load Test for WCF in .net

January 27th, 2009 No comments
Google Buzz

 

This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a unit test that replays the same sequence of calls found in the trace file. The code generated is easily modifiable so that data variation can be introduced for the purpose of doing performance testing.   

The tool generates code for both Visual Studio 2005 and Visual Studio 2008. It also installs a wizard into both editions of Visual Studio for creating the trace and processing it from inside Visual Studio. If both editions are present the tool is installed into both editions. The source code is a Visual Studio 2005 project.

Features

The tool has the following main features:

  • Replay of captured scenario in a unit test that can be included in a load test.
  • Support for the DataContractSerializer.
  • Support for message contracts.
  • Support for proxies generated using svcutil.
  • Support for clients that create proxies at run time from contract interfaces.
  • Supports calls to multiple services in a single scenario.
  • Supports multiple calls to the same service operation.
  • Filtering by SOAP action of which messages in the trace to replay.
  • Readable and modifiable code is generated.
  • Automatic association of trace message with proxy method (requires all operations to have a unique SOAP action).
  • Support for client and server side traces.
  • A command line tool for processing traces and generating code.
  • Visual Studio 2005/2008 integration (Team Developer, Team Test, Team Suite and for 2008 also Professional)) that can be used instead of the command line tool

Download

Categories: .Net, Microsoft Tags:

Test Automation FX – UI tests in Visual Studio

January 27th, 2009 No comments
Google Buzz

 

Test Automation FX (TAFX for short) enables developers and testers to record and manage user interface tests from inside Visual Studio with 100% .Net code.

Used from inside Visual Studio

The Test Automation FX framework installs inside of Visual Studio (2005 & 2008) and supports full VS integration, with custom project templates and designers allowing you to build automated user interface tests in your favorite IDE.

Tests recorded in with 100% .Net code

All test logic that the Test Automation FX framework records is stored in 100% .Net code. Tests can be recorded in both C# and VB.NET. Recording is however only one way to build your tests. The recording support in TAFX has been developed to generate readable and understandable code. You can then change and refactor your test by adding more objects and test logic manually.  
Read more…

Categories: .Net Tags:

Clone Detective for Visual Studio

January 27th, 2009 No comments
Google Buzz

 

Clone Detective is a Visual Studio integration that allows you to analyze C# projects for source code that is duplicated somewhere else (AKA clone detection). Having duplicates can easily lead to inconsistencies and often is an indicator for poorly factored code.

For more details please see the 10 minute video tutorial. and the download is here
Categories: .Net Tags:

Animation in ASP.Net (RIAnimation )

January 26th, 2009 No comments
Google Buzz

Key Features for RIAnimation v1

  • Built on top of jQuery UI Effects engine
  • Cool new animations (Explode, Implode, Pulsate, etc)
  • Powerful JavaScript builder utilities for custom animations
  • Incredible design-time suport with SmartTags
  • Supports ASP.NET AJAX
  • Complete Reference documentation 
     All of the animations are built from jQuery UI Effects and are powered by a custom ASP.NET class library and web control. View the ASP.NET and jQuery Animation Viewer.  
Categories: .Net, Microsoft Tags: