.NET news » Search results

Search results for query "net" (410):

Using CSLA .NET for Silverlight to Build Line-of-Business Applications

CSLA.NET for Silverlight provides Silverlight developers with a multitude of features from the full version of CSLA, including data binding, validation and business rules, authorization, abstract data persistence, consistent coding, and business logic encapsulation.
2009-01-26 18:19:18   Source: Using CSLA .NET for Silverlight to...   Tags: Silverlight

SharePoint 2007 and the Thin .NET 3.5 Development Model

Merge your SharePoint development with WCF to work around some of SharePoint 2007's problems and enable the thin .NET development model.
2009-01-05 19:44:55   Source: SharePoint 2007 and the Thin .NET...   Tags: SharePoint

Exploring Secrets of .NET Keystroke Handling

If you've ever been frustrated trying to figure out how to intercept or assign specific keystrokes to specific controls, you'll be glad you found this article.
2008-10-23 21:13:00   Source: Exploring Secrets of .NET Keystroke...   Tags: Examples

Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Enabling Bookmarking and the Browser's Back Button

Starting with ASP.NET 3.5 SP 1, the ScriptManager control in the ASP.NET AJAX Framework includes functionality for creating history points in an AJAX-enabled web page. Adding a history point creates an entry in the browser's history for a particular page state.

This article shows how to add history points using the ScriptManager control. In particular, it shows how to record history points whenever the user pages or sorts a GridView.

2008-10-07 19:00:00   Source: Building Interactive User Interfaces with Microsoft...   Tags: Ajax ASP.NET

Getting Started with the .NET Task Parallel Library

If you have a multi-core computer, chances are your first CPU does all the work while the others spend most of their time twiddling their electronic thumbs. Learn to unlock the idle power of your underused CPUs to greatly improve the performance of your applications.
2008-09-26 20:11:17   Source: Getting Started with the .NET Task...   Tags: Performance

What's New in ASP.NET 3.5?

For those of you who have been sitting on the sideline waiting for "Orcas" to ship before you take a look at the new features in ASP.NET 3.5, it's time for you to get in the game.
2008-08-04 20:20:07   Source: What's New in ASP.NET 3.5?   Tags: ASP.NET

Using the New ListView Control in ASP.NET 3.5

ASP.NET's new ListView control provides template-based layout for both display and CRUD database operations, making it an extremely way to build data-centric Web applications.

SMS Messaging Using the .NET Compact Framework

SMS messaging may have it's drawbacks, but it's benefits make it a viable solution for many of today's enteprise applications. This article uses a sample hospital application to show you how to integrate SMS messaging using the .NET Compact Framework.
2008-07-16 20:36:11   Source: SMS Messaging Using the .NET Compact...   Tags: Mobile

Mouse Events for WebBrowser control in .NET CF

Expanding .NET CF's 2.0 WebBrowser to handle mouse events.

Single Sign-on in ASP.NET and Other Platforms

Single sign-on using ASP.NET Forms authentication is not a new topic. If you Google it, you’ll find a fair amount of articles talking about it. However, it does not appear to be easy enough to get a clear picture when you try to implement it. The concepts and implementation details are often scattered around, which requires adequate efforts to put pieces together. In this article, I’ll try to summarize my understandings through literature study as well as my own practice, and hope to make it easy for you if you ever need to implement it.
2008-07-07 13:43:00   Source: Single Sign-on in ASP.NET and Other...   Tags: ASP.NET