Develop Mobile Solutions Using ASP.NET Mobile Controls

Develop Mobile Solutions Using ASP.NET Mobile ControlsIam totally impressed with the .NET Framework and the .NET integrated development environment (IDE). Using the MMIT toolkit and .NET IDE, I put together this example in less than 2 hours! Like many of you, I was a little intimidated by developing mobile solutions. I wasn’t sure what technology solution to use. I was confused because you have to know a lot of things to develop a mobile solution.
Read more

Deploying CFML on ASP.NET Using BlueDragon

Deploying CFML on ASP.NET Using BlueDragonThis document describes how to install BlueDragon.NET and run CFML applications via the Microsoft IIS web server and the .NET framework, without requiring the installation of proprietary Adobe ColdFusion server software. See section 6 for details on the technical underpinnings of how BlueDragon.NET is implemented.
This document also offers a brief overview of the .NET Framework. More importantly, it explains the many benefits of .NET deployment for CFML developers. It discusses the many forms of integration that are possible between CFML pages and native .NET components, including ASP.NET pages. Section 3 discusses these many benefits, and the details and code examples of integrating CFML and ASP.NET are detailed in a separate document, Integrating CFML with ASP.NET and the Microsoft .NET Framework.
Read more

Handling cookies in ASP .NET

Handling cookies in ASP .NETHow to create a cookie, how to get the value stored in a cookie, set the lifetime, path and domain for a cookie, edit a cookie, delete a cookie, remove subkeys Here’s a tutorial that shows you how to use cookies in ASP .NET. I’m not going to explain the role of cookies in web applications or cover any other theoretical aspect of cookies. There are many (similar) ways to handle cookies in ASP .NETshow you one of the ways, my way. Oh, and we’re going to use C#, although the code can be adapted to Visual Basic .NET easily.
Read more

ASP.NET 2.0 Just Do It!

ASP.NET 2.0  Just Do It!Most books (especially about .NET, it seems) give you lots of concepts and theories and detailed, boring analysis before they ever let you jump in and play with the stuff. Don’t expect that here, though; I turn the traditional philosophy of chapter-order sequence on its head. In this book, I start by getting your server and development environment configured and set up so that you can create your first ASP.NET page in this chapter. There’s no teacher like experience!
Read more

Working with Data in ASP.NET 2.0 - Debugging Stored Procedures

Working with Data in ASP.NET 2.0 - Debugging Stored ProceduresVisual Studio provides a rich debugging experience. With a few keystrokes or clicks of the mouse, it’s possible to use breakpoints to stop execution of a program and examine its state and control flow. Along with debugging application code, Visual Studio offers support for debugging stored procedures from within SQL Server. Just like breakpoints can be set within the code of an ASP.NET codebehind class or Business Logic Layer class, so too can they be placed within stored procedures.
Read more

← Previous PageNext Page →