in

SDT Community Server

SDT Forums, Blogs, Photos server.

Floating Heart

No description is bad.

Browse by Tags

All Tags » Dot.Net Resources (RSS)
  • Visual Studio 2010 and .NET Framework 4.0 Training Kit

    Visual Studio 2010和.NET Framework 4.0培训包包含了介绍,动手实战教程和例子,包括以下内容: C# 4.0 Visual Basic 10 F# Parallel Computing Platform WCF WF WPF ASP.NET AJAX 4.0 ASP.NET MVC Dynamic Data 通过这些内容可以帮助您了解如何使用Visual Studio 2010和.NET Framework 4.0。 Visual Studio 2010 and .NET Framework 4.0 Training Kit下载地址 http://www.microsoft.com/downloads/details.aspx?FamilyID=752cb725-969b-4732-a383-ed5740f02e93&DisplayLang=en Visual Studio 2010 and .NET Framework 4.0 CTP下载地址 http://www.microsoft.com/downloads/details.aspx?FamilyID...
    Posted Nov 22 2008, 09:39 PM by wicky with | with 1 comment(s)
    Filed under:
  • 教育软件: 开源的课程管理系统Moodle

    http://quickbest.com.cn/discuz/thread-30721-1-1.html 教育软件: 开源的课程管理系统Moodle google关键字:Moodle 简介 来源: 点击进入 2006-11-13 22:38 一、Moodle 简介: Moodle 这个词本是 Modular Object-Oriented Dynamic Learning Environment(模块化面向对象的动态学习环境)的缩写,程序员和教育理论家经常使用它。它也是一个动词,表述的是一个这样的过程:遇事不慌不忙,想起什么就做什么,快乐的瞎忙活可也经常会带来一些领悟和创新。Moodle 的开发就是这样,学生与教师在在线课程中学习与教课也是这样。使用 Moodle 的人被称为 Moodler。 Moodle是一个课程管理系统(CMS)--一套运用“声音教学原理”设计开发的开放源代码的软件,可以帮助教育者建立有效的在线学习社区。你可下载并安装于你的服务器,建立从一名教师的站点到40,000名学生的大学。 开发背景: Moodle是一个还在不断发展的活跃项目。 Martin Dougiamas...
  • Centre for Learning & Performance Technologies

    http://c4lpt.co.uk/Directory/ This Directory contains over 2,400 tools for learning in two main sections: for creating, delivering and managing learning and performance support solutions for managing your own learning and productivity, for sharing resources, as well as group collaboration (also includes some enterprise tools) The tools in this Directory are both freeware/open source and commercial.
  • WCF从理论到实践系列

    http://www.kuqin.com/dotnet/20080418/6952.html WCF从理论到实践(1):揭开神秘面纱 摘要:通过阅读本文,能解决以下几个问题 1. WCF是什么? 2. WCF能干什么? 3. WCF的今生前世? 4. 学习WCF有哪些资源? WCF从理论到实践(2):决战紫禁之巅 摘要:通过阅读本文,能解决如下问题: 1) WCF与以往的分布式技术有何区别? 2) WCF 在安全性方面做了哪些改进? 3) WCF在性能方面有那些改进? 4) WCF开发模型和以往的其他分布式技术有何区别? WCF从理论到实践(3):八号当铺之黑色契约 摘要:通过阅读本文,能解决以下的问题 1)什么是契约? 2)契约有几种?,他们都有什么用途 3)如何定义契约? 4)契约是独立于平台的么? 5)契约和以往哪种技术比较相像,又有什么不同? WCF从理论到实践(4):路在何方 摘要:通过阅读本文,您能了解以下知识: 1) Address是什么? 2) Address的组成? 3) 如何在配置文件中指定Address? 4) 如何通过编程方式设置Address? 5) Address有什么特殊应用...
    Posted Jul 22 2008, 12:07 PM by wicky with | with no comments
    Filed under:
  • XPO 使用记录

    XPO 使用记录 http://www.rainsts.net/article.asp?id=50 1. 一般实体类直接继承自 XPObject,如果需要自定义主键或自增字段则可继承自XPCustomObject。 2. 继承自XPBaseObject的实体类,Delete后将被直接物理删除。而XPCustomObject & XPObject的继承类则是软删除。 (1) 实体对象软删除 customer.Delete(); customer.Save(); (2) 物理删除 Session.DefaultSession.PurgeObject(customer); (3) 物理删除所有被标记软删除的记录。 Session.DefaultSession.PurgeDeletedObjects(); (4) 清除数据库中所有数据。 Session.DefaultSession.ClearDatabase(); (5) 恢复被软删除的记录。 while(true) { o = (MyObject)Session.DefaultSession.FindObject(typeof(MyObject...
    Posted Jul 15 2008, 11:08 PM by wicky with | with 1 comment(s)
    Filed under:
  • Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta

    http://msdn.microsoft.com/en-us/vstudio/products/cc533447.aspx Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 continues Microsoft's investment in market-leading development tools and platform. Service Pack 1 addresses issues that were found through a combination of customer and partner feedback, as well as internal testing. Overall, Service Pack 1 offers customers many new features and improvements in responsiveness, stability and performance for Visual Studio 2008 and .NET Framework...
    Posted Jun 11 2008, 11:22 AM by wicky with | with no comments
    Filed under:
  • 怎么用 C# 制作印章

    请参考附件或 http://blog.csdn.net/Knight94/archive/2006/11/04/1366332.aspx 。
    Posted May 06 2008, 08:52 AM by wicky with | with no comments
    Filed under:
  • GridView 72般绝技

    http://blog.csdn.net/21aspnet/archive/2007/03/25/1540301.aspx 快速预览: GridView无代码分页排序 GridView选中,编辑,取消,删除 GridView正反双向排序 GridView和下拉菜单DropDownList结合 GridView和CheckBox结合 鼠标移到GridView某一行时改变该行的背景色方法一 鼠标移到GridView某一行时改变该行的背景色方法二 GridView实现删除时弹出确认对话框 GridView实现自动编号 GridView实现自定义时间货币等字符串格式 GridView实现用“...”代替超长字符串 GridView一般换行与强制换行 GridView显示隐藏某一列 GridView弹出新页面/弹出新窗口 GridView固定表头(不用javascript只用CSS,2行代码,很好用) GridView合并表头多重表头无错完美版(以合并3列3行举例) GridView突出显示某一单元格(例如金额低于多少,分数不及格等) GridView加入自动求和求平均值小计 GridView 数据导入Excel...
    Posted Apr 11 2008, 05:43 PM by wicky with | with no comments
    Filed under:
  • Enforcing single instance with argument passing

    http://www.flawlesscode.com/post/2008/02/Enforcing-single-instance-with-argument-passing.aspx Note: this approach is only for .Net 3.5. There are several implementations out there already for doing this, but for one reason or another they all did something I didn't like. Some use the registry , some can't pass parameters , some use P/Invoke , some use remoting and others use the VB libraries . Not quite high treason but even so, an all C# and very light implementation has got to be worth...
    Posted Mar 25 2008, 01:22 PM by wicky with | with no comments
    Filed under:
  • c#四种eval方法

    http://www.yaosansi.com/post/446.html 有时候需要表达式运算,如 String strExpression="-12 * ( - 2.2 + 7.7 ) - 44 * 2"; 网上找的,一般是利用CodeDom,见 http://www.codeproject.com/csharp/runtime_eval.asp 简化为: System.CodeDom.Compiler.ICodeCompiler comp = (new Microsoft.CSharp.CSharpCodeProvider().CreateCompiler()); System.CodeDom.Compiler.CompilerParameters cp = new System.CodeDom.Compiler.CompilerParameters(); object qswhEval2(string Expression){ StringBuilder code = new StringBuilder(); code.Append("using System;...
    Posted Mar 12 2008, 09:33 PM by wicky with | with 1 comment(s)
    Filed under:
  • Top 5 javascript frameworks

    http://www.whenpenguinsattack.com/2007/04/24/top-5-javascript-frameworks/ this article talks about top 5 javascript frameworks. however, you can find more in comments.
    Posted Mar 11 2008, 01:31 PM by wicky with | with no comments
    Filed under:
  • Javascript with ASP.Net 2.0

    http://dotnetslackers.com/articles/aspnet/JavaScript_with_ASP_NET_2_0_Pages_Part1.aspx http://dotnetslackers.com/articles/aspnet/JavaScript_with_ASP_NET_2_0_Pages_Part2.aspx Or please refer to attached file.
    Posted Mar 11 2008, 11:19 AM by wicky with | with no comments
    Filed under:
  • Monitoring a Printer Queue

    For .Net 3.0 or upper, you may look into System.Printing, and PrintServer related classes. For .Net 2.0, you need to call windows api. http://www.codeproject.com/KB/printing/printwatchvbnet.aspx Latest version on CodePlex: http://www.codeplex.com/PrintQueueWatch/Wiki/View.aspx
    Posted Mar 10 2008, 05:33 PM by wicky with | with no comments
    Filed under:
  • Performance Comparison: XPO.NET and ADO.NET Data Access Techniques

    http://www.devexpress.com/Products/NET/Libraries/XPO/PerformanceComparisonXPOvsADO.xml Please read details by above link. Conclusion As these tests demonstrate, the number of records to be created does not impact data creation overhead introduced by XPO.NET classes. Note that database storage type is an important factor in this. The data reading overhead of XPCollection class varies from 30% to 70% and depends upon the amount of data to be read and the database storage type. To read and process large...
    Posted Feb 15 2008, 11:19 AM by wicky with | with 1 comment(s)
    Filed under:
  • eXpressApp Framework released

    http://community.devexpress.com/forums/p/60635/205261.aspx#205261 December 20, 2007 - Developer Express is proud to announce the immediate availability of the eXpressApp Framework (XAF) - a business application framework that fully leverages our feature-complete .NET component technologies for Windows Forms amd ASP.NET. XAF is both highly efficient and easy-to-use allowing you to create advanced business applications for today's dominant UI platforms - Windows Forms and ASP.NET. XAF helps you...
    Posted Jan 07 2008, 01:04 PM by wicky with | with no comments
    Filed under:
  • Visual Studio 2008 and .NET Framework 3.5 Training Kit

    http://www.microsoft.com/downloads/details.aspx?FamilyID=8BDAA836-0BBA-4393-94DB-6C3C4A0C98A1&displaylang=en Overview The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ, C# 3.0, Visual Basic 9, WCF, WF, WPF, ASP.NET AJAX, VSTO, CardSpace, SilverLight, Mobile and Application Lifecycle Management...
    Posted Dec 12 2007, 03:21 PM by wicky with | with no comments
    Filed under:
  • ADO.NET Entity Framework Beta 3

    http://www.microsoft.com/downloads/details.aspx?familyid=15DB9989-1621-444D-9B18-D1A04A21B519&displaylang=en Overview Welcome to the Entity Framework Beta 3. In addition to supporting the production release of the .NET Framework 3.5, the ADO.NET Entity Framework Beta 3 has the following new features and improvements since the Beta 2 release: Performance improvements Much quicker object query execution Simpler generated SQL Faster view generation Easier disconnected operation Public, serializable...
    Posted Dec 10 2007, 02:40 PM by wicky with | with no comments
    Filed under:
  • NET Web产品(ASP.NET, Silverlight, IIS7)路线图

    http://www.cnbeta.com/articles/44239.htm 新闻来源:joycode翻译 上个星期,我们 发布了Visual Studio 2008 和.NET 3.5 。这个发布对.NET来说,非常巨大,它为web,客户端,办公,和移动开发提供了成堆的新功能和众多的改进。 在下几个月里,我们将发布建造在Visual Studio 2008 和.NET 3.5基础之上的一系列另外的产品,进一步完善.NET开发。下面是一些我的团队正在开发的,预定要在几个月内发布的.NET web开发方面的产品的路线图: 发布.NET Framework库的源码 上个月,我们宣布了我们将提供给开发人员下载和浏览.NET Framework库的源码的能力,以及使用Visual Studio 2008来启用集成的源码调试功能。 我们目前正在完成提供这些源码的源码服务器的最后部署,不久就会发布如何在Visual Studio 2008中启用集成调试体验的说明。一旦发布,我会在博客里讨论启用这个功能的详细步骤。 ASP.NET 3.5 Extensions(扩展) VS 2008 和.NET...
    Posted Dec 07 2007, 08:42 PM by wicky with | with no comments
    Filed under:
  • Microsoft Visual Studio International Pack 1.0 Beta1

    http://www.microsoft.com/downloads/details.aspx?FamilyID=e432aeaa-7b6f-4b0d-968b-b6aafda05e34&displaylang=zh-cn Visual Studio International Pack 包含一组类库,该类库扩展了.NET Framework对全球化软件开发的支持。使用该类库提供的类,.NET 开发人员可以更方便的创建支持多文化多语言的软件应用。 该软件包1.0版提供下面七个组件以增强.NET Framework对全球化软件应用开发的支持。 East Asia Numeric Formatting Library - 支持将小写的数字字符串格式化成简体中文,繁体中文,日文和韩文的大写数字字符串。 Japanese Kana Conversion Library - 支持将日文假名(Kana)转化为另一种日文字符。 Japanese Text Alignment Library - 支持日文特有的一种对齐格式。 Japanese Yomi Auto-Completion Library...
    Posted Dec 07 2007, 06:55 PM by wicky with | with no comments
    Filed under:
  • MSIL

    add=Adds two values and pushes the result onto the evaluation stack. add.ovf=Adds two integers, performs an overflow check, and pushes the result onto the evaluation stack. add.ovf.un=Adds two unsigned integer values, performs an overflow check, and pushes the result onto the evaluation stack. and=Computes the bitwise AND of two values and pushes the result onto the evalution stack. arglist=Returns an unmanaged pointer to the argument list of the current method. beq=Transfers control to a target...
    Posted Nov 30 2007, 10:20 PM by wicky with | with no comments
    Filed under:
  • DbLinq Project: Linq Provider for MySql, Oracle and PostgreSQL

    http://code2code.net/DB_Linq/ What is LINQ? LINQ stands for Language-Integrated Query, which allows .NET programs (e.g. C# or VB.NET) to connect to databases. It is an O/R (Object-Relational) mapping tool, with some similarities to Hibernate or LlblGen. LINQ is type-safe, queries get compiled into MSIL on the fly, and your C# WHERE clauses are translated into SQL and sent to SQL server for execution. In short, it makes design of data access layers safer and faster. In C# 3.0, linq code looks like...
    Posted Nov 27 2007, 02:53 PM by wicky with | with no comments
    Filed under:
  • XtraReport -> How to: Create a Custom Preview Form

    http://www.devexpress.com/Help/?document=XtraReports/CustomDocument2568.htm please refer to attached file.
    Posted Nov 16 2007, 05:03 PM by wicky with | with no comments
    Filed under:
  • .NET Profiling Write Profilers With Ease Using High-Level Wrapper Classes

    附件。
    Posted Oct 06 2007, 05:56 PM by wicky with | with no comments
    Filed under:
  • Get/Edit Office Document Property without install Office

    http://support.microsoft.com/kb/224351 The Dsofile.dll files lets you edit Office document properties when you do not have Office installed View products that this article applies to. function loadTOCNode(){} Article ID : 224351 Last Review : June 13, 2007 Revision : 9.0 This article was previously published under Q224351 On This Page SUMMARY MORE INFORMATION Download sample ActiveX Component Information about OLE document properties Use the DsoFile component from your custom application Unicode...
    Posted Aug 28 2007, 03:47 PM by wicky with | with no comments
    Filed under:
  • 微软正式发布SilverLight

    http://www.microsoft.com/silverlight/ 【搜狐IT消息】北京时间4月16日消息,微软日前在美国拉斯维加斯召开的全美广播协会会议上,宣布了其为Windows、Web以及设备上创建富媒体、丰富交互性的战略。并正式将WPF/E命名为Microsoft SilverLight。 SilverLight是Windows PresentATIon Foundation的一个子产品,其利用了跨浏览器Web技术进行设计,以实现多操作系统,甚至是移动设备上的无缝运行。和Flash一样,WPF/E是作为一个浏览器的插件,可以显示矢量图形、动画和视频。 Silverlight集成了多种现有Web技术和设备,它可以在Windows、Mac平台上运行,支持IE、Firefox,甚至Apple的Safari Web浏览器。而无需对现有的网站设计进行移植,甚至包括利用Adobe Flash设计的内容。 至于SilverLight与Flash的区别,微软的一位高层人士曾这样描述:一个WPF/E程序“并不是传递给Flash播放器的一个编译好的二进制文件。”相反,所有的代码都是基于标准的...
    Posted Apr 17 2007, 08:01 PM by wicky with | with no comments
    Filed under:
  • C#开源资源大全

    非常好的资源网站,而且是中文的。 http://www.cs-open.com/
    Posted Mar 29 2007, 09:48 PM by wicky with | with 3 comment(s)
    Filed under:
  • 建湖幼儿园

    哈哈,非常好的幼儿园(Y) http://www.jhxyey.net/Soft/Index.html
    Posted Mar 17 2007, 07:39 PM by wicky with | with no comments
    Filed under:
  • .Net Framework 3.0 Web Site

    http://www.netfx3.com/ 微软官方网站,可以找到.Net Framework 3.0的各种相关信息。 很多人认为应该叫.Net Framework 2.5,因为3.0是在2.0 Runtime的基础上增加下列功能而成的: WCF (Windows Communication Foundation) WPF (Windows Presentation Foundation) WWF (Windows Workflow Foundation) WCS (Windows CardSpace) 对于2.0的Runtime并没有做改动。 附件是3.0部署的相关信息。
    Posted Mar 07 2007, 11:20 AM by wicky with | with no comments
    Filed under:
  • Open Source PDF Libraries in C#

    Open Source PDF Libraries in C# iTextSharp iTextSharp is a library that allows you to generate PDF files on the fly. Go To iTextSharp SharpPDF SharpPDF is a C# library that implements different objects for the creation of PDF documents with few steps. It is created for .NET framework 1.1 and it can create 100% compatible PDF Go To SharpPDF Report.NET Report.NET is a powerful library that will help you to generate PDF documents in a simple and flexible manner. The document can be created with data...
    Posted Nov 21 2006, 03:27 PM by wicky with | with no comments
    Filed under:
  • Windows Vista RC1 and IIS 7.0 RC1 ...

    Windows Vista Release Candidate (RC) 1 is out the door with a fresh new build of IIS7. This is new web site for IIS 7 : http://www.iis.net
    Posted Sep 07 2006, 06:19 PM by wicky with | with no comments
    Filed under:
More Posts Next page »
Copyright SDT, 2006-2009. All rights reserved.