原文地址:
http://weblogs.asp.net/scottgu/archive/2007/07/04/july-4th-links-asp-net-asp-net-ajax-visual-studio-silverlight-and-iis7.aspx
ASP.NET
  • ASP.NET RSSToolkit 2.0 Released: One of the cool projects for ASP.NET 2.0 that was released last year was this free RSS Toolkit - which makes consuming and exposing RSS feeds in ASP.NET super easy (you can even databind any ASP.NET control against them).  The team working on the CodePlex project has recently released V2 of the RSSToolkit.  You can learn all about it and download it here.

  • Building a Custom Database Driven Site Map Provider: Scott Mitchell has written a great article on how to implement your own site map provider for ASP.NET that is populated from a database (instead of statically from an XML file).  You can learn more about the ASP.NET 2.0 SiteMap system from this older blog post of mine here.

  • .NET DateTime and Number Format String Cheat Sheet: If you are like me, you might have trouble remembering all of the standard format strings you can pass to the String.Format() method and/or the Eval() databinding method in ASP.NET to generate the appropriate string output from a DateTime or Numeric datatype.  This PDF cheatsheet is a useful one to download and save to quickly look these format strings up.  John has some other really useful .NET PDF cheatsheets he has also created that you might like to download here.

  • Profile Support for ASP.NET Web Application Projects: VS 2005 Web Application Projects can't directly access the strongly-typed ASP.NET "Profile" object that web site projects support.  This VS add-in supports the ability to generate a strongly typed profile class to accomplish this.  You can read this great series of posts to learn more about how to use the ASP.NET 2.0 Profile system.  I have it on my list of tips/tricks posts to-do to cover using this VS add-on as well.

  • ASP.NET Photo Handler: Bertrand has posted a cool photo album HttpHandler for ASP.NET that allows you to easily drop images into a web directory and automatically generate a nice photo album of them (complete with EXIF information, stack sorting icons, etc).  Might be very useful for people enjoying holidays this summer.  Download the code here.

  • SubSonic: Auto-Generate a DAL for Class Library, Windows Applications and Web Application Projects: Rob Conery recently posted a blog entry that talks about how to use the great SubSonic project in non-website Visual Studio project types to easily generate your data access layers.
  • BlogEngine.NET: This is a new open source blog engine for ASP.NET that Mads Kristensen has helped start up, and which I've heard a lot of good things about.  You can read about its features here, and download it here.
ASP.NET AJAX
  • ScriptDoc 1.0 Available: Bertrand Le Roy has published a cool ScriptDoc utility that extracts documentation from JavaScript files and packages it into XML that can be consumed by documentation building tools.  A very useful tool as you start to build up your own JavaScript libraries.

  • ASP.NET AJAX Client Control Development: Kazi Manzur Rashid from PageFlakes.com has written a great set of posts that cover building your own client-side AJAX controls using ASP.NET AJAX's client-side JavaScript libraries.  Here is a post on how to build an ASP.NET AJAX Grid and Pager, and here is a post on how ASP.NET AJAX Control Development works.

  • Using the ASP.NET AJAX PageRequestManager to Provide Visual Feedback: Dan Wahlin - author of the fantastic new Professional ASP.NET AJAX book - has written a nice blog post that covers a technique you can use to obtain fine grain visual feedback control (above and beyond what the UpdateProgress control provides you) when doing AJAX callbacks to the server.

Visual Studio
  • GhostDoc 2.1.1 Released: GhostDoc is a free add-in for Visual Studio 2005 (and now 2008) that automatically generates default XML documentation comments for code you write in C# or VB.  It can automatically re-use existing documentation inherited from base classes or implemented interfaces, or generate initial documentation by deducing comments from the name and type of the member signature. You can learn more about it and download it for free here.

Silverlight
  • Silverlight Tutorials: Michael Schwarz has a great blog where he writes regularly about Silverlight.  This tutorials link points to a bunch of great Silverlight content.
  • Integrating Web Services and Silverlight Including Debugging: Peter Kellner has written some great blog posts covering Silverlight (as well as gotchas he has learned from).  Check out this post to learn how to handle debugging web services when using Silverlight, as well as his post on Displaying Images with the Silverlight Downloader in the 1.1 Alpha.
  • Some keyboard input tricks for Silverlight 1.1: Jon Galloway has a nice post on handling keyboard input using the Silverlight 1.1 Alpha release.  Also check out his tip on Calling an ASMX webservice from Silverlight post.
IIS 7
  • IIS 7.0 is now running all of Microsoft.com: One of the things we push at Microsoft is to "dogfood" our products on our high volume sites when they enter the beta cycle.  As of a few weeks ago, all of the web servers running www.microsoft.com are now running on IIS7 and Windows 2008 Server Beta3.  These servers host 500+ virtual roots and 350 ASP.NET applications, and handle 300,000 concurrent connections.  IIS7 is going to be an awesome release.

  • IIS 7.0 on Server Core: Bill Staples blogs about some of the new IIS7 enhancements that appear with the June CTP of Windows 2008 Server.  One of the big features that is now supported is the ability to install IIS7 on "server core" - which is a low footprint installation of Windows 2008 Server that lays down just the minimal footprint needed to boot (meaning no GUI shell).  This lowers the resources required on servers, and even more importantly means that servers don't need to be updated if a patch is released for a component not installed on the server (which lowers the downtime of servers).  ASP.NET and the .NET Framework aren't supported yet in server core configurations - but will be in the future.

Hope this helps,

Scott

P.S. I'm out on vacation this week, so please excuse delays on email and comment feedback.

July 4th Links: ASP.NET, ASP.NET AJAX, Visual Studio, Silverlight and IIS7相关推荐

  1. ASP.NET Core MVC 与 Visual Studio 入门

    原文:Getting started with ASP.NET Core MVC and Visual Studio 作者:Rick Anderson 翻译:娄宇(Lyrics) 校对:刘怡(Alex ...

  2. DayPilot——10分钟内用于ASP.NET MVC的AJAX每月事件日历

    目录 1.项目设置(00:00:00-00:03:00) 2. ASP.NET MVC视图(00:03:00-00:04:00) 3.茶歇(00:04:00-00:05:00) 4. ASP.NET ...

  3. 小旋风asp iis_ASP 4-绕.NET 4(和Visual Studio 2010)Beta 1的旋风之旅

    小旋风asp iis Hey, we released Visual Studio 2010 Beta 1. JasonZ has a great post with piles of details ...

  4. core部署iis的 调试net_远程调试远程 IIS 计算机上的 ASP.NET Core - Visual Studio | Microsoft Docs...

    在 Visual Studio 中远程调试远程 IIS 计算机上的 ASP.NET CoreRemote Debug ASP.NET Core on a Remote IIS Computer in ...

  5. 用 Visual Studio 和 ASP.NET Core MVC 创建首个 Web API

    原文:Building Your First Web API with ASP.NET Core MVC and Visual Studio 作者:Mike Wasson 和 Rick Anderso ...

  6. 用 Visual Studio Code 在 macOS 上创建首个 ASP.NET Core 应用程序

    原文:Your First ASP.NET Core Application on a Mac Using Visual Studio Code 作者:Daniel Roth.Steve Smith  ...

  7. asp和asp.net有什么区别?

    ASP.NET背后有一个完整的.NET   Framework支撑 什么是   ASP.NET? ASP.NET   是建立在公共语言运行库上的编程框架,可用于在服务器上生成功能强大的   Web   ...

  8. Visual Studio 2017【使用ASP.NET开发Web项目】第一课——初识ASP.NET,创建第一个ASP.NET程序

    知识点:理解 ASP.NET 的概念和优势. 会创建 ASP.NET Web Form 程序. 理解 ASP.NET Web Form 程序的执行阶段. 会使用代码内嵌和代码后置两种方式进行编码. 1 ...

  9. 1月4日链接篇:ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio, IIS7

    [原文地址]Jan 4th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Visual Studio, IIS7 [原文发表日期] Friday, Januar ...

最新文章

  1. MIT发布“全球最快AutoML”,刷新DARPA比赛成绩
  2. AFNetworking 3.0 发送soap到webservice
  3. 【Luogu】P1896互不侵犯King(状压DP)
  4. 死磕java_死磕JavaScript-垃圾收集机制
  5. 在c++中,如果派生类没有重写基类中对应virtual函数会怎样?
  6. 引用和指针的区别[zz]
  7. gprof—Ubuntu中使用gprofile进行性能统计时没有数字结果
  8. SEO_关键词研究工具
  9. rslinx连接linux教程,RSLinx Classic软件通讯配置教程
  10. 数据仓库与数据挖掘概述
  11. java异常体系简介
  12. 【推荐】智慧应急指挥调度中心信息化软件平台管理系统建设解决方案合集(共46份,790M)
  13. HbuilderX开发App调用手机支付宝支付
  14. 概率论复习(笔记用)
  15. 《炬丰科技-半导体工艺》通过蚀刻技术为LED衬底开发低成本、高通量的硅
  16. 【MySQL数据库】笔试题总结
  17. 如何在网上找到适合自己的创业项目
  18. 21 根火柴游戏(常胜将军)
  19. MSIL(0):简介
  20. 移植VBA项目到OMS系统

热门文章

  1. react 原生html 插件,纯原生JS的瀑布流插件Macy.js,前端必备插件
  2. (8)hibernate四种继承映射
  3. (9) ebj学习: Jpa的增删查改,CURD方法监听和命名查询
  4. 模块开发卷宗(GB8567——88)
  5. 某聊天工具消息记录数据库文件解密逆向分析
  6. DOS 网络命令之 ipconfig
  7. 《毅力–如何培养自律的习惯》读书笔记
  8. 详解梯度爆炸和梯度消失
  9. 大数据架构中使用JSON-RPC好,还是RESTful API好?
  10. dojo中的dojo/dom-attr