السلام عليكم ورحمة الله وبركاته .
دى بعض الأسئله والأجوبه حول معظم المفاهيم اللى ممكن تقابل اى واحد بيتعلم Asp.net . ان شاء الله تستفيدوا منها .
ولو فى أى إستفسار ان شاء الله هارد عليه .
ــــــــــــــــــــــــــــــــــــــــــــــ
First: ASP stands for Active Server Pages.
1- What is Asp classic ?
Microsoft's previous server side scripting technology ASP (Active Server Pages) is now often called classic ASP.
ASP 3.0 was the last version of the classic ASP
2- Is Asp.net the same Asp?
ASP.NET is the next generation ASP, but it's not an upgraded version of ASP.
ASP.NET is an entirely new technology for server-side scripting. It was written from the ground
up and is not backward compatible with classic ASP
3- What is Asp.net?
ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to be executed by an Internet server.
ASP.NET is a Microsoft Technology
ASP.NET is a program that runs inside IIS
IIS (Internet Information Services) is Microsoft's Internet server
IIS comes as a free component with Windows servers
IIS is also a part of Windows 2000 and XP Professional
4-How does Asp.net work?
When a browser requests an HTML file, the server returns the file
When a browser requests an ASP.NET file, IIS passes the request to the ASP.NET engine on the server
The ASP.NET engine reads the file, line by line, and executes the scripts in the file
Finally, the ASP.NET file is returned to the browser as plain HTML
5- What is Asp+?
ASP+ is the same as ASP.NET.
ASP+ is just an early name used by Microsoft when they developed ASP.NET.
6-what is Asp.net 2?
ASP.NET 2.0 improves upon ASP.NET by adding support for several new features
ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
بعض المعلومات عن .net frame work
ــــــــــــــــــــــــــــــــــــــــــــــــــــ
The .NET Framework is the infrastructure for the Microsoft .NET platform.
The .NET Framework is an environment for building, deploying, and running Web applications and Web Services.
Microsoft's first server technology ASP (Active Server Pages), was a powerful and flexible "programming language". But it was too code oriented. It was not an application framework and not an enterprise development tool.
The Microsoft .NET Framework was developed to solve this problem
NET Frameworks keywords:
Easier and quicker programming
Reduced amount of code
Declarative programming model
Richer server control hierarchy with events
Larger class library
Better support for development tools
أتمنى أنكم تستفيدوا بالمقدمه البسيطه دى وان شاء الله أنا فى انتظار الأسئله.
This information from (W3schools,wrox,O'Reilly)
دى بعض الأسئله والأجوبه حول معظم المفاهيم اللى ممكن تقابل اى واحد بيتعلم Asp.net . ان شاء الله تستفيدوا منها .
ولو فى أى إستفسار ان شاء الله هارد عليه .
ــــــــــــــــــــــــــــــــــــــــــــــ
First: ASP stands for Active Server Pages.
1- What is Asp classic ?
Microsoft's previous server side scripting technology ASP (Active Server Pages) is now often called classic ASP.
ASP 3.0 was the last version of the classic ASP
2- Is Asp.net the same Asp?
ASP.NET is the next generation ASP, but it's not an upgraded version of ASP.
ASP.NET is an entirely new technology for server-side scripting. It was written from the ground
up and is not backward compatible with classic ASP
3- What is Asp.net?
ASP.NET is a server side scripting technology that enables scripts (embedded in web pages) to be executed by an Internet server.
ASP.NET is a Microsoft Technology
ASP.NET is a program that runs inside IIS
IIS (Internet Information Services) is Microsoft's Internet server
IIS comes as a free component with Windows servers
IIS is also a part of Windows 2000 and XP Professional
4-How does Asp.net work?
When a browser requests an HTML file, the server returns the file
When a browser requests an ASP.NET file, IIS passes the request to the ASP.NET engine on the server
The ASP.NET engine reads the file, line by line, and executes the scripts in the file
Finally, the ASP.NET file is returned to the browser as plain HTML
5- What is Asp+?
ASP+ is the same as ASP.NET.
ASP+ is just an early name used by Microsoft when they developed ASP.NET.
6-what is Asp.net 2?
ASP.NET 2.0 improves upon ASP.NET by adding support for several new features
ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
بعض المعلومات عن .net frame work
ــــــــــــــــــــــــــــــــــــــــــــــــــــ
The .NET Framework is the infrastructure for the Microsoft .NET platform.
The .NET Framework is an environment for building, deploying, and running Web applications and Web Services.
Microsoft's first server technology ASP (Active Server Pages), was a powerful and flexible "programming language". But it was too code oriented. It was not an application framework and not an enterprise development tool.
The Microsoft .NET Framework was developed to solve this problem
NET Frameworks keywords:
Easier and quicker programming
Reduced amount of code
Declarative programming model
Richer server control hierarchy with events
Larger class library
Better support for development tools
أتمنى أنكم تستفيدوا بالمقدمه البسيطه دى وان شاء الله أنا فى انتظار الأسئله.
This information from (W3schools,wrox,O'Reilly)