Pex - Automated Exploratory Testing for .Net

 

Pex  image

Pex: Automated Exploratory Testing for .NET

Pex (Program EXploration) is an intelligent assistant to the programmer. From a parameterized unit test, it automatically produces a traditional unit test suite with high code coverage. In addition, it suggests to the programmer how to fix the bugs. Watch the screencast!

Pex - Automated Exploratory Testing for .Net

Visual Studio 2008 Training Kit Videos Sessions

Posted in VS2008. 2 Comments »

Coding4Fun Developer Resources for Visual Studio 2008

Coding4Fun Developer Kits!

  • The C4F Developer Kit is an offering of 20+ components and controls that offer developers a great opportunity to create cool, fun applications with technology that may be otherwise too complex or require countless hours of research and coding.  The toolkit hosts controls for things like Bluetooth, Speech, TAPI, Calendar and much, much more.  We’ve rolled this out on CodePlex (http://www.codeplex.com/c4fdevkit) to allow the community to share and add to it. 
    • e.g. Web Services
      Managed code wrappers for sites like:

      • Yahoo Traffic
      • Flickr
      • MySpace
      • Amazon.com
      • Craig’s List
      • Delicious
      • Digg
      • YouTube
      • And more
  • The C4F Vista P2P Toolkit offers developers the ability to create peer-to-peer applications for WinForms and WPF with no lines of codeBuilt on top of the WCF, we created a set of controls that developers simply drag ‘n drop on their design surface and simply select from the Smart Tags which pieces to hook up.  They have prebuilt controls for Chat, file sharing and streaming audio and video.  This too can be found on CodePlex (http://www.codeplex.com/c4fp2p). 
  • Finally, to bring the above apps & samples altogether, we’ve created the C4F Dashboard which is part of the C4F Developer Kit.  This simple WPF application allows developers to launch the samples, source code or documents for a single dashboard.  

Via Visual Studio 2008 is released and much more

Microsoft XML Team’s WebLog : Announcing CTP1 of the XML Schema Designer

 

Announcing CTP1 of the XML Schema Designer

XML Tools team has released the first CTP of the XML Schema Designer - a graphical tool for working with XML Schemas. The XML Schema Designer is integrated with Microsoft Visual Studio 2008 and the XML Editor to enable you to work with XML Schema definition language (XSD) schemas. If you have used the Visual Studio editor or notepad to edit your schemas, consider downloading this CTP and using it for editing your schema files. You can download it from Microsoft Downloads site. This CTP introduces the Schema Explorer - a tool that helps you navigate, search and work with schema sets. You can view a short video of the new functionality here

image

Here are some of the main features that are included in this CTP. 

Details

Overview

An XML Schema can contain multiple XML Schema files. The new XML Schema Designer lets you work with a schema set. That is, when you open an XML Schema file, the XML Schema Designer opens it as a schema set, which includes any included or imported schemas.

Tree View

The Schema Explorer displays pre-compiled schema set information in a tree structure. The tree structure is organized as follows:

  • At the top level is the schema set node.
  • The second level contains the namespaces.
  • The third level contains the files.
  • The fourth level contains the global nodes. This can include elements, groups, complex types, simple types, attributes, and attribute groups.

The following is an example of the tree structure:

Schema Set

    Namespace 1

        File 1

            Global node 1

    Namespace 2

        File 2

            Global node 2

Search

The Schema Explorer enables you to search the schema set in the following ways:

  • Keyword search
  • Schema-specific search (for example, “Show All Derived Types”)
Filter and Sort Feature

The Schema Explorer includes filter and sort options available on the Schema Explorer toolbar. The following filter options are available from the toolbar. The Show Namespaces and Show Schema Files options are selected by default.

  • Show Namespaces
  • Show Schema Files
  • Show Compositors (sequence/choice/all)

The following sorting options are available from the toolbar. The default is Sort By Type.

  • Sort By Type
  • Sort by Name
  • Sort by Document Order

Microsoft XML Team’s WebLog : Announcing CTP1 of the XML Schema Designer

Posted in VS2008. 1 Comment »

WCF, WF and CardSpace Orcas Beta 2 Samples

 

Windows Communication Foundation (WCF), Windows Workflow Foundation (WF) and Windows CardSpace Samples for Orcas Beta 2 Download

Download details: WCF, WF and CardSpace Orcas Beta 2 Samples

VS2008 Beta 2 WPF Designer Cider Features

Silverlight Alpha 1.1 and C# in Orcas Beta 1

 

This post describes how a C# developer can set up and run a Silverlight project in Visual Studio Orcas. 

Here are all the pieces you need:

A First Silverlight Project

More…

Charlie Calvert’s Community Blog : Silverlight and C# in Orcas Beta 1

 

del.icio.us Tags: , ,

LINQ, C# 3.0, VS2008 Beta2

VS 2008 IDE

 

 

del.icio.us Tags:

ASP.NET AJAX in .NET 3.5 and VS 2008

 

ASP.NET AJAX included in .NET 3.5

 Starting with the .NET Framework 3.5 release, all of these features are built-in with ASP.NET, which means you no longer have to download and install a separate ASP.NET AJAX setup when building or deploying applications.

When you create a new ASP.NET application or web-site in VS 2008 that targets the .NET 3.5 framework, VS will automatically add the appropriate AJAX registrations in your web.config file and the core ASP.NET AJAX server controls will show up in your toolbox.

The version of ASP.NET AJAX that ships with .NET 3.5 has a number of nice improvements to it - including support for using UpdatePanels with WebParts, support for WCF based JSON end-points, support for using the ASP.NET Profile, Role and Login Application Services using JavaScript, and a number of bug fixes and performance improvements. 

ASP.NET AJAX in .NET 3.5 and VS 2008

del.icio.us Tags: ,