Beginning ASP.NET 4 in C# and Vb 2024 pdf epub mobi 電子書 下載


Beginning ASP.NET 4 in C# and Vb

簡體網頁||繁體網頁

Beginning ASP.NET 4 in C# and Vb pdf epub mobi 著者簡介

Imar Spaanjaars,畢業於荷蘭Leisure Management School,主修休閑管理專業,但不久就轉入互聯網領域。

在超過12年的職業生涯中,Imar曾就職於互聯網領域的多傢網絡公司。最近,他創辦瞭自己的公司De Vier Koeden,為客戶提供使用ASP.NET 4等Microsoft開發的技術開發互聯網和內部網應用程序方麵的谘詢和開發等服務。

Imar編寫瞭多本關於ASP.NET和Macromedia Dreamweaver的書籍,包括《ASENET 3.5入門經典——涵蓋C#和VB.NET(第5版)》(由清華大學齣版社引進並齣版)。他是Wrox社區論壇的主要貢獻者之一,在那裏他與其他程序員分享自己的知識。

在2008年和2009年,鑒於Imar對ASENET社區做齣的突齣貢獻,Microsoft公司授予他“最有價值專傢”稱號。

劉偉琴,資深IT翻譯專傢,具有豐富的計算機工作經驗,多年來一直從事IT翻譯工作。承擔過Test Partner大型軟件本地化項目的翻譯工作,曾參與翻譯十多本計算機專業書籍。

張格仙,畢業於解放軍西安通信學院計算機通信工程專業。精通數據庫、ASP、ASP.NET編程,領導和參與瞭數個信息管理係統的設計與開發工作,具有豐富的網站開發經驗。


Beginning ASP.NET 4 in C# and Vb pdf epub mobi 圖書描述

This book is for anyone who wants to learn how to build rich and interactive web sites that run on the Microsoft platform. With the knowledge you gain from this book, you create a great foundation to build any type of web site, ranging from simple hobby-related web sites to sites you may be creating for commercial purposes.

Anyone new to web programming should be able to follow along because no prior background in web development is assumed although it helps if you do have a basic understanding of HTML and the web in general. The book starts at the very beginning of web development by showing you how to obtain and install Visual Web Developer. The chapters that follow gradually introduce you to new technologies, building on top of the knowledge gained in the previous chapters.

Do you have a strong preference for Visual Basic over C# or the other way around? Or do you think both languages are equally cool? Or maybe you haven’t made up your mind yet and want to learn both languages? Either way, you’ll like this book because all code examples are presented in both languages!

Even if you have some experience with prior versions of ASP.NET, you may gain a lot from this book. Although many concepts from previous versions are brought forward into ASP.NET 4, you’ll discover there’s a lot of new stuff to be found in this book, including an introduction to the ADO.NET Entity Framework, the inclusion of jQuery, ASP.NET AJAX, the many changes to the ASP.NET 4 Framework, and much more.

This book teaches you how to create a feature-rich, data-driven, and interactive web site called Planet Wrox. Although this is quite a mouthful, you’ll find that with Visual Web Developer 2010, developing such a web site isn’t as hard as it seems. You’ll see the entire process of building a web site, from installing Visual Web Developer 2010 in Chapter 1 all the way up to putting your web application on a live server in Chapter 19. The book is divided into 19 chapters, each dealing with a specific subject.

Chapter 1, “Getting Started with ASP.NET 4” shows you how to obtain and install Visual Web Developer 2010. You’ll get instructions for downloading and installing the free edition of Visual Web Developer 2010, called the Express edition. You are also introduced to HTML, the language behind every web page. The chapter closes with an overview of the customization options that Visual Web Developer gives you.

Chapter 2, “Building an ASP.NET Web Site” shows you how to create a new web site and how to add new elements like pages to it. Besides learning how to create a well-structured site, you also see how to use the numerous tools in Visual Web Developer to create HTML and ASP.NET pages.

Chapter 3, “Designing Your Web Pages.” Visual Web Developer comes with a host of tools that allow you to create well-designed and attractive web pages. In this chapter, you see how to make good use of these tools. Additionally, you learn about CSS, the language that is used to format web pages.

Chapter 4, “Working with ASP.NET Server Controls.” ASP.NET Server Controls are one of the most important concepts in ASP.NET. They allow you to create complex and feature-rich web sites with very little code. This chapter introduces you to the large number of server controls that are available, explains what they are used for, and shows you how to use them.

Chapter 5, “Programming Your ASP.NET Web Pages.” Although the built-in CSS tools and the ASP.NET Server Controls can get you a long way in creating web pages, you are likely to use a programming language to enhance your pages. This chapter serves as an introduction to programming with a strong focus on programming web pages. Best of all: all the examples you see in this chapter (and the rest of the book) are in both Visual Basic and C#, so you can choose the language you like best.

Chapter 6, “Creating Consistent Looking Web Sites.” ASP.NET helps you create consistent-looking pages through the use of master pages, which allow you to define the global look and feel of a page. Skins and themes help you to centralize the looks of controls and other visual elements in your site. You also see how to create a base page that helps to centralize programming code that you need on all pages in your site.

Chapter 7, “Navigation.” To help your visitors find their way around your site, ASP.NET comes with a number of navigation controls. These controls are used to build the navigation structure of your site. They can be connected to your site’s central site map that defines the pages in your web site. You also learn how to programmatically send users from one page to another.

Chapter 8, “User Controls.” User controls are reusable page fragments that can be used in multiple web pages. As such, they are great for repeating content such as menus, banners, and so on. In this chapter, you learn how to create and use user controls and enhance them with some programmatic intelligence.

Chapter 9, “Validating User Input.” A large part of interactivity in your site is defined by the input of your users. This chapter shows you how to accept, validate, and process user input using ASP.NET Server Controls. Additionally, you see how to send e-mail from your ASP.NET web application and how to read from text files.

Chapter 10, “ASP.NET AJAX.” Microsoft ASP.NET AJAX allows you to create good-looking, flicker-free web pages that close the gap between traditional desktop applications and web applications. In this chapter you learn how to use the built-in Ajax features to enhance the presence of your web pages, resulting in a smoother interaction with the web site.

Chapter 11, “jQuery.” jQuery is a popular, open source and cross-browser JavaScript library designed to make it easier to interact with web pages in the client’s browser. In this chapter you learn the basics of jQuery and see how to add rich visual effects and animations to your web pages.

Chapter 12, “Introducing Databases.” Understanding how to use a database is critical to building web sites, as most modern web sites require the use of a database. You’ll learn the basics of SQL, the query language that allows you to access and alter data in a database. In addition, you are introduced to the database tools found in Visual Web Developer that help you create and manage your SQL Server databases.

Chapter 13, “Displaying and Updating Data.” Building on the knowledge you gained in the previous chapter, this chapter shows you how to use the ASP.NET data-bound and data source controls to create a rich interface that enables your users to interact with the data in the database that these controls target.

Chapter 14, “LINQ and the ADO.NET Entity Framework.” LINQ is Microsoft’s solution for accessing objects, databases, XML, and more. The ADO.NET Entity Framework (EF) is Microsoft’s new technology for database access. This chapter shows you what LINQ is all about, how to use the visual EF designer built into Visual Studio, and how to write LINQ to EF queries to get data in and out of your SQL Server database.

Chapter 15, “Working with Data—Advanced Topics.” While earlier chapters focused mostly on the technical foundations of working with data, this chapter looks at the same topic from a front-end perspective. You see how to change the visual appearance of your data through the use of control styles. You also see how to interact with the data-bound controls and how to speed up your application by keeping a local copy of frequently accessed data.

Chapter 16, “Security in Your ASP.NET 4 Web Site.” Although presented quite late in the book, security is a first-class, important topic. This chapter shows you how to make use of the built-in ASP.NET features related to security. You learn about a number of application services that facilitate security. You also learn how to let users sign up for an account on your web site, how to distinguish between anonymous and logged-on users, and how to manage the users in your system.

Chapter 17, “Personalizing Web Sites.” Building on the security features introduced in Chapter 16, this chapter shows you how to create personalized web pages with content targeted at individual users. You see how to configure and use ASP.NET Profile that enables you to store personalized data for known and anonymous visitors.

Chapter 18, “Exception Handling, Debugging, and Tracing.” In order to understand, improve, and fix the code you write for your ASP.NET web pages you need good debugging tools. Visual Web Developer ships with great debugging support that enables you to diagnose the state of your application at run time, helping you find and fix problems before your users do.

Chapter 19, “Deploying Your Web Site.” By the end of the book, you should have a web site that is ready to be shown to the world. But how exactly do you do that? What are the things you need to know and understand to put your web site out in the wild? This chapter gives the answers and provides you with a good look at configuring different production systems in order to run your final web site.

Beginning ASP.NET 4 in C# and Vb 2024 pdf epub mobi 電子書 下載

Beginning ASP.NET 4 in C# and Vb pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-06-01

Beginning ASP.NET 4 in C# and Vb 2024 pdf epub mobi 電子書 下載

Beginning ASP.NET 4 in C# and Vb 2024 pdf epub mobi 電子書 下載

Beginning ASP.NET 4 in C# and Vb 2024 pdf epub mobi 電子書 下載



喜欢 Beginning ASP.NET 4 in C# and Vb 電子書 的读者还喜欢


Beginning ASP.NET 4 in C# and Vb pdf epub mobi 讀後感

評分

不象國産ASP.NET的書一樣跟你搞很多術語解釋,這本入門介紹知識點的時候是用實例代碼+工作原理講解,不全麵介紹和深入講解,隻介紹最可能用到的知識點,涉及到高級的一概略過,因此本書非常實用,容易上手,便於樹立概念,但是很可能也讓你看的一頭霧水,好像什麼都懂點但是什...

評分

不象國産ASP.NET的書一樣跟你搞很多術語解釋,這本入門介紹知識點的時候是用實例代碼+工作原理講解,不全麵介紹和深入講解,隻介紹最可能用到的知識點,涉及到高級的一概略過,因此本書非常實用,容易上手,便於樹立概念,但是很可能也讓你看的一頭霧水,好像什麼都懂點但是什...

評分

基礎很重要,文章講得很細。 萬丈高樓平地起,打牢基礎很重要。 這本書花瞭25天看完,每天看一點點。一邊看書,一邊實踐。效果還不錯!讀完瞭這本書,發現以前理解的很片麵,知其然,而不知其所以然。 真是的是要多讀書!  

評分

不象國産ASP.NET的書一樣跟你搞很多術語解釋,這本入門介紹知識點的時候是用實例代碼+工作原理講解,不全麵介紹和深入講解,隻介紹最可能用到的知識點,涉及到高級的一概略過,因此本書非常實用,容易上手,便於樹立概念,但是很可能也讓你看的一頭霧水,好像什麼都懂點但是什...

評分

不象國産ASP.NET的書一樣跟你搞很多術語解釋,這本入門介紹知識點的時候是用實例代碼+工作原理講解,不全麵介紹和深入講解,隻介紹最可能用到的知識點,涉及到高級的一概略過,因此本書非常實用,容易上手,便於樹立概念,但是很可能也讓你看的一頭霧水,好像什麼都懂點但是什...

類似圖書 點擊查看全場最低價
出版者:Wrox
作者:Imar Spaanjaars
出品人:
頁數:840
譯者:
出版時間:2010-3-19
價格:GBP 29.99
裝幀:Paperback
isbn號碼:9780470502211
叢書系列:

圖書標籤: web  .Net  計算機  編程  programming   


Beginning ASP.NET 4 in C# and Vb 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Beginning ASP.NET 4 in C# and Vb pdf epub mobi 用戶評價

評分

很基礎的書,風格和missing manual很像,每章都有很多try it out練習

評分

很基礎的書,風格和missing manual很像,每章都有很多try it out練習

評分

很基礎的書,風格和missing manual很像,每章都有很多try it out練習

評分

很基礎的書,風格和missing manual很像,每章都有很多try it out練習

評分

很基礎的書,風格和missing manual很像,每章都有很多try it out練習

Beginning ASP.NET 4 in C# and Vb 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有