.NET news » Search results

Search results for query ".NET Application Development" (39):

Serialization for Rapid Application Development: A Better Approach

Serialize and Deserialize your objects with ease and simplicity

Improving Application Quality Using Test-Driven Development (TDD)

What is the one activity or phase that improves the quality of your application? The answer is an easy one: Testing, and plenty of it. Traditionally, testing is a phase somewhere towards the expected end of the project - when the cost of any code or requirement changes is known to be much higher. Craig looks at how TDD can address this by adopting a more agile approach.
2007-07-02 15:53:00   Source: Improving Application Quality Using Test-Driven...   Tags: Testing

Are You Protected? Design and Deploy Secure Web Apps with ASP.NET 2.0 and IIS 6.0

Ensuring the security of a Web application is critical and requires careful planning throughout the design, development, deployment, and operation phases. It is not something that can be slapped onto an existing application. In this article, Michael Volodarsky outlines best practices that allow you to take advantage of the security features of ASP.NET 2.0 and IIS 6.0 to build and deploy more secure Web applications.

Data Application Block for Firebird SQL

Data Application Block for Firebird SQL intended to speed development of applications.
2006-03-29 11:06:00   Source: Data Application Block for Firebird SQL   Tags: Database

Using Web Standards to Simply Web Control Development

I've been an advocate of web standards for some time now and I'm frequently surprised to find new ways to simplify seemingly unrelated tasks. This article discusses how web standards can be used in ASP.NET control development to simplify some development tasks, build lighter weight and accessible controls and increase layout flexibility.
2007-03-18 21:09:00   Source: Using Web Standards to Simply Web Control Development   Tags: ASP.NET

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 3.5 Development Model   Tags: SharePoint

Graphics To Go: Make A Mobile Imaging App With The .NET Compact Framework 2.0

This article focuses on developing for Pocket PCs, a skill which can then be transferred to Smartphone application development.

ComponentOne Releases Studio Enterprise 2006 v1

ComponentOne today released ComponentOne® Studio Enterprise? 2006 v1, the world's most comprehensive component toolset for Windows, Web, and Mobile application development. The first release of this component subscription for 2006 includes over 28 products compiled natively for Visual Studio 2005 and delivers countless product enhancements focused on accelerating visual development with Microsoft Visual Studio 2005.
2006-01-26 02:00:00   Source: ComponentOne Releases Studio Enterprise 2006 v1   Tags: Components

Microsoft XNA: Ready for Prime Time?

How far can XNA take you in game development? Find out what seven experts in the game development industry have to say.
2007-10-08 21:59:23   Source: Microsoft XNA: Ready for Prime Time?   Tags: Multimedia

AJAX DataGrid

In the current sample of the project, I used the AJAX development approach to dynamically display and interact with the information presented. I decided to couple the JavaScript Grid and Web Service from my previous articles. This article shows how it's simple to use my JavaScript Grid along with AJAX on client side. Since the client and server code were done, all that I needed to do is to couple it into one application. It is pretty simple to introduce the Grid into a web application..
2007-06-01 16:09:00   Source: AJAX DataGrid   Tags: Ajax