-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProNet.html
More file actions
125 lines (112 loc) · 6.53 KB
/
ProNet.html
File metadata and controls
125 lines (112 loc) · 6.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
<Title>ABC Learning Centre</Title>
<head>
<script src="https://kit.fontawesome.com/245b1dabe8.js" crossorigin="anonymous"></script>
<link rel="scrpiptsheet" href="script.js">
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<Section class="header">
<div class="row">
<img class="mainlogo" src="main logo.png" alt="">
<h1 class="centre">ABC Learning Centre</h1>
<h1 style="text-align: right;" class="call"><a href="Contact Us.html">Contact Now</a></h1>
<img class="callnow" src="call now logo.png" alt="">
</div>
<br><br>
<div class="topnav">
<nav>
<menu>
<menuitem><a href="Home.html">Home</a></menuitem>
<menuitem id="demo1">
<a>Courses</a>
<menu>
<menuitem><a href="Projava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="ProNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem id="demo1">
<a>Courses Shedule</a>
<menu>
<menuitem><a href="SheduleJava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="SheduleNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem><a href="About Us.html">About Us</a></menuitem>
<menuitem><a href="Contact Us.html">Contact Us</a></menuitem>
<menuitem><a href="Sitemap.html">Sitemap</a></menuitem>
<menuitem><a href="Privacy Policy.html">Privacy Policy</a></menuitem>
<menuitem><a href="reggister.html">Register</a></menuitem>
</menu>
</nav>
</div>
</Section>
<div class="row">
<h1 class="welpro"><center> Welcome To Programming </center></h1>
</div>
<div class="row">
<div class="column02">
<h2 class="pjava" style="color: white;"> <center><strong> Programming Of .NET </strong></center></h2>
<br>
<P class="pronet"><center>his Introduction to .NET Programming training course provides hands-on experience creating software for Microsoft's .NET (Windows platform) using the Visual Studio development environment. Starting with the most fundamental elements of computer programming, the training evolves to leverage development techniques sufficient to produce a complete web application including the user interface, business logic and data access layers. You learn how to write code using Visual Basic (VB) and C#; create ASP.NET Web applications and process Web forms and build SQL Server databases and access them using ADO.NET.
Participants have the choice of using either C# (C Sharp) or VB (Visual Basic) – the Microsoft .NET core languages. Techniques presented include design, code generation, testing and debugging including use of the ASP.NET (Active Server Pages) the SQL Server database.</center></P>
<br>
<h2><center> Programme Overview </center></h2>
<P class="proover"><Center>This .NET certification online course is a comprehensive introduction to the .NET space and .NET coding using C#. This course lays the foundation for the major aspects of .NET development, including the Visual Studio Environment, data connections, the C# language, and WinForms and WebForms projects.</Center></P>
<div class="row">
<a href="reggister.html"><div class="btn02">Apply Now </div></a>
</div>
</div>
<div class="column02">
<h1 class="criout"><center>Curriculum Outline</center></h1>
<br>
<div>
<table style="font-size: 20px; right: 0px; position: relative; width: 80%;">
<tr>
<td>1.Learn By Doing Code Live with Mentor.</td>
</tr>
<tr>
<td>2.Learn .NET and .NET Core.</td>
</tr>
<tr>
<td>3.Learn Programming using C#.</td>
</tr>
<tr>
<td>4. Advanced C# Concepts.</td>
</tr>
<tr>
<td>5. Design Database Using SQL Server.</td>
</tr>
<tr>
<td>6.Learn from Microsoft Certified Trainer and MVP.</td>
</tr>
<tr>
<td>8.Build real-world Projects.</td>
</tr>
<tr>
<td>10.Access to Learning Platform for 1Yr.</td>
</tr>
</table>
<br>
<img src="https___d3f1iyfxxz8i1e.cloudfront.net_courses_course_image_1399956b4708.avif" alt="">
</div>
</div>
</div>
<br> <br><br> <br><br> <br><br> <br><br> <br><br><br> <br>
<br><br> <br><br><br><br>
<footer>
<div class="footer">
<a href="www.Facebook.com"><img src="facebook.png" alt="" class="fb" height="40px" width="40px"></a>
<a href="www.Telegram.com"><img src="Telegram-i-removebg-preview.png" alt="" class="tele" height="40px" width="60px"></a>
<a href="www.Twitter.com"><img src="twitter_logo-removebg-preview.png" alt="" class="twit" height="40px" width="45px"></a>
<a href="www.whatsapp.com"><img src="whatsapp 01.jpg" alt="" class="wp" height="40px" width="40px"></a>
<br>
<p>Copyright 2020 © ABC. All Rights Reserved. Concept designed and developed by Jisc</p>
</div>
</footer>
</body>
</html>