Featured

How to create a Google search app design in ASP.NET C#|| using html & css || UI design #googlesearch



Published
Steps to open and complete this project :

1. Open visual studio (if any).
2. Click on create a new project.
3. Then, Choose ASP.NET web application (.NET Framework ) and Click on Next.
4. Enter the name of new project and click on create.
5. Choose Empty project template and click on Create.
After that, A new project window opened.
6. Then, Add new web form from solution explorer.
7. Add new CSS file from solution explorer.
8. Link CSS file with Web form.
9 . Then start writting code....

--Loading Animation style : https://youtu.be/1FPntwlUW_E

--Stylish Login Form : https://youtu.be/6os2bLf6Oqc

ASP.NET is designed mainly for web development to produce dynamic web pages, web applications, and web services. Developed by Microsoft, it is a free, open source server-side web development model, and is a part of the .NET framework.

It was first released in 2002 – being based on Windows programming. After that, several versions have been released:

Version 1.0 (Jan, 2002), released together with Visual Studio .NET
Version 1.1 (Apr, 2003), released together with Visual Studio .NET 2003 and Windows Server 2003
Version 2.0 (Nov, 2005), released together with Visual Studio 2005 and SQL Server 2005
Version 3.0 (Nov, 2006)
Version 3.5 (Nov, 2007), released together with Visual Studio 2008 and Windows Server 2008
Version 3.5 Service Pack 1 (Aug, 2008)
Version 4.0 (Apr, 2010)
Version 4.5 (Aug, 2012), released together with Visual Studio 2012 and Windows Server 2012
ASP.NET is implemented on CLR (Common Language Runtime), allowing programmers and developers to write ASP.NET code using any supported .NET language. More on ASP.NET here
Category
Web design
Be the first to comment