Get Started with ASP.NET
Get Started with ASP.NET
nWhat is ASP?
nServer-side scripting technology
nFiles containing HTML and
scripting code
nAccess via HTTP requests
nScripting code is interpreted on
server side
nWhat can I do with ASP?
nEasily and quickly create simple Web applications
nGenerate dynamic Web content
nClient-side scripting for
validation
nAccess COM components to extend
functionality
nDatabases
What’s Wrong with That?
nMixes layout (HTML) and logic (scripting
code)
nInterpreting ASP code leads to performance loss
nUses scripting languages that are not strongly typed
nMicrosoft JScript®
nMicrosoft Visual Basic® Scripting Edition (VBScript)
nBrowser compatibility
nNo real state management
nNo state sharing across Web farms
nState is lost when IIS fails
nUpdate files only when
server is down
ASP.NET Core Concepts
nWeb development platform
nNew programming model
0 commentaires: