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.
Instructor Details
Courses : 2
Specification: C# Remoting : Build Client / Server Database Applications
|
7 reviews for C# Remoting : Build Client / Server Database Applications
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 2 hours |
Year | 2021 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$79.99 $14.99
Sam scott –
I’ve mastered creating distributed applications. So now, I can start switch my accounting system application into distributed one.
Michael Russell –
Was a surprisingly decent course. It’s easy to follow. The only two gripes I have is that the course is a bit too short, and the background music is annoying. More examples would help cement a better understanding so I could build my own applications more easily.
Ilya Cherkasskiy –
Information presented in this course is very useful. It helped me to understand remoting and distributed SQL applications. It is short and direct to the point. Good course. Thank you
Amos Bunde –
Simple and straight forward.
Stefan Stoyanov –
This course is the best match for me. Congratulations to the author. The course is perfect. Thanks.
Speed Franklin –
It’s exactly the topic I need, but I’m not always getting the explanation for why we do each of the things we’re doing. For example, what are AS, BEGIN, and GO for? What is the proper whitespace for the stored procedure (all the example we made had inconsistent whitespace)? I end up pausing the video and looking on wikipedia. After watching the next quarter of videos, my rating hasn’t changed. I’m still doing things without knowing why I should be doing them that way. And we still haven’t seen the data actually appear yet. A suggestion: I would assume 95% of students are not going to be using WinForms as their application framework, so there’s no no need to dwell on things like TabIndex, colors, or fonts since they have no bearing on the data flowing through.
Marc Turenne –
Good course to get you started with DB connection. I was able to use this information and connect to an Oracle DB and was successful. Thanks for the information.