Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, August 28, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1966)
.NET Framework Namespaces
More Categories for Applications Applications (894)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (35795)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (108)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1003)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (136)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (251)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (333)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (141)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (340)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2219)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (243)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (126)
Silverlight
More Categories for Support WebCasts Support WebCasts (630)
Microsoft's Support WebCasts

Defend Your Apps and Critical User Info with Defensive Coding Techniques        
Total Hits: 0  |  Today: 0 Author: Kenny Kerr       Rating:  
Read Reviews | Write Review |   Your Rating: 

In today's connected world in which every application is a potential target, you must extend your defensive programming efforts to cover security. Everything you have learned about defensive programming helps you write more secure code, but this is not enough. You need to go much further to build explicit defenses into your software. In this article, I'll focus on protecting users, securing their credentials and private information, and defending servers. I will cover a wide range of common prog...

Get Seamless .NET Exception Logging From COM Clients Without Modifying Your Code        
Total Hits: 0  |  Today: 0 Author: Matt Adamson       Rating:  
Read Reviews | Write Review |   Your Rating: 

Many developers who still use ASP pages for presentation services are integrating COM and .NET objects to provide the business services of the application. Using .NET objects from ASP can help developers gain experience with the .NET Framework before migrating to ASP.NET. Their ASP pages make use of the new .NET components through COM-callable wrappers (CCW). But how do they handle exceptions? Whenever a .NET exception is thrown from .NET components to the ASP page, it's converted into an Err ob...

Simplify App Deployment with ClickOnce and Registration-Free COM        
Total Hits: 0  |  Today: 0 Author: Dave Templin       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you're using Business Objects or UserControls written in Visual Basic® 6.0 or Active Template Library (ATL), then you're using COM. Prior to the Microsoft® .NET Framework, COM was the principal component model that applications in Windows® were built upon. But deploying applications with COM components can be difficult because in order for them to work, they need to be globally registered on the machine. Unfortunately, this global registration can cause unwanted side effects over the lifecycl...

Introduction to COM Interop        
Total Hits: 0  |  Today: 0 Author: Thottam R. Sriram       Rating:  
Read Reviews | Write Review |   Your Rating: 

COM is a wonderful technology. One aspect of the common language runtime (CLR) that makes it an extremely powerful platform is that it allows seamless interactions between Microsoft® .NET applications and unmanaged COM components. However, when I searched the Web, I found few working samples demonstrating the very basic concepts of COM interop. The purpose of this column is to illustrate those basic concepts in order to provide solid working examples that can jump-start users in this technology....

COM Connection Points        
Total Hits: 0  |  Today: 0 Author: Thottam R. Sriram       Rating:  
Read Reviews | Write Review |   Your Rating: 

Atypical scenario in COM has client objects instantiating server objects and then making calls to those objects. Without a special mechanism, however, it would be very difficult for those server objects to turn around and make calls back to the client objects. COM connection points provide this special mechanism, enabling two-way communication between the server and client. Using connection points, the server can call the client when certain events happen on the server....

My Namespace Extensions with My Extensibility        
Total Hits: 0  |  Today: 0 Author: Matthew DeVore       Rating:  
Read Reviews | Write Review |   Your Rating: 

The My namespace feature was introduced in Visual Basic® 2005 to provide shortcut methods and APIs for common coding tasks. Since then, users have been able to write My namespace extensions to make it easy to access their own code libraries. My Extensibility, new in Visual Basic 2008, makes extending the My namespace even easier. With the new My Extensibility feature, My namespace extensions can be activated or deactivated through the Project Properties Designer, or when an associated reference ...

Measure Early and Often for Performance, Part 1        
Total Hits: 0  |  Today: 0 Author: Vance Morrison       Rating:  
Read Reviews | Write Review |   Your Rating: 

As a Performance Architect on the Microsoft® .NET Framework Common Language Runtime team, it is my job to help people best utilize the runtime to write high-performance applications. The truth of the matter is that there is no mystery to this, .NET or otherwise—you just have to design applications for performance from the start. Too many applications are written with almost no thought given to performance at all. Often that's not a problem because most programs do relatively little computation, ...

Building Advanced 3D Animations with Silverlight 2.0        
Total Hits: 0  |  Today: 0 Author: Declan Brennan       Rating:  
Read Reviews | Write Review |   Your Rating: 

If, by some incredible mischance, all the publicity in the past few months about SilverlightTM has passed you by, let me bring you up to date: Silverlight is a new cross-browser plug-in from Microsoft that brings the power of the Microsoft® .NET Framework to bear on an area that was previously reserved for Flash or Java Applets. Silverlight has a wealth of useful features out of the box. It supports a lean-and-mean version of the .NET Framework 3.5 that includes, among other things, XML and Exte...

Scaling Strategies for ASP.NET Applications        
Total Hits: 0  |  Today: 0 Author: Richard Campbell and Kent Alstad       Rating:  
Read Reviews | Write Review |   Your Rating: 

As ASP.NET performance advisors, we are typically brought into a project when it's already in trouble. In many cases, the call doesn't come until after the application has been put into production. What worked great for the developers isn't working well for users. The complaint: the site is too slow. Management wants to know why this wasn't discovered in testing. Development can't reproduce the problem. At least one person is saying that ASP.NET can't scale. Sound familiar?...

Voice Response Workflows with Speech Server 2007        
Total Hits: 0  |  Today: 0 Author: Michael Dunn       Rating:  
Read Reviews | Write Review |   Your Rating: 

Embedded presence, instant messaging (IM), audio and video conferencing, and telephony are among the unified communications features offered by Microsoft® Office Communications Server (OCS) 2007. Developers can build on an array of OCS APIs to include these and other features in their own applications. But OCS 2007 adds one new developer-centric feature you may not have heard about yet—interactive voice response (IVR) workflows based on the Microsoft Speech Server platform. Not sure what an IVR ...

Team Foundation Server Event Service        
Total Hits: 1  |  Today: 1 Author: Brian A. Randell       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft built Team Foundation Server (TFS) as a collection of major and minor services including version control, work item tracking, and the EventService service. I classify EventService as a minor or, better yet, supporting service. EventService exposes a set of events that, when fired, can perform actions such as sending e-mail or making a SOAP-based Web service call....

Loading Workflow Models in WF        
Total Hits: 1  |  Today: 1 Author: Matt Milner       Rating:  
Read Reviews | Write Review |   Your Rating: 

Workflows in Windows® Workflow Foundation (WF) can be modeled in several ways. Developers model a hierarchy of activities that defines the control flow and program statements to be executed in the workflow. (For more on the declarative nature of Windows WF, see "WinFX Workflow: Simplify Development with the Declarative Model of Windows Workflow Foundation," by Don Box and Dharma Shukla, at msdn2.microsoft.com/magazine/cc163661.aspx.)...


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net