Get the Klip for Persian Forum News

  Contact Forum Search Links KB Articles Archive Articles Home

There are 30 news entries in this category

Category : Microsoft .Net

Microsoft_.Net
Microsoft Makes .NET Framework Source Code Visible Under License

As part of an effort to make debugging code at the granular level more feasible with its new Visual Studio 2008, Microsoft today said it will be making the source code for its .NET Framework available under its royalty-free, "read-only" Reference License.

Why would Microsoft want to reveal the inner workings of .NET without allowing others to contribute to it? The answer may be self-evident to developers who work on a daily basis with the problem of examining program behavior, especially using Visual Studio's common tools like breakpoints and watches (alerts which pop up under certain specified conditions).


In a fully illustrated demonstration for his Microsoft blog, .NET programmer Scott Guthrie shows how the debugging process is enhanced once Visual Studio has access to the .NET Framework's source code. As the demo shows, the debugger of a .NET program frequently encounters situations where a thread passes execution to a method handled internally by the .NET runtime. Historically, whatever took place there was "behind the curtain," out of sight of the programmer until execution re-emerged and re-entered local code.

Read the entire story at source

 
Farshad @ 08:13 | 4 October 2007 | Source | Printable version | Email this to a friend

ASP.NET AJAX 1.0 Released to Web

Microsoft on Tuesday released the final version of ASP.NET AJAX 1.0, the company's Web development toolkit for Asynchronous JavaScript. The software integrates with the .NET Framework 3.0 and the resulting code is browser independent.

The company's goal was to develop a series of small libraries that a browser can load into memory as necessary -- rather than loading one huge library -- that will give Web developers the framework for implementing on-page controls. These controls provide animated functionality, and more importantly, can be loaded with variable amounts of new content as necessary by resuming HTTP contact with the Web server; thus, the "asynchronous" aspect of the language.

The way AJAX (from Microsoft, Google and others) could fundamentally change the nature of Web site design is by enabling, for the first time, a Web site's entire content, regardless of size or breadth, to be delivered through a single page. The entire page would not need to be loaded into the browser beforehand; instead, the browser simply collects resources and data from the server as the user requests them. For at least some sites, the entire notion of "page hierarchy" could end here.

View : ASP.NET AJAX

Read the entire story at source

 
Farshad @ 04:03 | 23 January 2007 | Source | Printable version | Email this to a friend

AJAX Beta 2, .NET 3.0 RTM Announced

With Windows Vista's release to volume licensees just over three weeks away, Microsoft spent this week accelerating the rollout of what will become the company's key development tools going forward: not the old-school, monolithic Visual C++ and Visual Basic, but instead the newer, leaner, revitalized suite empowering modern applications and Web services.

The .NET Framework 3.0 runtime package has been released, which only makes sense, since Vista development is now essentially done. If you blinked, you missed how Microsoft's marketing scheme was altered: The .NET common language runtime hasn't changed at all: .NET 3.0 actually contains .NET 2.0.

The term ".NET Framework 3.0" was simply co-opted to replace what Microsoft was going to call WinFX. It now includes the principal libraries upon which Vista-oriented development now hinges: Windows Communication Foundation ("Indigo"), Windows Presentation Foundation ("Avalon"), Windows Workflow Foundation ("Windows Workflow Foundation"), and the identity management system CardSpace.

Read the entire story at source

 
Farshad @ 17:18 | 7 November 2006 | Source | Printable version | Email this to a friend

ASP.NET "Atlas" March Community Technical Preview

This new Web development technology from Microsoft integrates client script libraries with the ASP.NET 2.0 server-based development framework. In addition, 'Atlas' offers you the same type of development platform for client-based Web pages that ASP.NET offers for server-based pages. And because 'Atlas' is an extension of ASP.NET, it is fully integrated with server-based services. “Atlas” makes it possible to easily take advantage of AJAX techniques on the Web and enables you to create ASP.NET pages with a rich, responsive UI and server communication. However, ‘Atlas’ isn’t just for ASP.NET. You can take advantage of the rich client framework to easily build client-centric Web applications that integrate with any backend data provider.

“Atlas” enables you to take full advantage of the capabilities of the browser to deliver richer web experiences that work on any modern browser

“Atlas” enables ASP.NET developers to enrich their web applications with incredible ease

“Atlas” includes a rich client-side Javascript framework that enables easy creation and reuse of script components and rich client-side behaviors.

“Atlas” makes it super easy to consume services from ASP.NET, and to build composite applications from services on the programmable web.

Download : ASP.NET "Atlas" March Community Technical Preview

 
Farshad @ 20:26 | 20 March 2006 | Printable version | Email this to a friend

.NET Rocks! - LINQin with Barry Gervin

Regional Director Barry Gervin introduces LINQ, a nascent set of language extensions providing query services for list-based objects.

Video : .NET Rocks! - LINQin with Barry Gervin

 
Farshad @ 13:04 | 17 February 2006 | Printable version | Email this to a friend

IronPython 1.0 Beta 2

IronPython is the codename for a beta release of the Python programming language for the .NET platform.
It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.

Download : IronPython 1.0 Beta 2

 
Farshad @ 05:48 | 27 January 2006 | Printable version | Email this to a friend

IronPython 0.9.6

IronPython is the codename for an alpha release of the Python programming language for the .NET platform.
It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.

Download : IronPython 0.9.6

 
Farshad @ 01:51 | 11 December 2005 | Printable version | Email this to a friend

.NET Framework 2.0 Software Development Kit (SDK) (IA64)

The Microsoft .NET Framework Software Development Kit (SDK) v2.0 (IA64) includes tools, documentation and samples developers need to write, build, test, and deploy .NET Framework applications on IA64 platforms.

You must install the .NET Framework Redistributable Package version 2.0 (IA64) prior to installing the .NET Framework SDK (IA64).

Download : .NET Framework 2.0 Software Development Kit (SDK) (IA64)

 
Farshad @ 15:44 | 6 November 2005 | Printable version | Email this to a friend

First .NET Framework 2.0 RC Available

The second version of the .NET Framework took a step closer to completion Friday, as Microsoft made available the first release candidate. The .NET Framework 2.0 serves at the underpinnings for next-generation Windows applications and will be integrated into Windows Vista, due late next year.

According to Microsoft, the RC "improves scalability and performance of applications with improved caching, application deployment and updating with ClickOnce, support for the broadest array of browsers and devices with ASP.NET 2.0 controls and services."

Download : Download the 2.0 Release Candidate

 
Farshad @ 20:25 | 18 October 2005 | Source | Printable version | Email this to a friend

IronPython 0.9.3

IronPython is the codename for an alpha release of the Python programming language for the .NET platform.
It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.

Download : IronPython 0.9.3

 
Farshad @ 16:44 | 15 October 2005 | Printable version | Email this to a friend

.NET Framework Version 2.0 Redistributable Package (IA64) RC

IMPORTANT: This Release Candidate is a pre-release version of the .NET Framework v2.0 (IA64) redistributable package.

The Microsoft .NET Framework v2.0 Release Candidate installs the .NET Framework runtime and associated files required to run applications developed to target the .NET Framework v2.0.

The .NET Framework version 2.0 improves scalability and performance of applications with improved caching, application deployment and updating with ClickOnce, support for the broadest array of browsers and devices with ASP.NET 2.0 controls and services.

Download : .NET Framework Version 2.0 Redistributable Package (IA64) RC

 
Farshad @ 16:37 | 15 October 2005 | Printable version | Email this to a friend

ASP.NET code-named "Atlas" Community Preview Site

ASP.NET ?Atlas? is a package of new Web development technologies that integrates an extensive set of client script libraries with the rich, server-based development platform of ASP.NET 2.0. ?Atlas? enables you to develop Web applications that can update data on a Web page by making direct calls to a Web server ? without needing to round trip the page. With ?Atlas?, you can take advantage of the best of ASP.NET and server-side code while doing much of the work in the browser, enabling a richer user experience.

View : ASP.NET code-named "Atlas" Community Preview Site

 
Farshad @ 10:40 | 20 September 2005 | Source | Printable version | Email this to a friend

What’s New in XML Serialization in .NET 2.0

Eugene Osovetsky talks about new features in the XML support in the Whidbey version of the .NET Framework around XML serialization and XML schema.


Video : What’s New in XML Serialization in .NET 2.0

 
Farshad @ 07:59 | 21 July 2005 | Printable version | Email this to a friend

What’s New in XML Serialization in .NET 2.0

Eugene Osovetsky talks about new features in the XML support in the Whidbey version of the .NET Framework around XML serialization and XML schema.

Video : What’s New in XML Serialization in .NET 2.0

 
Farshad @ 10:45 | 19 July 2005 | Printable version | Email this to a friend

Web Services in .NET 2.0

Elliot Rapp explains how the needs of today’s Web services applications will be met by solutions in the .NET Framework 2.0.


Video : Web Services in .NET 2.0

 
Farshad @ 10:44 | 19 July 2005 | Printable version | Email this to a friend

.NET Rocks! - Rob Howard on the History of ASP.NET

Rob Howard drops in to talk to Carl and Richard about ASP.NET past, present, and future. Rob shares his insights as well as a few stories from his days on the ASP.NET team at Microsoft. He also talked about his current gig with Telligent Systems and what excites him the most about ASP.NET 2.0.

Video : Rob Howard on the History of ASP.NET

 
Farshad @ 01:29 | 2 July 2005 | Printable version | Email this to a friend

ASP.NET Security Update for Microsoft .NET Framework 1.0 Service Pack 3 on Tablet PC / Media Center

A security issue has been identified that could allow an attacker to compromise a computer running Microsoft .NET Framework 1.0 Service Pack 3 on Tablet PC / Media Center. You can help protect your computer by installing this update from Microsoft.

Download : ASP.NET Security Update for Microsoft .NET Framework 1.0 Service Pack 3 on Tablet PC / Media Center

 
Farshad @ 04:16 | 15 June 2005 | Printable version | Email this to a friend

IronPython 0.7.6

IronPython is the codename for a pre-alpha release of the Python programming language for the .NET platform.
It supports an interactive interpreter with fully dynamic compilation. It is well integrated with the rest of the framework and makes all .NET libraries easily available to Python programmers.

Download : IronPython 0.7.6

 
Farshad @ 04:12 | 15 June 2005 | Source | Printable version | Email this to a friend

.NET Rocks! - Michele Leroux Bustamante Talks WSE, Indigo, and Security

In this great episode of .NET Rocks!, Michele returns once again to discuss WSE, Indigo, and security.


Video : Michele Leroux Bustamante Talks WSE, Indigo, and Security

 
Farshad @ 10:29 | 10 June 2005 | Printable version | Email this to a friend

Microsoft Outlines RFID Based on .NET

Tuesday at Tech Ed 2005, Microsoft Senior Vice President of Server Applications Paul Flessner publicly unveiled the company's RFID software strategy. The Microsoft RFID infrastructure combines the .NET Framework with SQL Server and Visual Studio.NET, allowing third party developers to build customized solutions. It can also be used by itself to capture and interpret data for business processes.

Microsoft says RFID is a complex proposition for most businesses due to what it sees as a lack of standards, complex device management, as well as the reality very few solutions exist to manage the integration of RFID into business applications.

The complaint filed in court alleges that Microsoft instead applied the software -- without consent -- to Access 95, 97, 200 and 2002. The patent was formalized in 1994.

Read the entire story at source

 
Farshad @ 20:54 | 8 June 2005 | Source | Printable version | Email this to a friend

Microsoft .NET Framework 1.1 Service Pack 1

The primary focus of Microsoft .NET Framework 1.1 Service Pack 1 (SP1) is improved security. In addition, the service pack includes roll-ups of all reported customer issues found after the release of the Microsoft .NET Framework 1.1. Of particular note, SP1 provides better support for consuming WSDL documents, Data Execution prevention and protection from security issues such as buffer overruns.

SP1 also provides support for Windows XP Service Pack 2 to provide a safer, more reliable experience for customers using Windows XP.

SP1 is available in 22 languages.

Download : Microsoft .NET Framework 1.1 Service Pack 1

 
Farshad @ 22:35 | 1 June 2005 | Printable version | Email this to a friend

.NET Compact Framework Version 2.0 Redistributable Package Beta 2

The Microsoft .NET Compact Framework 2.0 Beta 2 Redistributable includes everything you need to run .NET Compact Framework applications, including the Common Language Runtime and the .NET Compact Framework class library.

Important: This package uses ActiveSync to update the device. Make sure to dock your device before running NETCFSetupv2.msi. You can run the ActiveSync setup later by going to your install folder and running NETCFSetupv2.msi once the device is docked. Those not using ActiveSync can run the CAB files which match the device found in the install folder directly on the device.

If you want to install Visual Studio 2005 Beta2 after running NETCFSetupv2.exe, remove .NET Compact Framework 2.0 Beta2 first. Start at Control Panel, then select Remove Program and select Microsoft .NET Compact Framework 2.0 Beta 2 to remove it.
Leaving NETCFSetupv2.exe installed on your PC will break Visual Studio 2005 Beta2 device projects.


Download : .NET Compact Framework Version 2.0 Redistributable Package Beta 2

 
Farshad @ 09:09 | 28 May 2005 | Printable version | Email this to a friend

POS for .NET SDK version 1.0

The Microsoft® POS for .NET Software Development Kit (SDK) version 1.0 includes everything developers need to write, build, and test Service Object or Applications that use POS for .NET—documentation, samples, and test applications. You must install the .NET Framework Redistributable Package version 1.1 prior to installing the POS for .NET SDK. It is recommended that you install the
.NET Framework SDK Version 1.1 prior to developing Service Objects or Applications using POS for .NET.

Download : POS for .NET SDK version 1.0

 
Farshad @ 09:32 | 26 May 2005 | Printable version | Email this to a friend

.NET Rocks! - Mood Indigo

Carl talks with Richard Turner and Anand Rajagopalan, Program Managers on the Indigo team, to really dig into the Indigo experience.

Video : .NET Rocks! - Mood Indigo

 
Farshad @ 00:13 | 22 May 2005 | Printable version | Email this to a friend

A .NET-Based Banking Platform

The National Savings Bank of Serbia (NSBS) has implemented a .NET-based banking platform on a green field. While this platform seems to have coped with NSBS’s requirements, the .NET banking platform is not creating a new trend per se. The reason? NSBS’s non-typical economic, business, and technology environment.

Published with the permission of Forrester Research, Inc

Download : A .NET-Based Banking Platform

 
Farshad @ 01:19 | 18 May 2005 | Source | Printable version | Email this to a friend

.NET Rocks! - Scott Guthrie with More on ASP.NET 2.0

Scott Guthrie, the man responsible for the IIS team, the ASP.NET team, and the Visual Studio Web Tools team gives us an update on ASP.NET 2.0, IIS 7.0, and even a hint at Orcas, the next .NET rev after Whidbey.

Video : .NET Rocks! - Scott Guthrie with More on ASP.NET 2.0

 
Farshad @ 01:17 | 18 May 2005 | Printable version | Email this to a friend

.NET Framework Version 2.0 Redistributable Package Beta 2 (x86)

The Microsoft .NET Framework version 2.0 beta redistributable package is the most recent update to the Microsoft .NET Framework and includes everything you need to run applications developed using the .NET Framework.

The .NET Framework version 2.0 improves scalability and performance with improved caching, application deployment and updating with ClickOnce, support for the broadest array of browsers and devices with ASP.NET 2.0 controls and services. For more information on the .NET Framework 2.0 see http://msdn.microsoft.com/netframework.

Important: You cannot install two different language versions of the .NET Framework on the same machine. Attempting to install a second language version of the .NET Framework will cause the following error to appear: "Setup cannot install Microsoft .NET Framework because another version of the product is already installed." If you are targeting a non-English platform or if you wish to view .NET Framework resources in a different language, you must download the appropriate language version of the .NET Framework language pack.

Download : .NET Framework Version 2.0 Redistributable Package Beta 2 (x86)

 
Farshad @ 12:22 | 7 May 2005 | Printable version | Email this to a friend


 « Previous Page |  1  2    | Next Page »

View a specific category:

Top Links

Microsoft
Windows Update
MSDN
TechNet
Microsoft Hardware
Communities
Microsoft Watch
nZone
Whois
 

Articles

 

Advertisement

Friends

 

Search Site

 

 

Alerts

 

 

16 Active Users


Copyright (c)  2004-2010 Persian Forum. All Rights Reserved. 
This site is best viewed with a 1024x768 or higher screen resolution
Microsoft, the Microsoft logo and Windows logo are registered trademarks of the Microsoft Corporation, Inc.
Author : Farshad Dashti
P F N M v2.1

Time to render page: 0.2813