Updating...
Microsoft Home Page
Home Page
| Categories: |
|
| Latest version: |
1.0 |
| Description: |
Enables you to build Model View Controller (MVC) applications by using the ASP.NET framework. ASP.NET MVC is an alternative, not a replacement, for ASP.NET Web Forms that offers the following benefits and features: - Separation of concerns and application tasks (input logic, business logic, and UI logic) - Testability (support for Test-Driven Development) - Fine-grained control over HTML and JavaScript - Intuitive URLs through a URL-mapping component - Extensible and pluggable: the components of the ASP.NET MVC framework are designed so that they can be replaced or customized - Support for existing ASP.NET features (forms authentication, Windows authentication, URL authorization, membership and roles, output and data caching, session and profile state management, health monitoring, the configuration system, and the provider architecture) |
| Added: |
2009-01-28 |
| Updated: |
2009-03-12 |
| Attributes: |
[BuilfForDotNet2] [AddIn] [FreeVersionAvailable] |
Home Page
| Categories: |
|
| Latest version: |
1.1.20215 |
| Description: |
Provides a language-agnostic way to express coding assumptions in .NET programs. The contracts take the form of preconditions, postconditions, and object invariants. Contracts act as checked documentation of your external and internal APIs. The contracts are used to improve testing via runtime checking, enable static contract verification, and documentation generation. Code Contracts bring the advantages of design-by-contract (DbC) programming to all .NET programming languages. Two tools are provided: - Runtime Checking: a binary rewriter modifies a program by injecting the contracts, which are checked as part of program execution. Rewritten programs improve testability: each contract acts as an oracle, giving a test run a pass/fail indication. Automatic testing tools, such as Pex, take advantage of contracts to generate more meaningful unit tests by filtering out meaningless test arguments that don't satisfy the pre-conditions. - Static Checking: a static checker can decide if there are any contract violations without running the program. It checks for implicit contracts, such as null dereferences and array bounds, as well as the explicit contracts. |
| Added: |
2009-02-27 |
| Attributes: |
[BuilfForDotNet2] [FreeVersionAvailable] |
Home Page
| Categories: |
|
| Latest version: |
December 2005 RTW |
| Description: |
Reusable, source code–based component based on the .NET Framework 2.0 that provides practices to build smart client user interfaces based on design patterns such as the Composite pattern, in which simple user interface parts can be combined to create complex solutions, but at the same time allowing these parts to be independently developed, tested, and deployed.
This application block is designed to support the development of smart client line-of-business applications such as the ones found in the following scenarios: - Online transaction processing (OLTP) front-ends, in areas such as stock distribution centers or data entry applications - Rich client portals to back-end services, such as portals to government services or bank teller applications - UI intensive information-worker standalone applications, such as those used by call center staff, IT support desks, or stock traders
It facilitates the design and implementation of your client applications in three areas: - It allows your application to be based on the concept of modules or plug-ins. - It allows developers with shell expertise to build components that hide user interface complexity from the business logic development. - It facilitates development using patterns for loose coupling between modules. |
| Added: |
2006-02-16 |
| Attributes: |
[BuiltForDotNet] [BuilfForDotNet2] [Library] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Latest version: |
2 Service Pack 1 |
| Description: |
Design tool to create applications for Windows using WPF, or for the web with Silverlight.
Features include: - WYSIWYG design surface - Over 30 controls and containers: use standard controls (buttons, scroll bars, list boxes, menus, radio buttons, and checkboxes) or composite multiple control elements together to form compound controls. - Timeline based on time instead of abstract frames - Styling and customization - Import geometry from leading 3D authoring tools, or create models directly - Databinding: Bind your interface elements to each other, to user input, or to data from Web services and .NET objects - Edit XAML code in either code or split view with colored syntax highlighting - Visual Studio Integration: share projects, Silverlight, WPF, as well as in-progress XAML designs with Visual Studio |
| Added: |
2008-10-15 |
| Attributes: |
[BuilfForDotNet2] |
Home Page
| Categories: |
|
| Latest version: |
March 2009 |
| Description: |
Collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. The Silverlight Toolkit adds new functionality for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. It includes full source code, unit tests, samples and documentation for 16 new controls covering charting, styling, layout, and user input.
Components: AutoCompleteBox, DockPanel, Expander, HeaderedContentControl, HeaderedItemsControl, Label, NumericUpDown, TreeView, Viewbox, WrapPanel, Accordion, Charting, DomainUpDown, ImplicitStyleManager, LayoutTransformer, TimePicker, TimeUpDown, TransitioningContentControl. Also provides 11 themes. |
| Added: |
2009-03-19 |
| Attributes: |
[BuilfForDotNet2] [Library] [FreeVersionAvailable] [SourceCodeProvided] |
Home Page
| Categories: |
|
| Description: |
Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008. Supports text verification in: - HTML style comments <-- HTML --> - ASP.NET server side comments: <%-- ASP.NET --%> - JScript, C# and C++ comments: // C++ style comments - CSS and C style comments: /* C style comments */ - VB and VBScript style comments: 'This is VB comment Spell checking is supported in style and script blocks as well as in JS, CS, VB, CSS, CPP and H files. Requirements: Visual Studio 2008 or 2005, any edition except Express; Microsoft Word 2003 or 2007. |
| Added: |
2007-12-19 |
| Attributes: |
[BuilfForDotNet2] [AddIn] [FreeVersionAvailable] |
Home Page
| Categories: |
|
| Latest version: |
4.3 |
| Description: |
StyleCop, also known as Source Analysis, analyzes C# source code to enforce a set of best practice style and consistency rules.
Source Analysis is similar in many ways to FxCop, but FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly. For this reason, FxCop focuses more on the design of the code, while Source Analysis focuses on layout, readability and documentation. Most of that information is stripped away during the compilation process, and thus cannot be analyzed by FxCop.
Source Analysis comes with a set of default rules analyzers covering approximately 200 best practice rules. These rules are full compatible with the default layout settings in Visual Studio 2005 and Visual Studio 2008.
Specifically, these rules cover the following, in no particular order: - Layout of elements, statements, expressions, and query clauses - Placement of curly brackets, parenthesis, square brackets, etc - Spacing around keywords and operator symbols - Line spacing - Placement of method parameters within method declarations or method calls - Standard ordering of elements within a class - Formatting of documentation within element headers and file headers - Naming of elements, fields and variables - Use of the built-in types - Use of access modifiers - Allowed contents of files - Debugging text
After installation, Source Analysis can be run from within the Visual Studio IDE, and can also be integrated into MSBuild-based command line builds. |
| Added: |
2008-05-23 |
| Updated: |
2008-08-21 |
| Attributes: |
[BuilfForDotNet2] [AddIn] [FreeVersionAvailable] |
Home Page
| Categories: |
|
| Latest version: |
2008 |
| Description: |
Microsoft's IDE for developing .NET applications. Includes support for ASP.NET (Web applications and Web services), Windows Forms, WPF, Windows services, Console applications, Mobile applications and more. Comes with support for the following languages: C#, VB.NET, J#, C++, Managed C++ and C++/CLI.
Visual Studio .NET 2008 is available in several editions, including Express, Standard, Professional, Tools for Office and Team System. |
| Added: |
2003-05-20 |
| Updated: |
2007-11-20 |
| Attributes: |
[BuiltForDotNet] [BuilfForDotNet2] [FreeVersionAvailable] [BuiltForCompactFramework] |
Home Page
| Categories: |
|
| Latest version: |
2005 Second Edition |
| Description: |
Visual Studio 2005 Tools for the 2007 Microsoft Office System (Visual Studio 2005 Tools for Office Second Edition or VSTO 2005 SE for short) is a free add-on to Visual Studio 2005 that empowers developers to build applications targeting the 2007 Office system. Developers can now harness the benefits of the 2007 Office system platform and create Office-based solutions using Visual Studio 2005.
Features include: - Application-level add-in support for the most popular 2007 Office System applications including Outlook, Excel, Word, PowerPoint, InfoPath, and Visio, and provides safe loading/unloading and easy management of managed add-ins. - Design-time and runtime support for key 2007 Office System features such as the Ribbon, Custom Task Panes, and Outlook forms regions. - Design-time support for InfoPath 2007 form templates. - Maintainability and compatibility assurances. VSTO 2005 SE ensures that the applications customers have built on Office 2003 with VSTO 2005 continue to run with 2007 Office system. - The ability to run in Visual Studio 2005 Professional, in addition to those Visual Studio versions already supported, including all of the MSDN subscriptions and Visual Studio Team System family of products. - Expanded application-level add-in support for these Office 2003 Standard and Professional applications: Word, Excel, Outlook, PowerPoint and Visio. |
| Added: |
2003-11-25 |
| Updated: |
2006-12-08 |
| Attributes: |
[BuilfForDotNet2] [AddIn] [FreeVersionAvailable] |
|
Help the .NET community get a consensus on great tools. Display your favorite tools on your own website or on your blog.
Keep track of your favorite tools. Build your personal watch list.
|