可打印版本       提交     
请单击以进行评分并提供反馈
作者
 Jeff Prosise: MSDN Magazine Article...
Popular Articles

Kenny Kerr 高度赞扬了新的 Visual C++ 2008 功能包,称它为 Visual C++ 带来了不同寻常的便利。

Kenny Kerr

MSDN Magazine May 2008

...

Read more!

一次性密码针对字典式攻击、网络钓鱼诈骗、拦截窃听和许多其他安全漏洞提供了解决方案。下面将介绍它的原理。

Dan Griffin

MSDN Magazine May 2008

...

Read more!

现在,您可以在 SQL Server 2005 中使用正则表达式执行高效且复杂的文本分析。

David Banister

MSDN Magazine February 2007

...

Read more!

本文介绍了有关编程式和声明性数据绑定和使用 Windows Presentation Foundation 进行显示的技术。

Josh Smith

MSDN Magazine 7 月 2008

...

Read more!

了解 Windows Presentation Foundation 中的路由事件和路由命令如何为 UI 中不同部件的通信搭建基础。

Brian Noyes

MSDN Magazine 9 月 2008

...

Read more!

Jeff Prosise rss

  • 超酷代码: Silverlight 技巧、窍门和最佳实践
    : Jeff Prosise 为 Silverlight 开发提供了非常有帮助的技巧,虽然它们已经被广为应用,但仍需要更多的文档和最佳实践,以便开发人员能最大限度地利用这些令人眩目的新功能。
    Jeff Prosise - Launch 2008
  • 超酷代码: 使用 ASP.NET AJAX 进行拖放
    Jeff Prosise 将为您展示如何使用 ASP.NET AJAX 在您的 Web 应用程序中实现拖放功能。
    Jeff Prosise - January 2008
  • 超酷代码: UpdatePanel 提示和技巧
    Jeff Prosise 说明了最好什么时候使用 UpdatePanel,以及最好什么时候使用对 WebMethods 或页面方法的异步调用来代替。
    Jeff Prosise - June 2007
  • 超酷代码: 通过 ASP.NET 异步编程实现可扩展的应用程序
    ASP.NET 支持三种可确保您的线程池干净的异步编程模型。通过本文了解如何实现它们。
    Jeff Prosise - March 2007
  • Wicked Code: Running ASMX Web Services on STA Threads
    Jeff Prosise describes performance problems in an ASMX Web service that relied on legacy COM and Visual Basic 6.0 to perform key processing tasks and the approach he took to find a fix.
    Jeff Prosise - October 2006
  • Web App Follies: Keep Sites Running Smoothly By Avoiding These 10 Common ASP.NET Pitfalls
    Jeff Prosise - July 2006
  • Wicked Code: Three Cures for Common Site Map Ailments
    Data-driven site navigation is among the niftiest and most useful features in ASP. NET 2. 0. To get it working, all you do is create an XML site map file (or a SQL site map if you're using the MSDN®Magazine SqlSiteMapProvider), add a SiteMapDataSource, and bind a TreeView or Menu to the SiteMapDataSource.
    Jeff Prosise - June 2006
  • Wicked Code: The SQL Site Map Provider You've Been Waiting For
    Now that ASP.NET 2.0 is a shipping product, it seems appropriate to revisit an issue that tops the new features wish lists of many developers: a SQL Server™ site map provider.
    Jeff Prosise - February 2006
  • Web Apps: An Overview Of The New Services, Controls, And Features In ASP.NET 2.0
    ASP.NET 2.0 aims to reduce the amount of code required to accomplish common Web programming tasks by 70 percent or more. New services, controls, and features make it almost as dramatic an improvement to ASP.NET 1.x as that was to ASP Classic. Here Jeff Prosise explores the new features.
    Jeff Prosise - Visual Studio 2005 Guided Tour 2006
  • 超酷代码: ASP.NET 2.0 中的异步页面
    ASP.NET 2.0 提供了多种新的功能,从声明性数据绑定和母版页到成员资格和角色管理服务,一应俱全。但是我认为最酷的新功能则是异步页面,下面就让我来告诉您原因。
    Jeff Prosise - October 2005
  • Wicked Code: Power Programming Tips for ASP.NET 2.0
    In the February 2005 issue, I introduced five lesser-known features of ASP. NET 2. 0 that have the potential to make a significant impact on the security, performance, and robustness of your code (see Wicked Code: Five Undiscovered Features on ASP.
    Jeff Prosise - June 2005
  • Wicked Code: Five Undiscovered Features on ASP.NET 2.0
    By now, developers everywhere have had the opportunity to download the first beta of the Microsoft® . NET Framework 2. 0. ASP. NET developers who have played with it are no doubt salivating at all the cool new features.
    Jeff Prosise - February 2005
  • Wicked Code: Foiling Session Hijacking Attempts
    Let's face it: every minute of every day, someone, somewhere, is patrolling the Web looking for sites to hack. ASP. NET developers must constantly be on their guard to ensure attempted hacks can't be successful.
    Jeff Prosise - August 2004
  • The Big Story: An Overview of the New Services, Controls, and Features in ASP.NET 2.0
    ASP.NET has become a bit of a gold standard for Web programming. The upcoming version, ASP.NET 2.0 will have even more of the kinds of features that have made it the popular framework it is today. This article takes a broad look at those features, including what's new in data source controls, themes and skins, the DataGrid and its new functionality, managing roles, and other administrative tasks.
    Jeff Prosise - June 2004
  • Wicked Code: Client-side Paging for DataGrids
    Jeff Prosise - February 2004
  • Wicked Code: Supporting Database Cache Dependencies in ASP.NET
    Developers love the ASP. NET application cache. One reason they love it is that ASP. NET lets them create dependencies between items placed in the cache and files in the file system. If a file targeted by a dependency changes, ASP.
    Jeff Prosise - April 2003
  • Wicked Code: Code Your Way to ASP.NET Excellence
    Jeff Prosise - August 2002
  • ASP.NET Security: An Introductory Guide to Building and Deploying More Secure Sites with ASP.NET and IIS, Part 2
    Forms authentication is one of the most compelling and useful new features of ASP.NET. It enables developers to declaratively specify which files on their site can be accessed and by whom, and allows identification of a login page. When an unauthenticated user attempts to retrieve a page protected by forms authentication, ASP.NET automatically redirects them to the login page and asks them to identify themselves. Included here is an overview of forms authentication and what you need to know to put it to work. Also included is hard-to-find information on the security of cookie authentication and on combining forms authentication with role-based URL authorizations.
    Jeff Prosise - May 2002
  • ASP.NET Security: An Introductory Guide to Building and Deploying More Secure Sites with ASP.NET and IIS
    ASP.NET and Microsoft Internet Information Services (IIS) work together to make building secure Web sites a breeze. But to do it right, you have to know how the two interrelate and what options they provide for securing access to a Web site's resources. This article, the first in a two-part series, explains the ABCs of Web security as seen through the eyes of ASP.NET and includes a hands-on tutorial demonstrating Windows authentication and ACL authorizations. A range of security measures and authentication methods are discussed, including basic authentication, digest authentication, and role-based security.
    Jeff Prosise - April 2002
  • ASP.NET: Web Forms Let You Drag And Drop Your Way To Powerful Web Apps
    Web Forms have the potential to change Web programming by introducing a new programming model built around server-side controls-a model in which controls render their own UIs by generating HTML to return to clients and firing events that are handled by server-side scripts. Since all the action takes place on the Web server, virtually any browser can run a Web Forms app. And thanks to Visual Studio .NET, building a Web Forms app is a lot like using Visual Basic: just drop a control onto a form then write an event handler. This article describes the Web Forms programming model, how it fits with ASP.NET, and introduces DataGrid, TextBox, and other classes in the .NET Framework class library.
    Jeff Prosise - May 2001
  • Wicked Code: CityView App: Build Web Service Clients Quickly and Easily with C#
    Jeff Prosise - April 2001
  • Windows Forms: A Modern-Day Programming Model for Writing GUI Applications
    To write GUI applications for Microsoft .NET you'll use Windows Forms. Windows Forms are a new style of application built around classes in the .NET Framework class library's System.WinForms namespace. They have a programming model all their own that is cleaner, more robust, and more consistent than models based on the Win32 API or MFC, and they run in the managed environment of the .NET Common Language Runtime (CLR). This article details what Windows Forms are all about, from the programming model to Microsoft Intermediate Language and the JIT compiler. Two applications using forms, event handlers, anchors and persistence are built step by step.
    Jeff Prosise - February 2001
  • Wicked Code: Eight Lessons from the COM School of Hard Knocks
    Jeff Prosise - November 2000
  • Wicked Code: Implementing Handler Marshaling Under Windows 2000: DeviceClient Sample App
    Jeff Prosise - August 2000
  • Wicked Code: Creating Sophisticated Tabbed Views with CTabView and the TabDemo App
    Jeff Prosise - June 2000
  • Windows 2000: Asynchronous Method Calls Eliminate the Wait for COM Clients and Servers
    Windows 2000 is the first version of COM to support asynchronous method calls, which permit clients to make nonblocking calls to COM objects and objects to process incoming calls without blocking the calling threads. COM clients benefit from asynchronous method calls because they can continue working while waiting for outbound calls to return. Objects benefit because they can queue incoming calls and service them from a thread pool. Our SieveClient and SieveServer sample apps demonstrate how to create and use asynchronous clients and servers in COM-based distributed applications.
    Jeff Prosise - April 2000
  • 超酷代码: Silverlight 翻页化繁为简
    正如即将展示的那样,仅通过几行 JavaScript,就可构建一个常用框架来将翻页功能集成到 Silverlight 1.0 应用程序中。
    Jeff Prosise - May 2008
  • 超酷代码: 为 Silverlight 2 创建自定义控件
    如果您不熟悉 Windows Presentation Foundation (WPF),那么首次构建 Silverlight 自定义控件会令人生畏。该文章将介绍此构建过程。
    Jeff Prosise - 8 月 2008
  • 超酷代码: Silverlight 2 转换和剪辑区域
    利用功能强大的 Silverlight 可以非常轻松地为网站营造出图像放大效果,而需要的代码量却非常少,并且其中大部分代码都是 XAML。了解操作方法。
    Jeff Prosise - 11 月 2008
  • 超酷代码: 针对 Silverlight 开发的 3 个重要技巧
    作为 Web 平台,Silverlight 应该速度很快。不要让您的用户因忽视这些性能方面的技巧而空耗时间。
    Jeff Prosise - 3 月 2009
Page view tracker