Computer Science, asked by wilcypsam, 1 year ago

Theory (A) Long Answers
Define the term cyber law.
Explain the advantages of ASP.NET.

Theory (B) Short Answers
Explain Page Directives, Code declaration blocks and Code render block?

Program (A)
Create a web page with Submit button to take Student details like Name, address, Aadhar Card Number, gender and favourite Subject (multiple selection )

Write a program in Javascript to display odd numbers between 1 to 20 on click event of button.

plz write proper answer its urgent

Answers

Answered by aksachan6121
1
HEYA...

Answer...

◆Cyber Law :Rapidly evolving area of civil and criminal law as applicable to the use of computers, and activities performed and transactions conducted over internet and other networks.


◆Advantages of ASP.NET :
ASP.Net reduces the line of code needed to develop large and complex applications.

The ASP code and HTML smoothly combine with each other to generate dynamic web pages.

ASP.Net is an ideal server side scripting technology that is why the code runs on the windows server before displaying on the web browser.

Built-in Windows authentication and per-application configuration keeps the application safe and secured.

Dotnet Framework is language independent so the developers can choose any programming language that is best suitable to develop the application.

JIT Compilation, Early Binding, Caching Services and Native Optimization supports to get the high-level of performance.

ASP.Net is easy to deploy because of in-built configuration information.

WYSIWYG is an editor tool available in the Microsoft Visual Studio.

All the application processes are minutely monitored and managed to help application continuously available to handle any requests.

Similar questions