Uw beste bron van informatie en nieuws ongeveer De hardware van het uitzicht, vensters uitzicht en uitzicht op Internet

De ARTIKELEN van het uitzicht BOVENKANT 50 De VIDEO'S van het uitzicht SOFT van het uitzicht De HULP van het uitzicht

.NET kader

U momenteel doorbladert de artikelen van De Compatibele Software van het Uitzicht van MS-Windows de aanpassing van de categorie .NET kader.

VS2008 Beta2 re-bevrijde VPCs

Aangezien u reeds zou kunnen het weten, zal VS2008 VPC op 1 zijn verlopen Nov., gaat het team the VSTS een nieuwe with bijgewerkte vervaldatum vrijgeven VPC.  detail binnen hieronder,

Als slotakte in ons saga die van VPCs verloopt, ben ik gelukkig om aan te kondigen dat wij VPCs voor VS2008 Beta2 met een bijgewerkte vervaldatum hebben heruitgegeven.   U kunt de bijgewerkte verbindingen op vinden Vs2008- downloadpagina:

Dank aan iedereen wie ons het woord over deze situatie weggaan en alstublieft heeft helpen onze verontschuldigingen voor om het even welk ongemak goedkeuren dit u zou kunnen veroorzaakt hebben.   Onnodig te zeggen, treffen wij nu maatregelen om ervoor te zorgen dat wij deze bepaalde fout niet opnieuw maken.

Bron van Blog van Beehler van Jeff - VS2008 Beta2 re-bevrijde VPCs

geschreven door kenlin@HK [MVP] 31 oktober, 2007 met geen commentaren.
Lees meer artikelen verder Virtuele Machine en .NET kader en Visuele Studio.

Bevordering ASP.NET 1.x aan ASP.NET 2.0

Laatste tijd, spreek ik in zich het Maandelijkse Verzamelen van de Gebruikersgroep van Hong Kong .NET in het recht van Sept. van 2007 na Seminarie MSDN, was het onderwerp „Ervaring Delend: Bevordering ASP.NET 1.x -> 2.0 -> AJAX“. Goed, beloofde ik ook dat ik blog over het zal. Eigenlijk, is het nieuw niets en het is speciaal niets. Ik deelde enkel mijn ervaring op hoe ik ASP.NET 1.1 tot 2.0 en hoe te om AJAX toe te laten bevorder.

Eerst, ben ik niet zeker als u weet dat, in .NET kader 2.0, er 2 soorten de Projecten van het Web, Website ASP.NET 2.0 en de Toepassing van het Web ASP.NET 2.0 zijn. U kunt naar de volgende verbinding voor meer informatie verwijzen als u meer zou willen lezen.

Inleiding aan de Toegepaste Projecten van het Web
http://msdn2.microsoft.com/en-us/library/Aa730880(VS.80).aspx

Als u naar de bevordering van uw bestaand 1.x project ASP.NET gaat, zou u moeten verkiezen om ASP.NET 2.0 te gebruiken het Toegepaste project van het Web. Dit is het bericht van één van ScottGu blog, worden het Leerprogramma op VB en C# ook vermeld.

„Omdat VERSUS het Web van 2005 het model van het Toegepaste Project de zelfde conceptuele semantiek zoals VERSUS het Model van het Project van het Web van 2003 heeft, maakt het ook het migreren VERSUS 2003 Webprojecten zeer, zeer gemakkelijke †„met nul/minimale codeveranderingen

Click to continue reading "Upgrading ASP.NET 1.x to ASP.NET 2.0"

Written by kenlin@HK [MVP] on October 30th, 2007 with no comments.
Read more articles on Introductions and .NET Framework and Visual Studio.

Microsoft to push functional programming into the mainstream with F#

Microsoft has announced that support for the F# functional programming language will be fully integrated into Visual Studio. This marks a bold new commitment to facilitating functional programming on the .NET platform and could potentially help legitimize functional programming in enterprise environments. Microsoft’s promotion of F# to a fully-supported language in Visual Studio is also indicative of the extreme versatility of the .NET platform and Microsoft’s Common Language Runtime.

F# began its life as a Microsoft Research project to demonstrate the efficacy of .NET as a platform for mixing multiple distinct programming paradigms. F# is heavily inspired by the OCaml programming language, and a subset of F# and OCaml are largely compatible. F# offers developers many valuable and compelling features without sacrificing much runtime efficiency. F# supports type inference, pattern matching, high-order functions, and currying. F# also supports interactive execution, which means that F# programs can be run like scripts or inputted in an interactive top-level environment similar to the Python shell or Ruby’s IRB. F# also has full access to the .NET APIs and components written in other .NET languages.

The advantages of functional programming

Unlike imperative or procedural programming languages, in which computation is typically performed by altering

Click to continue reading "Microsoft to push functional programming into the mainstream with F#"

Written by kenlin@HK [MVP] on October 23rd, 2007 with no comments.
Read more articles on .NET Framework and Visual Studio and MS News.

Microsoft is open sourcing the .NET Framework

image

Scott Guthrie announced today that Microsoft is opening up the source code for the .NET Framework library with the release of the .NET Framework 3.5 and Visual Studio 2008 later this year. Microsoft will begin by offering the source code (with source file comments included) for the .NET Base Class Libraries (System, System.IO, System.Collections, System.Configuration, System.Threading, System.Net, System.Security, System.Runtime, System.Text, etc), ASP.NET (System.Web), Windows Forms (System.Windows.Forms), ADO.NET (System.Data), XML (System.Xml), and WPF (System.Windows). It will then be adding more libraries in the months ahead (including WCF, Workflow, and LINQ). The source code will be released under the Microsoft Reference License (MS-RL).

Source: Scott Guthrie

Written by askars on October 3rd, 2007 with no comments.
Read more articles on Breaking News and .NET Framework and .Net and Visual Studio and News and Microsoft.

Complete .NET Portability with Wine & Mono?

Mono is the open-source version of Microsoft’s .NET Framework. It implements most of the backend framework features, but unfortunately, falls flat on its pretty little face when attempting to display the user interface - which is what desktop apps are all about.

Wine on the other-hand, is a Linux port of (major parts of) Microsoft’s Win32 library - the core dependencies of the Windows development libraries, and more importantly, the win32 interface elements. With Wine, you can run many traditional C++ win32 executables on Linux, with certain limitations.

Mono’s biggest stumbling block is the GUI and .NET programs that use P/Invoke to call native non-managed win32 dlls - Mono is a pure .NET environment, and can’t handle them. But from the description above, that’s exactly what WINE excel at… So can’t we use WINE + Mono to make just about any .NET program run on Linux fresh out of the .NET compiler?

Unfortunately, the answer is no. Back when the Mono project was first starting out, the Mono development team considered using WINE to implement the System.Windows.Forms namespace of the .NET Framework (which is practically 100% native C++ unmanaged win32 code in .NET wrappers). But they made the right choice in deciding to not take the easy way and go that route, leaving the integrity of the Mono project intact and focusing on true cross-platform user interface libraries instead (the GTK# is now the UI Library of choice for cross-platform .NET applications).

Click to continue reading "Complete .NET Portability with Wine & Mono?"

Written by Computer Guru on September 19th, 2007 with no comments.
Read more articles on Coding and Alternatives and Mono and WINE and .NET Framework and c# and Windows and Programming and Linux and software.

Designing .NET Class Libraries

Krzysztof Cwalina, Program Manager, .NET Framework Team, Microsoft has a nice session on Designing .NET Class Libraries. Watch it from here. It is very informative.

tags: , , , ,

Written by askars on May 13th, 2007 with no comments.
Read more articles on .NET Framework and Concept and Design and howto.

No older articles

Newer articles »