Enterprise Web Applications Using .Net

Online Undergraduate Certificate in Enterprise Web Applications Using .Net

Save @ AMU

$0 Application Fee
$0 Transfer Credit Evaluation
$0 Textbooks & eBooks

72%Have Graduated with No APUS-incurred Student Loan Debt2

About This Program

The undergraduate certificate in enterprise web applications using .NET from American Military University (AMU) enables you to learn .NET development principles and practices necessary to design, develop, test, implement, and manage web applications for real-world enterprises using the .NET framework.

With AMU’s online program, you will:

  • Learn object-oriented programming (OOP), Microsoft Visual Basic®, Microsoft ASP®, and Microsoft C#® for website and application development
  • Gain useful knowledge for organizations that use legacy systems, such as the medical industry

Microsoft Visual Basic® is a registered trademark of Microsoft Corp.
Microsoft ASP® is a registered trademark of Microsoft Corp.
Microsoft C#® is a registered trademark of Microsoft Corp. 

This certificate program is regularly updated through consultation with industry advisory councils.

What You Will Do

  1. Understand the impact of the .NET framework on information technology management, security, and global economies with regard to business ecommerce solutions on the web
  2. Learn object-oriented programming (OOP) principles and concepts, and how to apply OOP principles in Visual Basic, ASP, and C#
  3. Study the framework class libraries (FCL) hierarchy and use its objects and properties to develop web applications
  4. Become familiar with the architecture, lifecycle, management issues, and process for developing Visual Basic, ASP, and C# web applications

Program at a Glance

Number of Credits
18
Cost Per Credit
$350 | $250*
$315**
Courses Start Monthly
Online
  • Want to Learn More?

    Contact student support if you're a current student and need assistance.

    Step One: Introduce Yourself
    Validation message here
    Validation message here
    Validation message here
    Validation message here
    Validation message here
    Validation message here

Program Requirements Printable Catalog Version

Must take all courses for this section.

Course ID: 4449

|
This course introduces students to writing computer programs. The class presents the principles of structured programming using the Python® language, one of the most increasingly preferred languages for programming today. Because of its ease of use, it is ideal as a first programming language and runs on both the PC and Macintosh platforms. The course is designed for people without previous programming experience who do not necessarily plan on becoming professional programmers. However, the knowledge gained in the class can be applied later to other languages such as C and Java®. Participants learn to solve problems logically by breaking them into smaller pieces, which can then be solved. The course uses standard Python to afford a more interactive experience. Topics include: introduction to computing - how does a computer work?; input and output - getting information to and from the user; variables and expressions - performing arithmetic; data statements - reading information from inside the program; text files - reading information from other files; arrays - groups of variables; debugging - finding errors in your program; graphics; and formatting - changing how things look on the screen. Python® is a registered trademark of the Python Software Foundation. JavaScript® is a registered trademark of Oracle America, Inc.
Registration Dates Course Dates Session Weeks
10/30/23 - 03/29/24 04/01/24 - 05/26/24 Spring 2024 Session B 8 Week session
11/27/23 - 05/03/24 05/06/24 - 06/30/24 Spring 2024 Session I 8 Week session
12/25/23 - 05/31/24 06/03/24 - 07/28/24 Spring 2024 Session D 8 Week session
01/29/24 - 06/28/24 07/01/24 - 08/25/24 Summer 2024 Session B 8 Week session
02/26/24 - 08/02/24 08/05/24 - 09/29/24 Summer 2024 Session I 8 Week session
03/25/24 - 08/30/24 09/02/24 - 10/27/24 Summer 2024 Session D 8 Week session

Course ID: 4585

|
This course introduces the scripting languages necessary in custom programming for server administration and security purposes. Introductory level programming will be covered using scripting languages such as JavaScript®, VBScript®, Windows Shell Script, Python® and SQL. Previous programming experience is recommended. You must have access to a Windows®-based system to successfully complete the assignments in the course. JavaScript® is a registered trademark of Oracle America, Inc. VBScript® is a registered trademark of Microsoft Corporation. Python® is a registered trademark of the Python Software Foundation. Windows® is registered trademark of Microsoft Corporation.
Registration Dates Course Dates Session Weeks
10/30/23 - 03/29/24 04/01/24 - 05/26/24 Spring 2024 Session B 8 Week session
11/27/23 - 05/03/24 05/06/24 - 06/30/24 Spring 2024 Session I 8 Week session
12/25/23 - 05/31/24 06/03/24 - 07/28/24 Spring 2024 Session D 8 Week session
01/29/24 - 06/28/24 07/01/24 - 08/25/24 Summer 2024 Session B 8 Week session
02/26/24 - 08/02/24 08/05/24 - 09/29/24 Summer 2024 Session I 8 Week session
03/25/24 - 08/30/24 09/02/24 - 10/27/24 Summer 2024 Session D 8 Week session

Course ID: 5333

|
This course studies the .NET framework. Students will examine the differences between Visual Basic for Applications (VBA) and VB.NET. Students will examine Common Language Runtime (CLR), Microsoft Intermediate Language (MSIL), NET Framework Class Library, and Visual Basic.NET (VB.NET). The course will create classes, properties, methods, constructor methods, sub-procedures, and function-procedures. Students will handle events, explore datatypes, build Windows forms, add and interact with controls, specify events, develop event-handling code, and add menus. Students will also evaluate ADO.NET, choose an ADO.NET provider, connect to a database, and perform database interactions. Students must have access to Visual Studio® 2019 Community Edition (or higher). This software is not covered by the course material grant and must be purchased/provided by the student. (Prerequisite: ENTD200) Visual Studio® is a registered trademark of Microsoft Corporation.

Course ID: 2645

|
This course is a study of the theory, concepts, and applications of the Active Server Page (ASP.NET) web development environment. Students will learn about working with the page (web form, error handling, tracing, page personalization, and rich page composition), the ASP.NET object Model (request, response, server, session, application, global.asax file, and collaborative data object), the HTTP Request Context and life cycle. The student will also manage and establish state across HTTP connections, MVC model and web services. Students must have access to Visual Studio® or Visual Web Developer Express Edition® software. (Prerequisite: ENTD200 and ENTD361) Visual Studio® and Visual Web Developer® are registered trademarks of Microsoft Corporation.

Course ID: 2648

|
This course is a study of the C# language and its object-oriented facilities to create applications using the .NET Framework. Students will explore data types, classes, methods, parameters, properties, interfaces, iteration, conditional branching, constructor methods, and destructor methods. They will examine parameter passing, method overloading, method overriding, access modifiers, exception handling, and event handling. They will also create forms with controls, and with event handling for these controls. Students will also use Visual Studio.Net to set profiles, create projects, use the solution explorer, set references, set project properties, use the code editor, define assembly information, compile the code, run the application, and debug the program. Students must have access to Microsoft Visual Studio® software. Students must have access to Microsoft Visual Studio 2010 or Visual C# 2010 Express Edition or higher. (Prerequisites: ENTD200 and ENTD361) Microsoft Visual Studio® is a registered trademark of Microsoft Corporation.

Course ID: 3968

|
This course evaluates the process for designing, developing, and deploying .NET enterprise applications. This course is a culmination of courses on Visual Basic.Net, ASP.Net, and C#.Net; the student will apply the knowledge and skills learned in these courses to develop and deploy a web-based application. This course investigates the process for configuring the .Net Framework and examines the issues related to project integration and application deployment. Students must have access to Visual Studio® 2008 or Visual Web Developer® 2008 Express Edition (or higher) and Microsoft Access® 2007 (or higher) software. This software is not provided by the course material grant and must be purchased/provided by the student. (Prerequisite: ENTD200) Visual Studio®, Visual Web Developer® and Microsoft Access® are registered trademarks of Microsoft Corporation.

Courses Start Monthly

Next Courses Start Apr 1
Register by Mar 29

Admission Requirements

  • All AMU undergraduate programs require a minimum of a high school diploma or equivalent (i.e., GED).
  • Please read all undergraduate admission requirements before applying to this program and be prepared to submit the required documentation.
  • There is no fee to complete the AMU admission application for this program. View steps to apply.

Need Help?

Selecting the right program to meet your educational goals is a key step in ensuring a successful outcome. If you are unsure of which program to choose, or need more information, please contact an AMU admissions coach at 877-755-2787 or [email protected].

Quality Education Should Be Affordable

So you can focus on the opportunities ahead, without the financial burden of more expensive schools who are not as invested in your success. Learn more about paying for school.

Consumer Information

Disclosures

Maryland Residents learn more about costs, completion rates, median debt, and more.

2Alumni Graduated with No APUS-incurred Student Loan Debt As of December 31, 2021

Includes alumni who graduated with an associate, bachelor's, or master's degree from APUS. Student loan debt is defined as student loans and private education loans used for tuition, fees, living expenses, and book costs associated with courses taken at APUS. Many APUS students receive military tuition assistance and veterans education benefits, which are not student loan debt.

1The University reserves the right to accept or deny credits according to policies outlined on our University website. Please see the University's transfer credit policy webpage for complete information.

*Cost Per Credit Hour

AMU's Preferred Military Rate is $250 per credit hour for all undergraduate and master's-level courses. This rate is available to all U.S. active-duty servicemembers, National Guard members, Reservists, and military families, including parents, spouses, legal partners, siblings, and dependents.
See all military student benefits.

Cost of Attendance

Learn more about AMU’s cost components and full cost of attendance