FIND SQL SERVERS on LOCAL NETWORK in C# ASYNC - PART THREE

Опубликовано: 09 Октябрь 2024
на канале: How To 365
245
3

Learn How to FIND SQL SERVERS on LOCAL NETWORK in C#, And then ADD DATABASES to COMBOBOX

-------- S O L U T I O N S

✔️ Using System Database to fetch all available databases in our 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:

🔗    • FIND SQL SERVERS on LOCAL NETWORK in ...  

-------- P A R T 3

💿 Get Database names: (Current Video)

🔗    • FIND SQL SERVERS on LOCAL NETWORK in ...  

-------- P R E V I O U S V I D E O

⏮️ How To FIX Call Of Duty WARZONE CRASH with NO ERROR in WINDOWS 10:

🔗    • FIX Call Of Duty WARZONE CRASH on STE...  

-------- 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 1 ---------

00:00 - Previously on How To
00:37 - How To GET DATABASE NAMES into a COMBOBOX using C#
00:45 - Some more UI Design
01:21 - How to find available databases in a Server using C#
01:37 - How to define a Task of DataTable using C#
02:30 - How to run a Query for SQL Server using C#
04:02 - Memory management while running a SQL Query using C#
04:28 - How to assign a Table to ComboBox DataSource using C#
05:10 - Test Run
06:01 - 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