Ваш самый лучший источник информации и новостей около водители, окна и водители на интернете

СТАТЬИ Vista ВЕРХНЯЯ ЧАСТЬ 50 Vista VIDEOS Vista МЯГКИЙ ПОМОЩЬ Vista

Рамки .NET

Вы в настоящее время browsing статьи от Средство программирования cMsа Windows Vista совместимое сопрягать категорию Рамки .NET.

[Лаборатории в реальном маштабе времени Microsoft] Вольта: Развитие стержня использующ только материалы в комнате

 

Сегодня, лаборатории в реальном маштабе времени Microsoft объявлять Предваротельный просмотр технологии Вольты, toolset проявителя для применений стержня здания multi-tier использующ existing и знакомые инструменты, методы и картины. Ярус-разделять Вольты декларативный не позволить проявители отложить архитектурноакустические решения о распределении до последнего по возможности ответственного момента. Также, спасибо, котор делят программируя модель через множественн-ярусы, Вольта включают новый сквозной профилировать и испытывать для более высоких уровней представления, робастности, и надежности применения. Использующ декларативный ярус-разделять, проявители могут уточнить архитектурноакустические решения основанные на этих профилируя данных. Это сохраняет время и цены связанные с ручной refactoring. In effect, Вольта удлиняет платформу .NET более далее для того чтобы включить развитие применений software+services, использующ existing и знакомые инструменты и методы.

Вы архитектор и строите ваше применение как применение клиента .NET, задавая части применения которые бегут на ярусе сервера и ярусе клиента поздно в процессе развития. Вы можете пристрелть или браузеры стержня или CLR как клиенты и Вольта регулирует сложности ярус-разделять. Составитель создает JavaScript крест-браузера для яруса клиента, обслуживания стержня для яруса сервера, и все сообщение, serialization, синхронизацию, обеспеченность, и другое Кодего boilerplate для того чтобы связать ярусы совместно. In effect, Вольта предлагает опыт лучш-усилия в множественных окружающих средах без требовать портняжничать применения.

Написано kenlin@HK [MVP] дальше 6-ое декабря 2007 с отсутствие комментариев.
Прочитайте больше статьей дальше otherSoftware и Повседневность и Рамки .NET и Microsoft и Вычислять и Бета новости и Windows в реальном маштабе времени.

Типы рамок 3.5 .NET общ используемые и плакат Namespaces

A

Написано askars дальше 18-ое ноября 2007 с отсутствие комментариев.
Прочитайте больше статьей дальше Рамки 3.0 .NET и Рамки .NET и Разносторонно и . Сеть.

Получающ ошибку€  †œ403 Forbiddenâ в Sharepoint обслуживает 3.0 или сервера 2007 Sharepoint?

I am setting up Sharepoint Services 3.0 on a Windows Server 2003 SBS, and came across this problem:

Problem:

Running some pages in Sharepoint Services 3.0 will gives 403 Forbidden error.

After some googling, the solution would be:

Workaround 1:

A) Temporary fix:

  1. Rename the Web.config to  any other filename.
  2. Try accessing the 403 Forbidden page again.
  3. Rename back to Web.config

B) Permanent fix:

This is caused by a Microsoft .NET Framework 2.0 update. Uninstall the Patch KB928365.

Send us some comments if this works!

Written by Jabez Gan [MVP] on November 10th, 2007 with no comments.
Read more articles on .NET Framework.

Microsoft Commits to November Release Date for Visual Studio 2008 and the .NET Framework 3.5

BARCELONA, Spain — Nov. 5, 2007 — Today, during the keynote address at Microsoft TechEd Developers 2007, S. “Soma” Somasegar, corporate vice president of the Developer Division at Microsoft Corp., announced that Microsoft will release Visual Studio 2008 and the .NET Framework 3.5 by the end of November 2007. Visual Studio 2008 and the .NET Framework 3.5 enable developers at all levels to rapidly create connected applications that offer compelling user experiences for Windows Vista, Windows Server 2008, the 2007 Microsoft Office system, mobile devices and the Web. Soma also unveiled plans to open new opportunities for Visual Studio partners, as well as to deliver new tools and resources for developers, including a first Community Technology Preview (CTP) of the Microsoft Sync Framework and new capabilities for Popfly Explorer.

“The highly social and visual nature of the Web has fundamentally changed what users expect from all applications they interact with, regardless of whether it’s on a customer-facing Web site or Windows rich client application, or a desktop business application built using Microsoft Office,” said Somasegar. “Traditionally, organizations have been hard pressed to deliver the richer, more connected applications and services they need to boost productivity, drive revenue and stay ahead of the competition. With Visual Studio 2008 and the .NET Framework 3.5, it is easy for developers to use the skills they already have to build compelling applications that take advantage of the latest platforms.”

FWBS Ltd., Xerox Corp., Dell Inc. and K2 are just a few of the early adopter customers

...
Click to continue reading "Microsoft Commits to November Release Date for Visual Studio 2008 and the .NET Framework 3.5"

Written by kenlin@HK [MVP] on November 6th, 2007 with no comments.
Read more articles on msdn and .NET Framework and Visual Studio and MS News and Products.

Enable ASP.NET AJAX v1.0 to your existing ASP.NET 2.0 Web Site or Web Application.

Few days ago, I shared about how to upgrade your ASP.NET 1.1 to ASP.NET 2.0, this time I am going to discuss about enabling ASP.NET AJAX v1.0 to your existing Web Site or Web Application.

1) You have to downlaod and install the ASP.NET 2.0 AJAX Extensions 1.0. Here
2) You may download and extract the ASP.NET AJAX Control Toolkit. Here

After install it, you will found out that you may create AJAX Enabled Web Application when creating new projects(Web Site or Web Application). You may also found out that there is a new tab called “AJAX Extensions” in Toolbox. If you have extracted the ASP.NET AJAX Control Toolkit, you may do the following,

1) Create new tab called “AJAX Control Toolkit”;
2) Right click under the created tab and click on “Choose Items…”;
3) Click “Browse…” and browse to the folder which you extract the ASP.NET AJAX Control Toolkit, and then browse to “~\SampleWebSite\Bin\” and select AjaxControlToolokit.dll
4) Now you will see a lot of controls which you are ready to use. You may browse and view the “Toolkit Live” to get the sample and idea on the controls.

You are now ready to build your AJAX web site or web application. However, if you have any existing ASP.NET 2.0 Web Site or Web Application, you do the normal action to write AJAX, you will found out that the AJAX is not working in your existing Web Site or Web Application. You have to do the following in order to let

...
Click to continue reading "Enable ASP.NET AJAX v1.0 to your existing ASP.NET 2.0 Web Site or Web Application."

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

VS2008 Beta2 VPCs re-released

As you might already know, the VS2008 VPC will be expired on Nov 1st, the VSTS team is going to release a new VPC with updated expiration date.  Detail in below,

As the final act in our saga of expiring VPCs, I’m happy to announce that we’ve reissued VPCs for VS2008 Beta2 with an updated expiration date.  You can find the updated links on the VS2008 download page:

Thanks to everyone that has helped us get the word out about this situation and please accept our apologies for any inconvenience this might have caused you.  Needless to say, we’re taking steps now to ensure that we don’t make this particular mistake again.

Source from Jeff Beehler’s Blog — VS2008 Beta2 VPCs re-released

Written by kenlin@HK [MVP] on October 31st, 2007 with no comments.
Read more articles on Virtual Machine and .NET Framework and Visual Studio.

« Older articles

No newer articles