
This is an introductory video that describes the overview of this course.
This video will help you to kick start your learning curve with desktop application in C# using Visual Studio
This video will help you to work with text-box control in detail , I have covered
How to get data from text-box?
How to apply validation on text-box?
How to validate data using regular expression?
Simple arithmetic addition example done.
Data conversion from text-box to integer.
Combox & Listbox
This lecture helps you to learn combobox and listbox controls together. A combobox control gives you authority to select any single item from available list you have and provides you ease in selection and avoid typing errors as well. Same is the listbox control but data can be tacked in different style, although most of the code is similar in both controls.
You will learn after watching this lecture
How to add data inside Combobox and Listbox?
How to check whether Combobox is empty or not?
How to select data from Combobox?
Data insertion to different Combobox based on first Combobox selection
Check for duplicate items in Listbox
SelectedIndexChanged Event with example
This lecture will give new brief knowledge about RadioButton control and how to use it with example.
This lecture will teach you what are CheckBoxes and how can you use it in real application and in this lecture a services app is created as an example. You'll also learn how to optimize your code with the help of functions.
This lecture will help you how to use masked text-box when creating you application. It helps you to avoid delays while typing and increased data validation and correctness.
This lecture helps you to create your own browser in windows form application with example.
This video will help you, how to create Application with RichTextBox (like notepad) with example.
This is part 2 of RichTextBox tutorial
This lecture help you to make more advance UI with the help of container controls in WinForms
This video helps you to reset your controls dynamically on run time no matter what is the count of controls.
This video will help you to work with images in Desktop Application using openFileDialog and picture box controls.
This video will help you to learn how menu, context menu and status strip controls are used in windows forms with an example
This video will help you to navigate through out your application using an example
This video will help you to learn how to make responsive desktop application using dock and anchor properties of controls.
This lecture will help you to create professional software interface using MDI window.
This lecture will help you to connect you application to your database using ADO.NET.
Please check resources I have attached with with video , along with database script file.
This video help you to retrieve data from database using ADO.NET
This lecture will help you to do update and delete operations in SQL using C#
This lecture will teach you how to execute multiple queries together on a single connection.
This lecture will help you to get start with SAP Crystal Reports
This lecture will help you to add crystal report in your desktop app.
This video will help you to explore crystal reports in more details
This session help you to create executable file of your software
This course is intended for students who are passionate in doing programming and curious for developing their own product and contribute in the software industry. This course help you to build cutting edge knowledge of how traditional software works and what is the science behind it.
After completing this course you learn :
How to create a customized application based on user requirement
How controls are used
What is event handling
How to manage data using a database
Different behaviors of controls
LINQ based database operations
Navigation's
Master/MDI windows
How to create executable file for your software (Application Deployment).
What is M.A.R.S?
Intranet based application
Reporting
All the above mentioned things will be demonstrated in detail along with examples.