Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,848 members, 7,810,265 topics. Date: Saturday, 27 April 2024 at 03:39 AM

ASP.NET Tutorials For Beginners - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / ASP.NET Tutorials For Beginners (1047 Views)

How To Implement Chart In ASP.NET MVC Project Using Amchart / ASP.NET MVC [C#] Php Laravel - Training From Scratch-apply now / Meet Crux, My CRUD ASP.NET MVC 5 Movie Rental Web Application. (2) (3) (4)

(1) (Reply) (Go Down)

ASP.NET Tutorials For Beginners by Nobody: 8:13am On Jun 05, 2017
I assume already know the following


prerequisite

HTML
CSS
javascript

little knowledge of c#

MODEL
model stores data that is retrieved according to commands from the controller and displayed in the view. This is the main logic usually in c# or vb
VIEW
A view generates new output to the user based on changes in the model. This is the HTML ,XHTML layouts. you can use bootstraps ,Query etc and any material , is represented by .asp
CONTROLLER
A controller can send commands to the model to update the model's state (e.g., editing a document) . Usually in c# or vb




https://www.youtube.com/watch?v=mhYv3jJ66EY



https://www.youtube.com/watch?v=O27jl60NvQc
IDE visual studio



https://www.tutorialspoint.com/asp.net/
http://www.java2s.com/Tutorial/ASP.NET/CatalogASP.NET.htm


http://www.java2s.com/Code/ASP/CatalogASP.htm
Re: ASP.NET Tutorials For Beginners by Nobody: 8:44am On Jun 05, 2017
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>my first app</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label runat="server" id="HelloWorldLabel"></asp:Label>
</div>
</form>
</body>
</html>




in the c# add

protected void Button1_Click(object sender, EventArgs e) {

HelloWorldLabel.Text = "Hello, world!";


}
}
Re: ASP.NET Tutorials For Beginners by Nobody: 8:54am On Jun 05, 2017
I am unable so show some pictures . Try
https://www.tutorialspoint.com/asp.net/index.htm
Re: ASP.NET Tutorials For Beginners by Nobody: 8:54am On Jun 05, 2017
course guide
udemy

lynda

tutorialpoints

http://net-informations.com

youtube

Microsoft visual academy

channel 9

java2s



explore and learn !!!!
Re: ASP.NET Tutorials For Beginners by Nobody: 12:40pm On Jun 05, 2017
how to add blog to asp.net

part 1

https://www.youtube.com/watch?v=5_US-3RCeRY&list=PLVD3WwkeYT8kUL_2cMaJ9D_ji7j99TeWV


part2

https://www.youtube.com/watch?v=ltsku3BdQNs

part3

https://www.youtube.com/watch?v=aZ4xhP1xeNs

part 4

https://www.youtube.com/watch?v=WVFCKxB1OgU


part 5

https://www.youtube.com/watch?v=dDtMQph7_c4


http://www.prideparrot.com/blog/archive/2012/12/how_to_create_a_simple_blog_part1





remember u need to install sql server or management studio engine
and configure it

or

Ms access +Acess engine
or
MySQL

Or oracle database


These might take time to setup the database.


IIS 8 or the latest server.
Re: ASP.NET Tutorials For Beginners by rayyspark(m): 12:46pm On Jun 05, 2017
You are really doing well my .NET bro
Re: ASP.NET Tutorials For Beginners by Nobody: 12:55pm On Jun 05, 2017
Doc to help u learn some new stuff.... about asp.net

https://github.com/aspnet/Docs/tree/master/aspnet

https://github.com/aspnet

(1) (Reply)

Functional E_commerce Websites..... Make Million Sales Instantly / Important Qualities Of A Scrum Master / Get Custom Emails For Your Website, Domain And Blog For Just ₦50,000

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 12
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.