Download 117+ PLR Products for Free
 

free ebook downloads
Subscribe by Email

Archive for the 'ASP' Category

arty, April 24, 2008 2 Comments

VTC - Microsoft ASP.NETMicrosoft ASP.NET has taken many of the best active server technologies and combined them into one powerful set of coding instructions which allow interaction between the user and the server. Today's companies and their customers rely on a back-and-forth flow of data that can be specific and more importantly, updated based on individual requests for information. Why is this important? A customer shopping at an e-store can have specific pages generated and delivered based on their shopping habits. As they continue to shop or change their habits, the information can be updated, or even updated at their request. In this seven hour tutorial, Certified Instructor Mark Long will introduce and then expand on Microsoft's ASP.NET.

  • What is ASP.NET?
  • Course Overview
  • History of ASP
  • What's Different About ASP.NET?
  • A Simple ASP.NET Page
  • .NET Framework
  • Internet Information Server
  • Visual Studio.NET
  • Web Forms
  • Controls
  • User Controls
  • Tracing
  • Managing State
  • Optimizing ASP.NET Apps
  • Configuration
  • ASP.NET Security Basics
  • Web Services
  • Deployment

(more…)

tech-geek, April 19, 2008

Since the emergence of Google Maps 12 months ago, Ajax programming techniques have become one of the hottest topics in the programming arena. To date, the frameworks available for creating these applications have been complex and have separated the development of the client–side Ajax (on the user’s machine) from the server–side supporting technology (on the company’s machines). This separation has made development slow and difficult.

ASP.NET AJAX is Microsoft’s solution to this problem. ASP.NET AJAX (formerly code–named Atlas) is a set of extensions to the existing ASP.NET 2.0 technology that provides you with a fast-and-simple environment to create Ajax applications. Microsoft has combined Ajax with ASP.NET technology and provided a unified set of development tools within Visual Studio 2005. For the first time, Ajax applications can be developed seamlessly in conjunction with a supporting technology.

Foundations of ASP.NET AJAX (written by Laurence Moroney the author of Apress successful Foundations of Atlas) gives you a detailed grounding in how ASP.NET AJAX works. It takes you swiftly through the basic principles of Ajax, then deep into the heart of the technology, where every namespace is discussed and every function considered. By the end of the book, you’ll know all the essentials to confidently produce cutting-edge ASP.NET AJAX applications swiftly and professionally. You will not need any reference beyond this book.

(more…)

cover

This book is aimed at intermediate or experienced programmers who have started on their journey toward ASP.NET development and who are already familiar with XML. While I do introduce the reader to many new ASP.NET 2.0 concepts in Chapter 2, this book is not intended as a first port of call for the developer looking at ASP.NET, since there are already many books and articles covering this area. Instead, I cut straight to the heart of using XML within ASP.NET Web applications. To get the most out of the book, you will have some basic knowledge of C#. All the code examples will be explained in C#.

In a similar vein, there are many books and articles that cover the XML technologies that you will need to use this book. I assume a general knowledge of XML, namespaces, and XSLT, and a basic understanding of XML schemas.

This book explores the array of XML features and how they can be used in ASP.NET for developing Web applications. XML is everywhere in the .NET Framework, from serialization to Web services, and from data access to configuration. In the first part of this book, you’ll find in-depth coverage of the key classes that implement XML in the .NET platform. Readers and writers, validation, schemas, and XML DOM are discussed with ASP.NET samples and reference information. Next the book moves on to XPath and XSL Transformations (XSLT), XML support in ADO.NET and the use of XML for data display.

(more…)

3 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 53 votes, average: 5 out of 5
  in .NET, ASP, IT eBooks, XML

Beginning Web Development, Silverlight, and ASP.NET AJAXBeginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional aims to give you the skills you need to start building web applications with Microsoft’s next–generation technology as quickly as possible. Whether you’re interested in ASP.NET AJAX, Silverlight, or the technologies that support them (WPF, WCF, WF, etc.), this book is the starting point that you need.

It adopts a “zero to hero” approach that concentrates on achieving practical results you can use in real projects rather than presenting a deep academic treatment that can’t be immediately applied.

The aim is to give you, the reader, the knowledge you need to achieve the results you want with the minimum of fuss. When you’ve read this book, you’ll have a solid understand of all the techniques that are available, when to use them, and their relative strengths and weaknesses.

(more…)

Crimson, March 19, 2008

ASP.NET 3.5 For Dummies ASP.NET 3.5 For Dummies is an all new version of the popular title that makes it easy for beginners to create dynamic, data-driven Web applications on the Microsoft platform. Wherever possible the book minimizes the amount of code you write by harnessing powerful design-time tools built into Visual Web Developer 2008 and its free version, Visual Web Developer 2008 Express. Where coding is required, the author walks you through the details using familiar concepts from everyday life. The book includes many examples of "geekspeak" terminology so you'll feel comfortable in a conversation with professional ASP.NET programmers.

ASP.NET developers will benefit as well because the book integrates the new features of ASP.NET 3.5 into the text and sample code. These include LINQ queries, ASP.NET AJAX, extension methods, Silverlight, and the new ListView control.

Using realistic examples in VB, you learn to create pages that incorporate the major ASP.NET controls and features.

(more…)

2 votes, average: 3.5 out of 52 votes, average: 3.5 out of 52 votes, average: 3.5 out of 52 votes, average: 3.5 out of 52 votes, average: 3.5 out of 5
  in ASP, IT eBooks

Building A Web 2.0.Portal With ASP NET 3.5 - O’ReillyIf you think you're well versed in ASP.NET, think again. This exceptional guide gives you a master class in site building with ASP.NET 3.5 and other cutting-edge Microsoft technologies. You learn how to develop rock-solid web portal applications that can withstand millions of hits every day while surviving scalability and security pressures — not just for mass-consumer homepages, but also for dashboards that deliver powerful content aggregation for enterprises. Written by Omar AL Zabir, co-founder and CTO of Pageflakes, Building a Web 2.0 Portal with ASP.NET 3.5 demonstrates how to develop portals similar to My Yahoo!, iGoogle, and Pageflakes using ASP.NET 3.5, ASP.NET AJAX, Windows Workflow Foundation, LINQ and .NET 3.5. Through the course of the book, AL Zabir builds an open source Ajax-enabled portal prototype (available online at "www.dropthings.com"), and walks you though the design and architectural challenges, advanced Ajax concepts, performance optimization techniques, and server-side scalability problems involved. You learn how to: Implement a highly decoupled architecture following the popular n-tier, widget-based application model Provide drag-and-drop functionality, and use ASP.NET 3.5 to build the server-side part of the web layer Use LINQ to build the data access layer, and Windows Workflow Foundation to build the business layer as a collection of workflows Build client-side widgets using JavaScript for faster performance and better caching Get maximum performance out of the ASP.NET AJAX Framework for faster, more dynamic, and scalable sites Build a custom web service call handler to overcome shortcomings in ASP.NET AJAX 1.0 for asynchronous, transactional, cache-friendlyweb services Overcome JavaScript performance problems, and help the user interface load faster and be more responsive Solve scalability and security problems as your site grows from hundreds to millions of users Deploy and run a high-volume production site while solving software, hardware, hosting, and Internet infrastructure problems Building a Web 2.0 Portal with ASP.NET 3.5 also presents real-world ASP.NET challenges that the author has solved in building educational and enterprise portals, plus thirteen production disasters common to web applications serving millions of users. If you're ready to build state-of-the art, high-volume web applications, this book has exactly what you need.

(more…)

Professional IIS 7 and ASP.NET Integrated ProgrammingThe deep integration of IIS 7 and ASP.NET provides both IIS 7 administrators and ASP.NET developers with new and exciting programming tools, techniques, and approaches that were not possible with earlier versions of IIS. With this book, Dr. Shahram Khosravi presents you with the only resource to focus exclusively on the key features of this exciting integration.

Packed with detailed code walkthroughs and in-depth analyses of numerous real-world examples—all written and tested with Windows Vista, Windows Server 2008, ASP.NET 2.0, and ASP.NET 3.5 (Visual Studio 2008)—this book provides in-depth coverage of all the major systems that make up the IIS 7 and ASP.NET integrated infrastructure to help you gain the skills, knowledge, and experience you need to use them in your own applications and extend them to meet the requirements of your application.

(more…)

  Learn how to build impressive ASP.NET 2.0 Websites in both C# and VB from scratch.

Using a practical step-by-step approach, the authors introduce the ASP.NET framework, teach you about database design, and walk you through obtaining, installing and configuring all the freely available software you need to use ASP.NET 2.0. They then show you how to build several real world Web-based applications that you can put to use instantly in your projects.

Readers will learn how to:

  • Develop a fully functional Corporate Intranet with a dynamic navigation menu
  • Create an email newsletter system using ASP.NET 2.0
  • Build web forms using web controls, validation controls, and rich controls
  • Program in both C# and VB
  • Handle unforseen errors gracefully using a range of error handling techniques
  • Secure applications using form authentication
  • Use code-behind to streamline code.

    This book doesn't force you to choose an ASP.NET language in advance - all code examples are presented in both C# (pronounced see-sharp) and VB. You can choose which one you want to use, and follow-it throughout the book. Best of all, this book doesn't assume any prior programming knowledge!

  • (more…)

    Microsoft Silverlight allows you to create rich multimedia interfaces with the power and flexibility of Flash, but with the extensibility and the great tools that .NET offers. With Silverlight and ASP.NET Revealed, you’ll learn to use Microsoft’s Silverlight technology in conjunction with ASP.NET and Visual Studio 2008 (codename Orcas). You will ultimately incorporate Silverlight into an ASP.NET web site and use the ASP.NET controls that render Silverlight content. But you’ll also get the basics of Silverlight, too, making this book a must-read for any web developer curious about Silverlight.

    Silverlight and ASP.NET Revealed assumes a deep knowledge of ASP.NET, but no knowledge of Silverlight.

    (more…)

    1 vote, average: 2 out of 51 vote, average: 2 out of 51 vote, average: 2 out of 51 vote, average: 2 out of 51 vote, average: 2 out of 5
      in ASP, Silverlight

    Programming ASP.NET AJAX: Build rich, Web 2.0-style UI with ASP.NET AJAX

    Delivering rich, Web 2.0-style experiences has never been easier. This book gives you a complete hands-on introduction to Microsoft ASP.NET AJAX 1.0, the new framework that offers many of the same benefits for Ajax development that ASP.NET provides for server-side development. With Programming ASP.NET AJAX, you'll learn how to create professional, dynamic web pages with Ajax in no time.

    Loaded with code and examples that demonstrate key aspects of the framework, this book is ideal not only for ASP.NET developers who want to take their applications a step further with Ajax, but for any web developers interested in ASP.NET AJAX, no matter what technology they use currently. That includes JavaScript programmers who would like to avoid the headaches of writing cross-browser code. (more…)

    Feedback Form