Learn How to FIND SQL SERVERS on LOCAL NETWORK in C# ASYNC, And then TEST CONNECTION to SQL SERVER ASYNC
-------- S O L U T I O N S
✔️ Using Connection-String-Builder I built a connection string to connect to SQL server
-------- P A R T 1
💿 Discover Servers:
🔗 • FIND SQL SERVERS on LOCAL NETWORK in ...
-------- P A R T 2
💿 Test Connection to SQL Server: (Current Video)
🔗 • FIND SQL SERVERS on LOCAL NETWORK in ...
-------- P A R T 3
💿 Get Database names:
🔗 • FIND SQL SERVERS on LOCAL NETWORK in ...
-------- P R E V I O U S V I D E O
⏮️ DISCOVER SQL SERVERS on your LOCAL NETWORK using C# ASYNC:
🔗 • FIND SQL SERVERS on LOCAL NETWORK in ...
-------- R E L A T E D V I D E O S
💡 Learn how to easily find servers on you local network
🔗 • FIND SQL SERVERS on LOCAL NETWORK in ...
-------- C R E D I T S T O M U S I C
🎵 Royalty Free Music by Pixabay: https://www.pixabay.com/
-------- S U B S C R I B E
❤️ DON'T forget to LIKE, COMMENT your IDEA, and SUBSCRIBE
🔗 https://bit.ly/3Pakd48
-------- I N S T A G R A M
📷 / atrin_noori
--------- C # D E V E L O P M E N T E P I S O D E 1 0 ---------
00:00 - Previously on How To
00:37 - TEST CONNECTION to SQL SEVER using C# ASYNC
00:45 - UI Design of TextBoxes and Labels
02:16 - How to find out if a string is EMPTY or NULL in C#
03:05 - How to connect to SQL Server using C# async
03:36 - How to use Connection String Builder in C#
05:00 - How to use TASKS to connect to SQL Server in C#
05:42 - How to use TryCatch and Why it is good to use
07:27 - Test Run
07:51 - Some Minor Changes
08:05 - Operation Failsafe
08:20 - How to stop SQL Sever services
08:46 - What is SQL Server Browser service
09:27 - Third part coming soon!
09:42 - End screen
--------- A B O U T S E C T I O N ---------
🙍 About Microsoft Visual Studio:
Visual Studio is an integrated development environment from Microsoft. It is used to develop computer programs including websites, web apps, web services and mobile apps
🙍 About C#:
C# is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines.
🙍 About Async and Await:
In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function
🙍 About Microsoft SQL Server:
Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network
🙍 About SQL:
Structured Query Language, abbreviated as SQL, is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system