TonyWang的专栏

力争成为最优秀的.NET程序员

用户操作
[即时聊天] [发私信] [加为好友]
TonyWangID:tongdoudpj
118065次访问,排名730好友23人,关注者25
本人喜欢编程,闲时狂热钓鱼。
tongdoudpj的文章
原创 3 篇
翻译 0 篇
转载 542 篇
评论 58 篇
TonyWang的公告
最近在学习C#和.NET技术,希望有高手多多指教!
最近评论
sap99:www.sap99.com/,SAP99资料多多

SAP免费资料下载
http://www.sap99.com

有很多的学习资料,推荐一下,
1:<!--STATUS OK-->
<html>
<head>
<title>百度知道——全球最大中文互动问答平台 </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"&……
巧克力:第一个还可以 第二个没弄出来
aaa:QQ群:22573908 专注于ASP.NET B/S C# C/S软件架构/分析与数据库设计交流与研究,期待你的加入与参与
xiaohe:学习!
文章分类
收藏
    相册
    系统架构图
    技术站点
    Castle Project
    Code .NET 2.0, Build for Java, Run on Linux
    FastSpring.NET & FastNHibernate.NET
    Hello,开源
    一款开源IDE——SharpDevelop
    设计模式讲解(C#)
    推荐博客
    [鸟食轩]的博客 (RSS)
    ★雪峰的Blog★
    bluesen的专栏(Koodoo创造者)
    flygoldfish(长流支流)的专栏
    Lively Messenger for .NET
    ScottGu's Blog(RSS)
    Windows WorkFlow Fundation(RSS)
    信息安全专栏 -- 褚诚云(RSS)
    兔子的家
    开心就好(RSS)
    清清月儿 .NET万花筒(RSS)
    老赵点滴
    苏朋大哥的博客(RSS)
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    转载 ASP.NET, Visual Studio, Silverlight, WPF and .NET 收藏

    新一篇: Supporting Full Screen Mode with Silverlight  | 

    One of the things I'm going to try and start doing is a weekly blog post of useful/interesting links on .NET related topics that I've found on the web.  Below is this week's version:

    ASP.NET

    • Storing Binary Files Directly in the Database using ASP.NET 2.0: Scott Mitchell has a good article that shows how to upload and store images within a SQL database, and then serve them out dynamically from within a web application (very useful for photo albums).  You could combine this article with Rick's above to enable an optional "Save As" option that allows site visitors to save high-resolution versions of images or other file types.

    Visual Studio

    • Debugging SQL Server 2005 Stored Procedures in Visual Studio: Scott Mitchell published another great article on how to debug SPROCs using Visual Studio 2005.  You can use this approach to set a breakpoint within a SPROC in your database, and then hit it like a normal debug breakpoint when debugging an ASP.NET application that calls it.
    • Using Visual Studio Macros to Increase Productivity: Dan has a nice post describing some of the Macros he has created to manage large projects in Visual Studio.  The Visual Studio macro recorder and editor are two features that not enough developers take advantage of (myself included).  Whenever you find yourself repeating a task a number of times, I'd highly recommend creating a macro within VS to automate it for future uses.

    Silverlight

    • Silverlight 1.1 Alpha Layout System and Controls Framework: One of the features missing in the Silverlight 1.1 Alpha that we shipped at MIX is support for layout management.  This is a powerful feature of WPF, and makes it much easier to position and control UI on a page (I'll post more about this in the future).  Dave Relyea from the Silverlight UI team posted a cool sample on his blog that provides a sample implementation of layout management that works with the 1.1 Alpha and includes both Stack and Grid layout manager support.  He also then shipped a number of cool custom controls including buttons, labels, textbox, and border controls.  Very cool stuff.
    • Silverlight Toolbar Example: A nice sample from Vivek that describes how to create an animated toolbar where the buttons expand when you hover over them.  You might also want to check out the "Office UI Ribbon" sample on the www.silverlight.net sample gallery web-site that demonstrates how to build a really cool toolbar within the browser.

    WPF

    .NET General

    • NDepend 2.2: Scott Dorman has written up a great post on NDepend - which is a .NET utility that enables you to perform code analysis on your .NET projects.  This can be useful especially with large projects that you've inherited.  NDepend also supports a SQL-like query language that enables you to define your own code rules/analytics to search a code base with.
    • Dynamic Language Runtime (DLR) ported to Mono: One of the announcements we made at MIX was that we are shipping a new "dynamic language runtime" framework library for .NET that makes it much easier to build dynamic languages on top of .NET (both the full .NET Framework and Silverlight).  We are also shipping four dynamic language implementations of our own: IronPython, IronRuby, Javascript and Dynamic VB.  We shipped the source code to the DLR and IronPython as a CodePlex project with a permissive license.  This article on O'Reilly describes how someone has already taken the code and got it up and running on Mono.  Miguel de Icaza was up in Redmond this week at a compiler dev lab we held and JasonZ and I got a chance to take him out to dinner last night.  You can read about Miguel's trip on his blog here.

    Hope this helps,

    Scott

     

    发表于 @ 2007年05月31日 09:59:00|评论(loading...)|编辑

    新一篇: Supporting Full Screen Mode with Silverlight  | 

    评论:没有评论。

    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © TonyWang