Technical debates are endless in blogs and Twitter, which cover every developer community. Every language, framework, tool, and platform may inevitably have at least a few arguments at a specific time.
The following are my observations on the technical debate over the years, as well as my recent observations, especially on ASP. net web forms and ASP. net MVC.
Overall Observation on technical debate
The foll
Introduction
There are website. NET web applications built on ASP. NET 1.1 and 2.0, which run on the Windows server at the same time. The special case is in the web siteMain: There are some ASP. NET 1.1 projects built into the site:Proj1.1, Etc. And some ASP. NET 2.0 projects are added to it:Proj2.0, Etc.
Main
[Asp. Net] About IIS and Asp. Net pipelines and iisasp.net Pipelines
As an Asp. Net platform developer, it is very necessary to understand how IIS and Asp. Net are combined to execute our managed code and Asp. Net pipeline events.
This section
IIS 5.X
IIS 6
IIS 7 +
Int
ASP. NET Web API and WCF both reflect the REST software architecture style. In REST, all data is regarded as resources, so it is also a resource-oriented architecture style. All resources can be uniquely identified by Uris. By performing HTTP operations on resources (GET/HEAD, POST, PUT, and DELETE), the resource's characterization status changes, that is, Representational State Transfer, abbreviated as REST.
Since 3.5, WCF has also reflected the R
ASP. NET does not have the magic _ ASP. net mvc model verification method, _ asp. netmvc
The previous article introduced the user registration and login functions. When registering a user, you can use code to restrict the format of the user name and password. If the user does not meet the requirements, the operation cannot be completed, for example:
This function is based on the error message provided by t
ASP. NET has no magic -- ASP. net mvc Filter (Filter), mvcfilter
The previous article introduced how to use the Authorize feature to implement ASP. net mvc authorization for Controller or Action. In fact, this feature is part of the MVC function, known as Filter, which is an implementation of Aspect-oriented programming (AOP, this chapter introduces ASP from the
The first article in the first second of the new year at the beginning of the new yearArticle, 7 in the net Discovery series-an in-depth understanding of the. NET garbage collection mechanism (jiebei) and a New Year gift for all park friends!
About. net garbage collector (garbage collection), aicken is already in the ". the
Applicable
This article was previusly published under q310488 for a Microsoft Visual Basic. Net version of this article, see 310985.
This article refers to the following Microsoft. NET Framework class library namespace:
Microsoft. Data. ODBC
In this task
Summary
Download the ODBC. Net managed provider
Create the project
Connection string Sampl
Translation: mydotnet
This article Article The following namespace is referenced in the Microsoft. NET Class Library:System. Data. sqlclientSystem. Web. Security-------------------------------Task:Abstract:1. Requirements2. Use Visual C #. Net to create an ASP. NET application Program 3. Configure security settings in the web. config file4. Create a database t
IntroductionMemory management is a rather complex and interesting area of computer science. In the dozens of years of the birth of computers, the technology of memory management is progressing, which makes the system more efficient to utilize the memory of this computer as an essential resource.In general, memory management can be divided into three categories: hardware management (such as TLB), operating system management (such as Buddy System,paging,segmentation), and application management (s
Objective:
Composition. NET platform is a very important part----garbage collector (garbage Collection), let's talk about it today. Think about it without GC,. NET can also be called a platform? Although all languages are compiled into MSIL, but the operation of the resource recovery work is "separate", which not only increases the difficulty of programming, but also makes the memory management work become
Http://support2.microsoft.com/kb/310130/zh-cnThis step-through article describes how to use the ODBC. NET Managed Provider and Visual C #. NET to invoke parameterized SQL Server stored procedures.Although using an ODBC. NET provider to perform parameterized stored procedures is not very different from executing the same stored procedure using SQL or OLE DB provid
what is. NET Native? . NET native is a set of precompiled tools for compiling universal windows (UWP) apps in Visual Studio 2015, which compiles managed intermediate language binaries into local binaries, and every managed universal Windows app will benefit from this new technology. The app is automatically compiled into native code before it is installed on the user device. For more information about how i
(Note: This article is helpful if you want to use the Oracle 9i Database in vs.net)
Original Author nameOTN
Original Article SourceOracle OTNIntroductionIntroduction to ODP. net
BodyOracle data provider for. net release 9.2.0.2.102 installation and FAQsAuthor: OTN
ODP. NET offers high performance and efficient access to Oracle Data from Microsoft.
I. IIS 5.x based Process Model
A notable feature of IIS 5.x is the separation of Web Server and real ASP. NET Application. Iisworking as Web server is running in a process named inetinfo.exe. inetinfo.exe is a Native Executive, not a hosted program, but our real ASP. NET Application runs on a Worker Process called aspnet_wp. It loads CLR during initialization, so it is a managed environment. Let's take a lo
Make your own installationProgram
In vs. net, we can create a "setup and deployment projects" project to flexibly and conveniently create a. Net program as a Windows installer file. For example, we can easily customize the following options:
1. Whether to place shortcuts on the desktop.
2. register your own file type. You can double-click the file to open it with your own program.
3. Registry Proces
Learn about ASP. NET MVC5 framework secrets-IIS/ASP. NET pipelines (III), mvc5-iisASP. NET Pipeline
Taking iis6.0as an example, the worker will use aspnet_isapi.dll to load the. NET runtime in the w3wp.exe process (if the. NET Runtime is not loaded ). IIS6.0 introduces the a
Friend Interface (author-Ram Day more wonderful posts)
Three-layer _ User Login cases (author-finger bombs more wonderful posts)
jquery No Refresh comment (author-Ram Day longitudinal more wonderful posts)
jquery--Beautiful picture Detailed resolution layer (dynamic loading picture) (Author-Ram Day more wonderful posts)
June 2013
jquery--Monitor Mouse coordinate movement (author-Ram Day more wonderful posts)
DOM Operations--table Click to change color (author-Ram Day more wonderful posts)
C#ex
Use. NET to implement breakpoint continuation
The principle of continuous transmission of breakpoints
Before understanding the principle of HTTP breakpoint continuation, the HTTP protocol is a simple protocol based on TCP, which is divided into two kinds: request and reply. A request protocol is a protocol that sends a message when a client (browser) submits a request to the server (WEB server). A reply protocol is a protocol that the server (Web serv
Record the process of upgrading the. NET Core 1.x App and the. NET Standard 1.x project to version 2.0 and encountering NuGet dependencies
Today I'm going to put a long, motionless app with. NET Core 1.0.4 and the library that he relies on is written in. NET Standard 1.6 and upgraded to version 2.0
The process of upgra
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.