The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Tiny peek into the future#

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jeff Key

Posts: 481
Nickname: jeffreykey
Registered: Nov, 2003

Jeff Key is legally sane, but questionably competent.
Tiny peek into the future# Posted: Nov 12, 2004 8:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jeff Key.
Original Post: Tiny peek into the future#
Feed Title: Jeff Key
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/jkey/Rss.aspx
Feed Description: Topics revolve around .NET and the Windows platform.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jeff Key
Latest Posts From Jeff Key

Advertisement
It's always fun to check out .NET-related goings-on at MSFT Research. A new (to me) project is Spec#:

The Spec# programming system is a new attempt at a more cost effective way to develop and maintain high-quality software.   The system consists of:

  • A programming methodology, which includes a sound treatment of object invariants in object-oriented programs.
  • The Spec# programming language, which is a superset of C# and adds things like non-null types, checked exceptions, method contracts (like pre- and postconditions), and object invariants.
  • The Spec# compiler, which is integrated into the Microsoft Visual Studio development environment, statically enforces non-null types, emits run-time checks for method contracts and invariants, and records the specifications in metadata for consumption by the program verifier.
  • The Spec# static program verifier, which translates programs into logical verification conditions, which are passed to an automatic theorem prover.
  • An interface to the SpecExplorer tool for test generation and model-based testing.
Check it out..you may be using a feature or two in the future.

Read: Tiny peek into the future#

Topic: Managing SharePoint Products and Technologies Performance at Microsoft Previous Topic   Next Topic Topic: MSN UK Search

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use