Code Project精彩系列转

原文从http://www.makaidong.com/博客园搜/38231.shtml转载

applications

crafting a c# forms editor from scratch

http://www.codeproject.com/csharp/sharpformeditordemo.asp

建立一个类似c#的环境, 实现控件拖拉,属性

packet capture and analayzer

网络封包截获

http://www.codeproject.com/csharp/pacanal.asp

a tool to change the default source control client

在一台机器上用不同的两个源码,… 什么意思?....

i just wanted to use two different source control providers on the same machine. i installed both clients but i discovered that the later installed is always the default. i searched the net all over for a tool, but no usable application was found. so i decided to write my own.

http://www.codeproject.com/csharp/sccswitch.asp

batchrebuilder – batch rebuilder for your visual studio .net projects

批量重建工程,把工程文件转移… 怪异

http://www.codeproject.com/csharp/batchrebuilder.asp

controlinspector – monitor windows forms events as they are fired ( like spy++ for .net )

windows窗体事件监视器

http://www.codeproject.com/csharp/controlinspector.asp

the paperless desktop

无纸办公桌面

使用microsoft‘s document imaging library (modi), 包括多tiff整理和outlook输出

http://www.codeproject.com/csharp/martinspaperlessdesktop.asp

xsdtidy beautifies the xsd.exe output *with full docbook.net wrapper

美化xsd.exe输出….

http://www.codeproject.com/csharp/xsdtidy.asp

htmlhelp library and example viewer

一个htmlhelp类(包括html help chm)和简单的演示程序

http://www.codeproject.com/csharp/htmlhelp.asp

html table of contents generator

读入一个html页面,然后输出它内部的table内容

http://www.codeproject.com/csharp/htmlcb.asp

building the cvs root file changing utility

tool for viewing drag and drop and clipboard formats

查看剪贴板和拖拽的内容

http://www.codeproject.com/csharp/clipboardformatviewer.asp

my explorer in c#

创建一个类似资源管理器的程序

http://www.codeproject.com/csharp/my_explorer.asp

c sharp ripper

cd音轨抓取程序

http://www.codeproject.com/csharp/csharpripper.asp

write your own code generator or template engine in .net

写一个自己的code发生器或者程序模版

http://www.codeproject.com/csharp/smarttemplateengine.asp

itiunes style music using msn desktop search api

用msn desktop api制作音乐浏览器 

http://www.codeproject.com/csharp/msndesktopsearchqueryapi.asp

jawbreaker game in c#

泡泡堂之类游戏

http://www.codeproject.com/csharp/csjawbreaker.asp

.net dumeter clone

绘制直方图一类的东西..有点音乐味道…

http://www.codeproject.com/csharp/mydumeter.asp

gammit! an easy to use application for desktop gamma correction

改变桌面gammit值

http://www.codeproject.com/csharp/gammit.asp

时间: 2024-08-03 03:08:13

Code Project精彩系列转的相关文章

[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序读取相关数据

这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序读取相关数据 原文:Reading Related Data with the Entity Framework in an ASP.NET MVC Application 译文版权所有,谢绝全文转载--但您可以在您的网站上添加到该教程的链接. 在之前的教程中您已经完成了学校数据模型.在本教程中你将

8天掌握EF的Code First开发系列之3 管理数据库创建,填充种子数据以及LINQ操作详解

本篇目录 管理数据库创建 管理数据库连接 管理数据库初始化 填充种子数据 LINQ to Entities详解 什么是LINQ to Entities 使用LINQ to Entities操作实体 LINQ操作 懒加载和预加载 插入数据 更新数据 删除数据 本章小结 本人的实验环境是VS 2013 Update 5,windows 10,MSSQL Server 2008. 上一篇<Code First开发系列之领域建模和管理实体关系>,我们主要介绍了EF中“约定大于配置”的概念,如何创建数据

[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序使用高级功能

这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第十二篇:为ASP.NET MVC应用程序使用高级功能 原文:Advanced Entity Framework 6 Scenarios for an MVC 5 Web Application 译文版权所有,谢绝全文转载--但您可以在您的网站上添加到该教程的链接. 在之前的教程中,您已经实现了继承.本教程引入了当你在使用实体框架Code

[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序更新相关数据

这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序更新相关数据 原文: Updating Related Data with the Entity Framework in an ASP.NET MVC Application 译文版权所有,谢绝全文转载--但您可以在您的网站上添加到该教程的链接. 在之前的教程中您已经成功显示了相关数据.在本教程中

[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:排序、筛选和分页

这是微软官方SignalR 2.0教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第三篇:排序.筛选和分页 原文:Sorting, Filtering, and Paging with the Entity Framework in an ASP.NET MVC Application 译文版权所有,谢绝全文转载--但你可以在你的网站上添加到该教程的链接. 在之前的教程中你实现了一组使用Web页面

[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:MVC程序中实体框架的Code First迁移和部署

这是微软官方SignalR 2.0教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第五篇:MVC程序中实体框架的Code First迁移和部署 原文:Code First Migrations and Deployment with the Entity Framework in an ASP.NET MVC Application 译文版权所有,谢绝全文转载--但您可以在您的网站上添加到该教程的

Entity Framework Code First学习系列

Entity Framework Code First学习系列目录 Entity Framework Code First学习系列说明:开发环境为Visual Studio 2010 + Entity Framework 5.0+MS SQL Server 2012,在数据库方面Entity Framework Code First在Entity Framework 5.0仅支持MS SQL Server数据库.在接下来的随笔中,均使用项目名称为Portal的控制台应用程序为例.具体的系统学习目

[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序处理并发

这是微软官方教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第十篇:为ASP.NET MVC应用程序处理并发 原文:Handling Concurrency with the Entity Framework 6 in an ASP.NET MVC 5 Application 译文版权所有,谢绝全文转载--但您可以在您的网站上添加到该教程的链接. 在之前的教程中,您已经学习了如何更新数据.在本节教

8天掌握EF的Code First开发系列之2 简单的CRUD操作

本文出自8天掌握EF的Code First开发系列,经过自己的实践整理出来. 本篇目录 创建控制台项目 根据.Net中的类来创建数据库 简单的CRUD操作 数据库模式更改介绍 本章小结 本人的实验环境是VS 2012,windows 7,MSSQL Server 2008 R2. 创建控制台项目 1. 新建控制台应用项目 2. 通过NuGet安装Entity Framework 6 根据.Net中的类来创建数据库 上面的步骤之后,我们就可以开始写代码了.在写代码之前,你要始终记得,每个类就是相应