Skip to main content

Murach's ASP.NET 3.5 Web Programming with C# 2008

by Anne Boehm and Joel Murach
29 chapters, 1000 pages, 455 illustrations
ISBN: 978-1-890774-48-6

If you can create Windows applications using C#, you're ready for this book.
It will get you off to a fast start with web programming, no matter whether you're coming to ASP.NET 3.5 with a background in an earlier release of ASP.NET, classic ASP, or Java servlets/JSP...or with no web background at all.
In fact, by the end of chapter 4, you'll know how to use Visual Studio 2008 to develop and test multi-page database applications for the web. No other ASP.NET book gets you started that fast.
But this book is more than a beginning book. By the time you're done, you'll have the professional skills you need to develop bullet-proof web applications for business. You'll also find that this book does double duty as the best on-the-job reference book that money can buy. No other ASP.NET book teaches you so much of what you'll use every day...or so thoroughly.



Everything you need to know to get going on web development

Look at the table of contents, and you'll see why we say that this book covers what you need to know to develop web applications at the professional level. That includes new 3.5 features like:

  • Tools that make it easier to format web pages based on cascading style sheets (CSS)
  • LINQ data sources that allow you to access data from any type of data source, not just databases
  • The ListView and DataPager controls that allow for complex data handling that you couldn't do before (one reviewer refers to them as "GridView and Repeater on steroids," if you're familiar with those 2.0 controls)
  • ASP.NET AJAX basics that show you the benefits so you're ready for indepth AJAX training
Of course, it blends those new features with the classic features that still apply to any ASP.NET application:
    State management...data validation…database handling with SQL and object data sources...using master pages, themes, and site navigation features to create user-friendly interfaces…security…login controls to authenticate users…email handling...back-button control...reusable user and custom server controls...web services...site customization using profiles and web parts...deployment...and more!

3 reasons why this is the ASP.NET 3.5 book to get first

  • To make sure that you learn ASP.NET as quickly and easily as possible, all of its features are presented in the context of complete applications. That includes the web forms, the aspx code, and the C# code. We've found that applications like these are the key to mastery of web development…but you won't find them in most competing books.
  • To save you time and effort on repetitive chores, this book shows you how to get the most from Visual Studio 2008 as you develop your applications. This IDE is one of the keys to development productivity, yet many books neglect it after the first couple of chapters or ignore it entirely.
  • If you download a free chapter, you'll see that all of the information is presented in "paired pages," with the essential syntax, guidelines, and examples on the right page and the perspective and extra explanation on the left page. This not only helps you learn faster by reading less, but is also the best reference format that you'll find anywhere. 
Download link :http://www.4shared.com/document/1Zq6BckH/Murach_ASPNET_35_Web_Programmi.htm

Comments

Popular posts from this blog

Murach's JavaScript and DOM Scripting

by Ray Harris 20 chapters, 764 pages, 337 illustrations ISBN: 978-1-890774-55-4 Today, web users expect web sites to provide advanced features, dynamic user interfaces, and fast response times. To deliver that, you need to know the JavaScript language. Beyond that, though, you need to know how to use JavaScript to script the Document Object Model (or DOM). Now, at last, you can learn both JavaScript and DOM scripting in this one great book. In fact, by the end of chapter 3, you'll be able to develop and debug significant JavaScript applications. By the end of section 2, you'll know the complete JavaScript language and some elementary DOM scripting. And by end of section 3, you will have raised your DOM scripting skills to an expert level.

Murach's Java SE 6

Murach's Java SE 6 by Joel Murach and Andrea Steelman 22 chapters, 810 pages, 351 illustrations ISBN-10: 1-890774-42-1; ISBN-13: 978-1-890774-42-4 "I love your Java book. It cuts right to the essential information, providing the perfect balance between too many details and too little information. I bought another well-known Java book, but I spent several hours trying to learn what I learned from your book in about 45 minutes." That's what one developer wrote us about the JDK 5 edition of our core Java book. Now, you can expect that same practical, time-saving approach in the current edition that covers the latest version of Java, Java SE 6. What you'll learn from the SE 6 edit...

Murach's Java Servlets and JSP (2nd Edition)

by Joel Murach and Andrea Steelman    24 chapters, 729 pages, 329 illustrations ISBN-13: 978-1-890774-44-8 Ever since we published the first edition of this book back in 2003, we've been getting feedback like this from developers: "This book is excellent, excellent, excellent! The authors have a gift for developing the topic of JSP, Servlets, and building a Java-based ecommerce site in a methodical, easy-to-understand approach." Now, I'm delighted to tell you that you'll feel the same way about this new, 2nd edition. The content has been redone from start to finish, so you'll learn the best features, tools, and techniques for developing today's web applications (see what's NEW below).But our popular approach hasn't changed: This 2nd edition still presents Java web programming ...