Can we develop web applications using C#? And what is the difference between Asp.NET and C#?

Asked by Last Modified  

3 Answers

Learn .Net

Follow 6
Answer

Please enter your answer

MS SQL SERVER DBA Trainer

It's choice of the people can go for web application or website we cannot say that which one is better because both is having advantages and disadvantages. Check below details for webaplication and website Web Application 1. If we create any class files / functions those will be placed anywhere...
read more
It's choice of the people can go for web application or website we cannot say that which one is better because both is having advantages and disadvantages. Check below details for webaplication and website Web Application 1. If we create any class files / functions those will be placed anywhere in the applications folder structure and it is precomplied into one single DLL. 2. In web application we have chance of select only one programming language during creation of project either C# or VB.NET. 3. Whenever we create Web Application those will automatically create project files (.csproj or .vbproj). 4. We need to pre-compile the site before deployment. 5. If we want to deploy web application project we need to deploy only .aspx pages there is no need to deploy code behind files because the pre-compiled dll will contains these details. 6. If we make small change in one page we need to re-compile the entire sites. WebSite 1. If we create any class files/functions those will be placed in ASP.NET folder (App_Code folder) and it's compiled into several DLLs (assemblies) at runtime. 2. In website we can create pages in multi programming languages that means we can create one page code in C# and another page code in vb.net. 3. Web Sites won’t create any .csproj/.vbproj files in project 4. No need to recompile the site before deployment. 5. We need to deploy both .aspx file and code behind file. 6. If we make any code changes those files only will upload there is no need to re-compile entire site read less
Comments

Microsoft Azure and .Net Trainer with total 12 years of exp

C# is the language you use to do all your server side programming like interacting with a database, and consuming the .NET base class library/framework. ASP.NET is the framework where you develop the web pages, this includes all the web and html controls, the rendering to HTML etc So to create a dynamic...
read more
C# is the language you use to do all your server side programming like interacting with a database, and consuming the .NET base class library/framework. ASP.NET is the framework where you develop the web pages, this includes all the web and html controls, the rendering to HTML etc So to create a dynamic site you will need both a server side language C#/VB.NET + ASP.NET for the web pages and its related framework for authentication, state and session management etc read less
Comments

Experience Trainer for C, C++, .Net, Java, Python, Php, Networking

Web Apps will be created using ASP.net where C# will used as scripting language.
Comments

View 1 more Answers

Related Questions

How to learn English very well fluently?
My Suggestion is not to go for any spoken English Institutes. You better start reading standard English newspaper if your background is English medium and yet not started practising go for Times of India...
Rifa
Should I train in C# before going for .net WCF?
Yes , go for C# first , after that you can learn the wcf very easily . Thanks. Surya.
Rajeev J
what are the user defined functions in SQL Server
User Defined Functions play an important role in SQL Server. User Defined functions can be used to perform a complex logic, can accept parameters and return data. Many a times we have to write complex...
Mallikarjuna
What is ASP.Net?
ASP.NET: Active Server Page .NET is a unified Web development model that includes the services necessary to build enterprise-class Web applications. ASP.NET is part of the .NET Framework. It's Microsoft product.
Geeta
what is asp .net in future
No future in asp.net, only Future in MVC.Net. Thanks
Ajaz

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Export To Excel using StringBuilder in ASP.net MVC C#
public ActionResult Export() { StringBuilder sb = new StringBuilder(); //static file name, can be changes as per requirement string sFileName = "filename.xls"; //Bind...
M

Mohammad Shafi

1 0
1

Object Initializers And Collection Initializers: A Syntactic Sugar In C# 3.0
i. Introduction: Object initializers and Collection initializers are part of C# 3.0.These two concepts add a flexibility, readability, and maintainability in C#. As we are C# developers, we should know...

Difference Between View Bag And View Data In Mvc
ViewData belongs to dictionary class whereas view bag is the dynamic object. i.e., dictionary class create objects that validate data for viewdata whereas dynamic object validates data for ViewBag.Also,The...

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

.Net is not tough just it requir skill build
Hello friends which one is better java or .net ? Well you need to know both to make a right full argument. My advice would be pick any one get skilled on that and then learn second one. I believe by...

Recommended Articles

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you