ASP .net Framework Resources Page 2 of 2

Below you will find 0 categories and 50 links related to ASP .net Framework Resources.

Links:

ASP : Books

Designing Microsoft ASP.NET

Visit Designing Microsoft ASP.NET

ASP.NET, the next generation of Active Server Pages, provides a new programming model based on the Microsoft .NET Framework for writing Web applications. Learn about ASP.NET development -- with reusable code samples in languages such as Microsoft Visual Basic .NET and Microsoft Visual C# in Designing Microsoft ASP.NET Applications. This book provides and in depth look at how to create ASP.NET applications and how they work under the covers. You'll learn how to create Web forms and reusable components, and how to develop XML Web Services. You'll also learn how to create database enabled ASP.NET applications that use XML (Extensible Markup Language) and ADO.NET (a new version of Microsoft ActiveX Data Objects). Coverage in this guide includes: Creating and using Web Forms and controls; Creating ASP.NET components; Balancing server vs. client functionality; Getting and displaying data, XML and ADO.NET; Creatingand consuming XML Web services.

  • Cost: $27.99
  • Pages: 416
  • Edition: Book and CD-ROM edition
  • ISBN: 0735613486

Developing Web Applications

Visit Developing Web Applications

ASP.NET is a vast improvement over Microsoft's popular Web technology, Active Server Pages (ASP). And, when combined with C#, Microsoft's new and powerful programming language, ASP.NET provides developers with a robust framework for enterprise-level applications. In this book, Microsoft insiders Hank Meyne and Scott Davis cover every aspect of how to develop an ASP.NET application for the enterprise using C# as the programming language. After a brief overview of the .NET Framework, they walk you through the application from building the object model to implementing security to enhancing the ASP.NET Web application for optimal performance. This book covers how to: Utilize server controls including postback, data binding, RadioButton, and CompareValidator; Interact with the database using ADO.NET; Develop more advanced ASP.NET pages using cookies and form collections; Optimize an ASP.NET application using caching and performance profiling.

  • Cost: $27.99
  • Pages: 416
  • Edition: 1st edition
  • ISBN: 0471120901

Dreamweaver MX

Visit Dreamweaver MX

ASP.NET is the latest version of Microsoft's Active Server Pages (ASP), the incredibly popular server-side scripting language. ASP.NET is based on the .NET framework, and combines unrivalled developer productivity with performance and reliability. This book is all about developing ASP.NET web sites with Macromedia Dreamweaver MX, the premier visual web site design tool. It will show you how to rapidly develop ASP.NET web applications with the minimum of fuss. This book covers: The .NET Framework; Dreamweaver MX and ASP.NET; Using server behaviours; Interacting with the database; Manipulating XML and databases with ASP.NET; Learn to extend Dreamweaver MX using ASP.NET programming. This book is for web professionals looking to develop database-driven ASP.NET web applications using Macromedia Dreamweaver MX. Some knowledge of HTML and web design is assumed, but you don't need to know any ASP.NET or SQL.

  • Cost: $27.99
  • Pages: 256
  • Edition: 1st edition
  • ISBN: 1904151132

Essential ASP.NET

Visit Essential ASP.NET

Essential ASP.NET with Examples in Visual Basic .NET is the Visual Basic programmer's definitive reference for ASP.NET through version 1.1. It provides experienced programmers with the information needed to fully understand the technology, and is a clear guide to using ASP.NET to build robust and well-architected Web applications. This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in VB.NET. Among the topics explored in depth are: ASP.NET architecture; Web forms; Configuration; HTTP pipeline; Diagnostics and error handling.

  • Cost: $31.49
  • Pages: 432
  • Edition: 1st edition
  • ISBN: 0201760398

Essential ASP.NET

Visit Essential ASP.NET

Essential ASP.NET with Examples in C# is the C# programmer's definitive reference for ASP.NET through version 1.1. It provides experienced programmers with the information needed to understand the technology, and is a clear guide to using ASP.NET to build robust and well architected Web applications. This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in C#. Topics include: ASP.NET architecture; Web forms; Configuration; HTTP pipeline; Diagnostics and error handling; Validation; Data binding; Custom controls; Caching; Security.

  • Cost: $31.49
  • Pages: 432
  • Edition: 1st edition
  • ISBN: 0201760401

Inside ASP.NET

Visit Inside ASP.NET

Inside ASP.NET is a comprehensive guide to ASP.NET development using Microsoft's .NET development framework. This book presents information on the .NET framework that is of specific interest to Internet and intranet developers, and is split into the following sections: Introducing ASP.NET, Core ASP.NET, ASP.NET and Data Access, Advanced Technologies, Advanced Web Forms, and Putting It All Together. Each chapter tackles a specific area of ASP.NET development, first by giving a detailed overview, then presenting a series of code examples and walk-throughs that illustrate various applications of ASP.NET. Written for experienced software and web developers, this book presents information on the technologies and concepts introduced in Microsoft's new development platform, .NET, covering topics such as ADO.NET, XML Web Services, cache control, globalization, and mobile device development. Numerous source code examples illustrate concepts in ASP.NET.

  • Cost: $9.72
  • Pages: 700
  • Edition: 1st edition
  • ISBN: 0735711356

Instant ASP.NET Applications

Visit Instant ASP.NET Applications

Develop enterprise-class Web applications more efficiently with ASP .NET, the most advanced generation of Active Server Pages. Learn to build a vastly diverse class of applications using event-driven programming. Create a personalized experience for your visitors by taking advantage of ASP .NET's numerous features. Combine standard HTML elements, ASP .NET Web controls, and event-driven code to produce quickly generated Web pages that can be infinitely updated. Instant ASP .NET Applications will show you how to develop with this powerful, unified Web development platform. Key Topics Covered: Dynamic interactive functionality; Web services; Online stores, rotating products, shopping carts, and CRM; Useful applications like IE Online Campus and Web Logs; Data sharing through the Web; Complete Web site content management; .NET Framework-compatible server-side coding; Visitor queries and tabulated results; Powerful solutions for company intranets.

  • Cost: $34.99
  • Pages: 1008
  • Edition: Book and CD-ROM edition
  • ISBN: 0072192917

Mastering ASP.NET with VB.NET

Visit Mastering ASP.NET with VB.NET

This comprehensive guide takes experienced VB.NET programmers through all the steps of developing sophisticated interactive web applications with VB.NET's code-behind classes. It includes in-depth coverage of the new ASP.NET Framework and devotes special attention to XML integration and the creation of Web Services. The book also explores ASP.NET configuration and caching, as well as a variety of file-handling techniques. Coverage includes: Using HTML and CSS effectively; Creating code-behind classes; Making effective use of intrinsic objects; Handling files; Sending email; Writing a Windows service; Communicating with other Web Forms; Communicating with databases; Using XML namespace objects; Performing transforms with XSLT and XHTML; Creating user controls; Creating custom controls; Writing dynamic client-side code; Using DHTML appropriately; Creating Web Services; Writing applications that use Web Services.

  • Cost: $34.99
  • Pages: 960
  • Edition: Book and CD-ROM edition
  • ISBN: 0782128750

Mastering ASP.NET with Visual C#

Visit Mastering ASP.NET with Visual C#

In recent years, creating dynamic, server-side web applications has become the most vital part of web development. Now, thanks to ASP.NET and Visual C#, you can build cleaner, more powerful web applications, and you can do it more quickly than ever before. Mastering ASP.NET with C# is an essential guide to harnessing the power of the .NET Framework to develop and consume Web Services of all kinds. This book is packed with the skills you need to get started creating ASP.NET applications, including using Web Forms, connecting to databases with ADO.NET, and working with XML. Coverage Includes: Using the ASP.NET intrinsic objects; Employing the ASP.NET Server controls; Using HTML controls; Saving state data with cookies; Uploading files; Sending email; Retrieving and displaying data from databases; Building User and Composite controls; Building custom controls; Managing multiple ASP.NET configuration files; Creating Web Services, Web Forms.

  • Cost: $34.99
  • Pages: 960
  • Edition: 1st edition
  • ISBN: 0782129897

Microsoft ASP.NET Applications

Visit Microsoft ASP.NET Applications

A comprehensive reference for developing mobile Web applications with ASP.NET Mobile Controls, which ships with Visual Studio .NET 2003. This update of a popular Microsoft Press title shows programmers how to use the Microsoft .NET Framework, ASP.NET, and Microsoft Visual StudioŽ .NET 2003 to create powerful, next-generation applications that are available anywhere, on phones, Pocket PCs, and other mobile devices. With this title, programmers learn how to incorporate dynamic access to data with ADO.NET, plus how to deliver content from a single ASP.NET page to multiple client browsers on devices with limited display and input capabilities. Topics include introducing microsoft asp.net for the mobile web; programming asp.net mobile web forms; programming the standard controls; special purpose controls and validation controls; programming the list controls; using the downloadable controls; programming styles and style sheets; accessing data.

  • Cost: $41.99
  • Pages: 720
  • Edition: 2nd edition
  • ISBN: 073561914X

Microsoft ASP.NET Coding

Visit Microsoft ASP.NET Coding

Get the coding strategies developers at Microsoft use to build great ASP.NET applications-with advice and reusable code samples straight from the source. Being at the forefront of developers working with ASP.NET is exciting, but coming up with coding solutions for the infinite opportunities ASP.NET offers can be a challenge. This in-depth technical tutorial-based on the hard-won experiences of Microsoft developers who have spent years working with ASP.NET and the Microsoft .NET Framework-provides ASP.NET developers with a wealth of concrete ideas on writing better ASP.NET code, faster. Full of inside tips and solid technical insights from the developers who have worked with ASP.NET the longest, this is the ideal resource for developers who want to take their ASP.NET applications to the next level of functionality. Provides developers with a wealth of concrete ideas for writing better ASP.NET code, faster with reusable code samples.

  • Cost: $34.99
  • Pages: 500
  • Edition: paperback
  • ISBN: 073561900X

Microsoft ASP.NET Programming

Visit Microsoft ASP.NET Programming

This boxed set consists of a book and three CD-ROMs that contain a full version of the Visual Basic .NET standard software. The book, titled Microsoft ASP.NET programming with Microsoft Visual Basic .NET step by step, explains how to build web applications and services with ASP.NET and Visual Basic. Appropriate for beginning developers with at least some programming experience, it provides instructions for configuring an ASP.NET application, creating web forms, using server controls, accessing data with ADO.NET, and understanding XML-based web services. Teach yourself how to write high-performance Web applications with ASP.NET and Visual Basic .NET. guides you through the fundamental tools and technologies, including the common language runtime, Web Forms, XML Web services, and Microsoft .NET Framework. Topics include creating ASP.NET Web applications; managing application state; enabling caching; testing, debugging, and deploying ASP.NET.

  • Cost: $83.99
  • Pages: 656
  • Edition: Book and CD-ROM edition
  • ISBN: 0735618143

Microsoft ASP.NET Step by Step

Visit Microsoft ASP.NET Step by Step

This title is the ideal step-by-step introduction for developers who want to learn ASP.NET scripting technology, which offers powerful new possibilities for writing clean, reusable, scalable code for Web pages. It offers a solid, practical introduction to ASP+ and related technologies, including the common language runtime, Microsoft Visual Basic, Microsoft Visual C# .NET, and the Microsoft .NET Framework. It also provides real-world examples and code samples to help developers solve daily Web challenges. Aimed at all developers of all levels who want to program Web applications on Windows, Microsoft ASP.NET Step by Step provides a perfectly pitched introduction to the world of ASP.NET ideal for those with a little experience with the older ASP standard, but also suitable for the raw beginner. G. Andrew Duthie is the founder and Principal of Graymad Enterprises, Inc., providing training and consulting in Microsoft Web development technologies.

  • Cost: $27.99
  • Pages: 544
  • Edition: Book and CD-ROM edition
  • ISBN: 0735612870

Professional ASP.NET 1.0

Visit Professional ASP.NET 1.0

This comprehensive compendium provides a broad and thorough investigation of all aspects of programming with ASP.NET. Entirely revised and updated for the Golden Release of .NET, this book will give you the information you need to master ASP.NET and build dynamic, successful, enterprise Web applications. In this book, we: Explain what ASP.NET is, and how it makes building applications even easier; Show how easy it is to work with ASP.NET pages and server-side controls; Access data of all kinds in our ASP.NET pages, and introduce ADO.NET; Examine how XML is an integral part of data manipulation; Use Web Services to provide asynchronous background services to applications; Discuss and demonstrate the ASP.NET application framework; Show how easy it is to build and deploy custom ASP.NET controls; Combine the concepts discussed in the book into an ASP.NET application; Discuss how it is possible to migrate from ASP to ASP.NET.

  • Cost: $36.74
  • Pages: 1300
  • Edition: 2nd edition
  • ISBN: 1861007035

Programming the Web

Visit Programming the Web

Programming the Web with Visual Basic .NET is a comprehensive guide to building Web applications and services using Visual Basic .NET. It is written especially for experienced Visual Basic programmers who use Visual Studio .NET for their development work, even those who have never written a Web application before. Because the .NET Framework simply blows away the archaic tools previously available to Web programmers, the authors predict that many Visual Basic programmers who successfully avoided Web programming in the past will now bring their expertise to the Web. However, even experienced Web programmers will greatly benefit from the authors' thorough coverage of the ASP.NET namespaces and their clear coverage of the ADO.NET classes most important to Web applications that use relational databases for data storage. Developers will understand how to build and deploy top quality, professionally designed, highly usable Web applications.

  • Cost: $41.97
  • Pages: 936
  • Edition: 1st edition
  • ISBN: 1590590279

Pure ASP.NET

Visit Pure ASP.NET

Pure ASP.NET is a premium reference for Active Server Pages development in the new Microsoft .NET Framework. Like all books in the Pure Series, Pure Active Server Pages.NET is comprised of 3 parts. Part I Conceptual Reference is a fast-paced primer that covers ASP.NET fundamentals and concepts. Part II Techniques Reference is full of well-commented, commercial-quality code that illustrates practical applications of ASP.NET concepts. Examples are presented in both Visual Basic and C# to appeal to a wide variety of programmers. Part III Syntax and Object Reference contains detailed coverage of .NET Namespaces such as System.Web and System.Data that are invaluable to ASP.NET developers. An invaluable guide to ASP.NET developers. Robert Lair is a nationally known developer, technical writer, and trainer. He studied computer science and engineering at Wright State University in Dayton, Ohio, and has been working in the area of software development.

  • Cost: $31.49
  • Pages: 640
  • Edition: 1st edition
  • ISBN: 067232069X

Real-World ASP.NET

Visit Real-World ASP.NET

Introduction to content management systems (CMS); elements of a CMS system explained: the Content Management Application (CMA), the Metacontent Management Application (MMA), and the Content Display Application (CDA); types of content; benefits of CMS; commercial vs. proprietary systems; simple and complex version control; rollback support; CMS and workflow (including the Workflow Definition Application, WDA, and workflow engines); personalization basics (including types of personalization, from using cookies to push content to rule-based personalization, the law of diminishing returns, and privacy issues); building customer relationships; Web architecture explained: the presentation, application, and database layers; Web scripting languages compared; introduction to ASP.NET and the .NET Framework; using Visual Studio .NET to build a CMS (using basic control types); tutorial to ADO.NET for database programming (basic objects and database basics).

  • Cost: $34.97
  • Pages: 552
  • Edition: 1st edition
  • ISBN: 1590590244

Teach Yourself ASP.NET

Visit Teach Yourself ASP.NET

Building on an overview of the basic architecture of the .Net framework, Sams Teach Yourself ASP.NET in 24 Hours guides the reader through ASP.NET's basic structure, function and working syntax (data types, operators, functions, web forms etc). The unique approach exposes and explains both VB.Net and C#, including examples for both. Then, the programmer is walked through the creation of a live ASP.NET application. Finally, concise explanations of data manipulation, security, deployment, and yes, even profiling/optimization are introduced. Joe Martinhas been developing client-server, client and web-based applications for more than 10 years. He is currently working as a Senior Software Engineer for NetIQ Corporation. His expertise covers a broad number of Microsoft development technologies, including Visual Basic, C++, ASP, IIS, MTS, Access, and SQL Server. Brett Tomson is a partner and developer with OSIRIS interactive.

  • Cost: $20.99
  • Pages: 480
  • Edition: 1st edition
  • ISBN: 0672321262

Teach Yourself ASP.NET

Visit Teach Yourself ASP.NET

Sams Teach Yourself ASP.NET in 21 Days, Second Edition offers an approachalbe guide to the latest in Microsoft .NET technologies. The author's example-packed and accessible presentation style helped make the previous edition a success. The book walks the reader through the .NET Framework and teaches techniques needed to program Web applications efficiently. For experienced user of the previous version of ASP, this title will serve as an invaluable "upgrade" tool. After covering Web Forms and Server Controls, the author explores at database access with ADO.NET and XML. An application will be built throughout the book to illustrate techniques learned each day. XML Web Services are covered in detail due to their tight integration with ASP.NET applications. Overall this title will make ASP.NET accessible for just about anyone, with or without exposure to the older ASP standard. Chris Payne is the co-founder and CIO of Enfused Media, Inc.

  • Cost: $27.99
  • Pages: 1104
  • Edition: 2nd edition
  • ISBN: 0672324458
ASP : Jobs

.NET Interview Questions

Visit .NET Interview Questions

Going for that job interview and not quite sure what's going to be asked? More and more employers are currently asking technical questions during interview. Review the questions asked by Microsoft, Cisco, Intel and other large companies in the field. Questions and answers for.NET, Java, C++, C, Linux and Win32 programmers, IT management and system administrators. Questions on some generic knowledge of .NET Framework and ASP.NET as well as some obscure parts, only used in specialized shops.

  • Cost: Free
ASP : Online Articles

.NET Framework Overview

Visit .NET Framework Overview

While .NET may not be the best solution for everyone (you may prefer to run a Java and Unix solution), it's definitely not vaporware; it's here to stay. But how far will it go? In a worst-case scenario, it will never make it beyond the realm of Windows. The best-case scenario: We'll finally have a viable development platform alternative to JVM. This article explores the pros using Microsoft's .NET platform such as a rich set of libraries and multiple language support, and cons such as not being cross platform and no standardization.

  • Cost: Free

ASP.NET Server Control Licensing

Visit ASP.NET Server Control Licensing

Learn about the licensing requirements for ASP.NET server controls and ASP.NET control licensing implementation that can be used with versions 1.0 and 1.1 of the .NET Framework. The implementation can be extended to create custom server-side licensing schemes. The Microsoft .NET framework has a built-in, extensible licensing architecture that supports design-time and run-time licensing for all managed components including business objects, Windows Form Controls, and ASP.NET server controls. The PDF document requires Adobe Acrobat reader.

  • Cost: Free
ASP : Scripts and Programs : Development Tools

ArchCommerce ASP.NET eCommerce Framework

Visit ArchCommerce ASP.NET eCommerce Framework

ArchCommerce ASP.NET eCommerce Framework is a scalable business-to-consumer (B2C) software that supports unlimited product catalogs and multi-languages. It has easy to use backoffice tools that allow you to manage your catalogs and orders anytime and anywhere in the world. Its code base is 100 percent written in C sharp and it uses the latest server-based Microsoft technology-ASP.NET. ASP.NET is the next generation version of classic ASP and is considered to be more robust, secured, and easiest to deploy. Includes a FREE component.

  • Cost: $115.00
  • Version: 1.0
  • Platforms: Windows
ASP : Scripts and Programs : File Manipultation

AWS FilePicker

Visit AWS FilePicker

AWS FilePicker is a free ASP.Net web control that lets users navigate through a folder on the server and select a file. The user can also upload files to the folder, create subfolders, and copy/move/delete files and folders. Includes Picture preview mode. In many ways, FilePicker emulates the "Open File" dialog in Windows applications. This new version has an attractive new interface and lots of useful features: pictures preview, bulk file upload, multilingual interface and more. This free control includes source code.

  • Cost: Free
  • Version: 2.0
  • Platforms: Windows NT/2000/XP/2003
ASP : Scripts and Programs : Miscellaneous

EaseSoft ASP.NET And .NET Controls

Visit EaseSoft ASP.NET And .NET Controls

EaseSoft Linear Barcode Windows Form Controls support most barcode symbologies. EaseSoft.NET Barcode Windows Form Controls is full design-time and run-time support. It can save Barcode to any kind of Bitmap Image which .Net Framework supports in the resolution you set. EaseSoft Linear Barcode Windows Form Controls support most barcode symbologies including Code 39, Extended Code 39, Code 128, UCC/EAN-128, Industrial 2 of 5 Planet, Interleaved 2 of 5, Codabar, UPC A, UPC E, EAN 13, EAN 8, BOOKLAND, MSI, Code 11, Code 93.

  • Cost: $49.00
  • Version: 2.0.0
  • Platforms: Windows