Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
C# Remoting : Build Client / Server Database Applications
Rating: 4.3 out of 5(45 ratings)
1,535 students

C# Remoting : Build Client / Server Database Applications

Build client applications to use objects on remote computers such as using the database of the server remotely
Created byHusam Nujaim
Last updated 4/2025
English

What you'll learn

  • Build distributed C# applications
  • Create SQL Server database and stored procedure and connect with C# applications
  • Write clean codes in C# based on Software Layers
  • Develop applications that support many clients and one server via LAN network

Course content

7 sections17 lectures2h 1m total length
  • Introduction1:00

    Overview of the course content

Requirements

  • C# Knowledge is required
  • Object Oriented Programming OOP understanding is required
  • SQL knowledge is required

Description

Establishing communication between the client and the server that is located thousands of miles apart, is a common development goal, especially when building widely-distributed applications.

.NET remoting enables client applications to use objects in other processes on the same computer or on any other computer available on its network.  

You will be able to use the .NET remoting to establish a connection between the server database and the client application.

You will also learn how to create SQL Server database, tables, and stored procedures. Moreover, you will be able to divide your application into layers in order to write clean codes; so that your coeds will be elegant and easy to develop.

Furthermore, you will be able to create a class library and import it to any application.

You will make a complete client/server database application  throughout the course.

Who this course is for:

  • C# developers who seek after distributed applications
  • C# developers who are curious about client and server database application using Remoting Technology
  • C# developers who are curious about connecting SQL Server database with C# applications
  • C# developers who are curious about stored procedures in SQL Server database engine
  • C# developers who are curious about writing clean codes