偷看入.NET框架原始代码
A
由askars写 2008年1月18日 与 没有评论.
读更多文章 .NET框架 并且 otherSoftware 并且 编码样品 并且 Breaking News 并且 . 网 并且 新闻.
您当前浏览文章从 微软视窗景色兼容软件 匹配类别
A
由askars写 2008年1月18日 与 没有评论.
读更多文章 .NET框架 并且 otherSoftware 并且 编码样品 并且 Breaking News 并且 . 网 并且 新闻.
今天,微软活实验室是宣布 Volta technology preview一开发商toolset为大厦多层Web应用程序使用现有和熟悉的工具,技术和样式。 伏打的宣示排分裂使开发商延期建筑决定关于发行直到最后可能的负责任的片刻。 并且,由于一个共有的编程的模型横跨多排,伏打使能新端到端描出和测试对于更高的水平应用表现、强壮和可靠性。 使用宣示排分裂,开发商可能提炼根据这描出的数据的建筑决定。 这节省时间和费用与手工refactoring交往。 实际上,伏打扩大.NET平台使用现有和熟悉的工具和技术进一步使能software+services应用的发展。
您建筑师和建立您的应用作为.NET客户端应用程序,分配在服务器排和客户排后跑在发展过程中应用的部分。 您能瞄准或者网浏览器或CLR作为客户和伏打处理排分裂的复杂。 编译器创造十字架浏览器Java语言为客户排,网服务为服务器排和所有通信、连续广播、同步、安全和其他锅炉钢板代码一起栓排。 实际上,伏打提供a
…
点击持续读“[微软活实验室]伏打: 网发展使用仅材料在屋子里"
由kenlin@HK [最有价值球员]写 2007年12月6日 与 没有评论.
Read more articles on otherSoftware 并且 日常生活 并且 .NET框架 并且 微软 and 计算 并且 beta新闻 并且 窗口居住.
A
Written by askars on November 18th, 2007 with no comments.
Read more articles on .NET Framework 3.0 and .NET Framework and Misc and .Net.
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:
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.
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
…
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.
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
…
Written by kenlin@HK [MVP] on November 5th, 2007 with no comments.
Read more articles on msdn and .NET Framework and Visual Studio.