[ASP. NET] 10 tips for writing High-Performance Web Applications

Reference http://msdn.microsoft.com/msdnmag/issues/05/01/ASPNETPerformance/ To become an excellent ASP. NET developer, remember these 101. Return multiple resultsetsYou can return multiple query results when accessing the database at a time.2.

Several resources of ASP. NET 2.0 membership and Single Sign on

Some information about ASP. NET 2.0 membership and single sign-on is collected. ArticleAll are in English. ASP. NET 2.0: Implementing Single Sign On (SSO) with membership API (* Open in new window)It is relatively simple to write, but provides

Fix ASP. NET Security Vulnerability

Just a few moments ago we posted new information and guidance related to the reported ASP. NET security vulnerability. This includes des several pieces. 1) We updatedHttp://www.microsoft.com/security/incident/aspnet.mspxWith new information about

ASP. NET forums2 localization work record 0831

ASP. NET forums2 localization work record 0831By venjiang Contents 1. add a page Jump (venjiang) √ 2 2. modify the explanation of Chinese pagination (venjiang) √ 4 3. fixed the issue where the Unlogged user logs on when browsing the posts. The

[Urgent help] How can I use a program to implement external submission? For File Upload programs implemented using asp... Intranet Program

[Problem description] A good friend's company wants him to handle such a business: He constantly uploads files to the server through an asp program on the Intranet (only the server address is known, but the database storage address and type are

ASP. net ajax 1.0 official version released

1. ASP. net ajax 1.0 official version is coming soon. The changes between the released version and RC are as follows: L performance and scalability improvements in shared host scenarios L The ScriptManager and ScriptResource processors are patched

ASP. Net cache summary and analysis

1. Page Cache To implement the page output cache, you only need to add an OutputCache command to the page. CacheProfile Defines the name of the cache settings associated with this page. Is an optional attribute. The default value is null (""). Note

"Print on demand" in asp.net (print the part you want to print) implementation code

The process is simple: First, set the start printing and end printing mark on the asp.net page. To ensure that the mark is not displayed when the web page is browsed, we use ". For example: and . Next, write the relevant JavaScript code. For the

Implementation idea and code of ASP pagination without Components

Under MVC: Background code: Copy codeThe Code is as follows: public ActionResult sys (string page) { If (page = null) { String SQL = "select top 15 * from dingdinfo ORDER BY dingdh desc "; ViewData ["ds"] = dr. resultSet (SQL, "dingdinfo "); } If (

Do not always think that asp.net mvc is better than asp.net web form-the web form page can also be small

I recently saw a misunderstanding of asp.net web form on the Internet. There are also a lot of discussions, So Microsoft ScottGu can also clarify. Asp.net mvc and web form are two parallel development modes. Many people criticize the web form a lot.

ASP. NET Eval data binding method

Suppose you have understood the Data Binding Mechanism of ASP. NET Eval 1.1 (especially the local variable Container). Here we mainly analyze the improvements made by ASP. NET Eval 2.0 data binding. The data binding function Eval () of ASP. NET Eval

Replace the case-insensitive method in ASP

Let's take a look at the detailed parameters of Replace. DescriptionReturn string, where a specified number of substrings is replaced with another substring.SyntaxReplace (expression, find, replacewith [, compare [, count [, start]) The syntax of

Asp Split functions using multiple delimiters

First, I know the role of the Split function is to Split a string into a String Array Based on the specified delimiter. This Split is defined in ASP as dim Split (byval source as string, byval str as string) as string ()Source is the source string,

ASP. NET 2.0 Server Control Processing back data

For customServerControl Implementation events are a complicated process. Developers not only need to capture the return event according to the method described in the previous article, but also sometimes need to participate in the return data

Application objects and page lifecycle of Asp.net

After receiving a new http request, IIS will eventually call asp.net _ isapi. dll ISAPI extension (especially in the IIS6.0 environment, the iis7.0 application pool defaults to the integration mode, which is relatively changed), and then passed to

ASP. Net Chinese and English compound search text box Implementation ideas and code

Some time ago, to write a user department management page, you need to implement the English-Chinese search function for the user data obtained in the background. At the same time, after selecting an option, You Need To trigger the event to

The File control of the asp.net html control implements Multi-File Upload instance sharing.

Asp.net: When uploading multiple files, use the File control of the html control to add [enctype = "multipart/form-data"] to form "]. Up3.aspx File Code Copy codeThe Code is as follows: BorderWidth = "1px" Height = "20px" Width = "60

How to import data rules from Excel tables to databases under ASP. NET

Today, I received a new requirement to display the data in the Excel sheet on the page. In my personal analysis, I first need to save the data in Excel to the database, and then display it on the page. I am a newbie, and I have never read Excel data

Asp reads post data sent by Form

The most important thing to learn about ASP is to master the six built-in ASP objects. In fact, we have learned about the Response object and the Write method, Redirect method, and Expires attributes that are most commonly used in the Response

Introduction to ASP. net mvc Web API HttpClient

1. Brief Introduction to HttpClientI vaguely remember that at that time, I used WebClient and HttpWebRequest to send a request. Now ASP. NET MVC4 comes with a class HttpClient, which is used to receive HttpResponseMessage and send

Total Pages: 1800 1 .... 592 593 594 595 596 .... 1800 Go to: GO

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.