Visual Studio 2005 Starter Kits Download

news/2024/7/3 20:14:33


    无意中发现几个Visual Studio 2005 Starter Kits下载,包括:

        Windows Starter Kits: 
             Shareware Starter Kit 
            Web Log Analyzer Starter Kit 
             Card Game Starter Kit 
             Amazon-Enabled Movie Collection Starter Kit 
            Mobile Ink To-Do Starter Kit 

        Visual Web Developer Starter Kits:
             Personal Website Starter Kit 
            Time Tracker Starter Kit 
             Club Website Starter Kit 
             PayPal-enabled eCommerce Starter Kit 
            eBay Selling Starter Kit 
             Sample Access Provider Starter Kit    


    以上Starter Kit可以直接点击下载,不需要到http://msdn.microsoft.com/vstudio/downloads/starterkits/上单击每个连接后转到下载页面下载,不过可以到这个页面上看看每个Starter Kit的下载。

    其中Personal Website Starter Kit在Visual Studio .NET 2005安装时可以选择安装。

    Web Log Analyzer Starter Kit:
        The Visual Basic Web Log Analyzer Starter Kit is a Windows Forms application designed to demonstrate the power and flexibility of the ReportViewer control. This application analyzes log files created by Web servers to generate a report that displays information such as the most popular page on a Web site, when the Web server is busiest, and who is referring visitors to the Web site.
        利用ReportViewer控件显示网站日志文件的相关信息。

o_wla.jpg

 

转载于:https://www.cnblogs.com/waxdoll/archive/2006/01/19/320280.html


http://www.niftyadmin.cn/n/3297196.html

相关文章

配置SQL Server服务代理来发送存储过程数据 SQL Server Service Broker - z

在SQL Server 2005中,Microsoft引进了一个令人振奋的新特性即服务代理(Service Broker),同时这也给许多数据库管理人员带来了一个新的概念。这个概念,进程外消息,是一个开发人员在一些产品中使用多年的应用…

Communications link failure的解决办法

使用Connector/J连接MySQL数据库,程序运行较长时间后就会报以下错误: Communications link failure,The last packet successfully received from the server was *** millisecond ago.The last packet successfully sent to the server was …

用Python Tkinter GUI绘制按钮

1、 import Tkinter GUI绘制类 2、 绘制按钮,设置按钮的属性 3、 向窗口中添加组件,把按钮添加到窗口中 4、 给按钮绑定事件 # !/usr/bin/env python# codingutf-8import Tkinterfrom tkMessageBox import *def save_click(): showinfo(温馨提示,您…

IE6.0打印机制解析

摘自 http://www.cjsdn.net/post/view?bid29&id98728&sty1&tpg1&age0 网页打印,可以通过浏览器的"打印"功能实现,但"打印模板"机制,却是 IE 5.5 /6.0 以及 Netscape 6.0 所独有的;准确一点&…

Windows Server 2003 Standard Edition 和 Enterprise Edition 的区别

由于工作的缘故,我要重装一个Windows Server 2003,所以碰到这个选择的问题。摘自http://www.microsoft.com/china/windowsserver2003/evaluation/overview/enterprise.mspx。除了具有 Windows Server 2003 Standard Edition 中的所有功能之外&#xff0c…

Android 初识Intent

Android 初识Intent View Code <?xml version"1.0" encoding"utf-8"?><LinearLayout xmlns:android"http://schemas.android.com/apk/res/android" android:orientation"vertical" android:layout_width"fill_…

WinForm资料

WinForm资料 2010-01-21 16:13:31| 分类&#xff1a; winform C# | 标签&#xff1a; |字号大中小 订阅 该系列主要整理收集在使用C#开发WinForm应用文章及相关代码, 平时看到大家主要使用C#来开发Asp.Net应用,这方面的文章也特别多,而关于WinForm的文章相对少很多,而自己对…

Java多线程同步器

转自&#xff1a; http://www.talentdigger.cn/home/space.php?uid2189&dothread&id4129 --------------------------------------------我是分割线----------------------------------- CyclcBarrier   在实际应用中&#xff0c;有时候需要多个线程同时工作以完成同…