Technical requirements for software development and related books and materials

Source: Internet
Author: User
Tags mssql

Technical requirements for software development and related books and materials

For web technologies, HTML, XML, and ASP. net, C #, Java, JavaScript, Ajax, WebService, CSS, website reconstruction, SQL Server, Oracle, IIS server, server security, and other related technologies cover a wide range. How can we master so many technologies? Our practical work experience tells us that we must have a deep understanding and understanding of a technology. We can start from the following aspects:

1. concepts related to technology
2. Architecture, lifecycle, and functions
3. Implementation Methods
4. Differences
5. Applicable scenarios and opportunities
6. Advantages and Disadvantages
7. performance overhead a) Write status B) read status c) Update Status
8. Security
9. Practical code

Download point of classic books:

35000 free download of This ebook (epasser)

 

Classic development materials:

C # principles and methods for developing terminal text messages
Http://dev.21tx.com/2004/05/23/10279.html

Use XML in C # -- read XML
Http://www.host01.com/article/Net/00020003/0562810415646719.htm

Use XML in C # -- compile XML
Http://www.host01.com/article/Net/00020003/056281026074499.htm

Use XML in C # To implement dom
Http://www.host01.com/article/Net/00020003/0562810415620050.htm

Master the above three articles to basically solve the C # development of XML. Haha!

C # Get the first letter of Chinese pinyin-in actual project development, the "get the first letter of Chinese pinyin" function can be used for fast query of Chinese characters and other functions. It has practical significance.
Http://dev.21tx.com/2005/03/22/10129.html

Visual C # Summary of common functions and method sets -- there are many useful functions, which are of great value for development.
Http://dev.yesky.com/msdn/407/2261407.shtml

Prevent reverse engineering of Visual Basic. Net or C # code
Http://blog.csdn.net/sscsgss/archive/2007/01/21/1489478.aspx

. Net memory recycling and dispose, close, finalize Methods
Http://www.cnblogs.com/tsoukw/archive/2006/12/08/586525.html

ASP. NET generate static html pages
Http://blog.csdn.net/yashira/archive/2006/12/27/1464460.aspx

Use C # To operate the INI File
Http://www.cnblogs.com/zhuor/archive/2005/12/06/291779.html

Export data to PDF
Http://www.pdfhome.com.cn/ArIndex.aspx

Export data from data warehouse to worddeskexcel.txt
Http://blog.csdn.net/luochengbang/archive/2007/11/20/1895162.aspx
Http://www.aspcool.com/lanmu/browse1.asp? Id = 5388 & bbsuser = ASPnet
Http://martinyang2010.bokee.com/2598999.html

Simple Server Control for one-click Export of Word and Excel files
Http://blog.joycode.com/mmkk/archive/2004/09/21/34105.aspx

ASP. net2.0 makes statistical charts easy-this is an article on how to use the owc control to draw bar charts, line charts, column charts, area charts, and other common statistical graphs.
Http://blog.csdn.net/21aspnet/archive/2007/03/27/1543320.aspx

ASP. NET viewstate
Http://www.microsoft.com/china/MSDN/library/archives/library/DNAspnet/html/asp11222001.asp

Link to some articles on Microsoft's Chinese msdn
Architecture guide for Microsoft Smart Client architecture (recommended)
Overview of http://www.microsoft.com/china/msdn/library/architecture/architecture/architecturetopic/SCArchDeGuide/cover.mspxMicrosoft Architecture
Recommended)
Http://www.microsoft.com/china/msdn/library/ubunture/distapp.mspxuse Microsoft. NET's Enterprise Solution Model
Bytes
Http://www.microsoft.com/china/msdn/library/ubunture/probinnov.mspxselect the hierarchical structure of the parameter.
Http://www.microsoft.com/china/msdn/library/ubunture/choospreslayer.mspxsoftware Overview
Recommended)
Http://www.microsoft.com/china/MSDN/library/architecture/BP1.mspx
Http://www.microsoft.com/china/msdn/library/ubunture/bp2.mspxwei's secret
Bytes
Best practices for using ADO. net
Guide to http://www.microsoft.com/china/MSDN/library/data/dataAccess/BestPractiCEs%20forUsingADO.NET.mspx.NET Data Access Architecture
Http://www.microsoft.com/china/msdn/library/archives/adonet.asp
Blocked block for. net
Bytes
ADO. Net datarow
Recommended)
Http://www.microsoft.com/china/msdn/library/data/dataaccess/datapoints.mspxthe data concurrency exception that occurs when the DataSet object is used
Bytes
Http://www.microsoft.com/china/msdn/library/data/dataaccess/nestgridhierdata.mspxuse ADO. NET and Oracle for advanced data access
Http://www.microsoft.com/china/msdn/library/data/dataaccess/advoracledataaccess.mspxanalyze ADO. Net batch Update (in-depth research on data access)
Bytes
Remoting
Http://www.microsoft.com/china/MSDN/library/enterprisedevelopment/builddistapp/ASP.NETWebServicesor.NETRemoting-HowtoChoose.mspxhttp://www.microsoft.com/china/MSDN/library/enterprisedevelopment/builddistapp/PerformanCECOMparison.NETRemotingvs.ASP.NETWebServices.mspxDuwamish 7 (. NET)
Http://www.microsoft.com/china/MSDN/library/enterprisedevelopment/builddistapp/Duwamish7 (. NET). mspxhttp: // www.microsoft.com/china/msdn/library/archives/voices/sampleapp12112000.asp.net petshop3.0 and 3.x
Http://www.microsoft.com/china/MSDN/library/enterprisedevelopment/builddistapp/Microsoft.NETPetShop3.0.mspxhttp://www.microsoft.com/china/MSDN/library/enterprisedevelopment/builddistapp/Microsoft.NETPetShop3.x-DesignPatternsandArchitectureofthe.NETPetShop.mspx

Enterprise Library)
Http://www.microsoft.com/china/MSDN/library/enterprisedevelopment/softwaredev/dnpag2entlib.mspx

SQL Server database

Go deep into the memory management mechanism of SQL Server 2000
Http://yourblog.blogbus.com/Data/20043/27914.html

MSSQL Optimization-exploring MSSQL execution plans-comments: the execution plans of MSSQL are described thoroughly and illustrated with examples. Easy to learn.
Http://www.1to2.us/MSSQL-MSSQL-a149046.htm

MSSQL Advanced Injection summary notes-Comments: describes and analyzes various MSSQL injection methods and prevention methods.
Http://www.1to2.us/Mssql-a128489.htm

Database Design 3nf principle-the core issue of relational database design is the design of relational models. This document introduces the standardization process of Database Design Based on specific examples.
Http://www-128.ibm.com/developerworks/cn/db2/library/techarticles/dm-0605jiangt/index.html

SQL Server debugging and Performance Optimization-database optimization can usually be performed by optimizing the network, hardware, operating system, database parameters, and applications. The most common optimization method is hardware upgrade. According to statistics, the performance improvement obtained by optimizing network, hardware, operating system, and database parameters only accounts for about 40% of the database system performance improvement, the remaining 60% system performance improvement comes from application optimization. Many optimization experts believe that application optimization can improve system performance by 80%.
Http://www.chinaitlab.com/www/special/sql03.asp

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.