TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About SelectQuery
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sanjeeb Lenka (13)
Scott Lysle (2)
Related resources for SelectQuery
No resource found
Determine the Time since the Last Boot Up in C#
9/5/2023 5:26:06 AM.
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.
Get the Desktop Details of Your Windows Operating System in ASP.Net
4/2/2021 11:01:46 AM.
This article describes how to get the Desktop details of User in your System . Here I will get the information from the Win32_Desktop class.
Get All Intranet User Details in ASP.Net
3/26/2021 7:17:24 AM.
This article describes how to get the details of users present in a intranet. here i will get these info from Win32_UserAccount class.
Get the Details of Your Windows Operating System in ASP.Net
3/9/2021 7:45:15 AM.
This article describes how to get the details of your Windows Operating System. Here I will get the information from the Win32_OperatingSystem class.
Get the BIOS Details of Your System in ASP.Net
3/2/2021 8:22:07 AM.
This article describes how to get the BIOS details of your System . Here I will get the information from the Win32_BIOS class.
Get the Registry Details of Your System Using WMI Class
9/23/2013 1:41:10 PM.
This article describes how to get the Registry details of your System Using a WMI Class. Here I will get the information from the Win32_Registry class.
Get the Time and Date Details of Your System Using WMI Class
9/18/2013 3:21:24 PM.
This article describes how to get the Time and Date details of your System Using a WMI Class. Here I will get the information from the Win32_CurrentTime class.
Get the Monitor Details of Your System in Windows Forms
9/18/2013 8:10:43 AM.
This article describes how to get the Monitor details of your System. Here I will get the information from the Win32_DesktopMonitor class.
Get the Processor Details of Your System in Windows Form
9/13/2013 11:41:57 AM.
This article describes how to get the Processor details of your System. Here I will get the information from the Win32_Processor class.
Get the Installed Software Details of Your System in Windows Form
9/7/2013 1:30:10 PM.
This article explains how to get the installed Software details of your system. Here I will get the information from the Win32_Product class.
Get the Motherboard Details of Your System in Windows Form
8/30/2013 8:17:58 AM.
This article describes how to get the Motherboard details of your System . Here I will get the information from the Win32_MotherboardDevice class.
Get the Pointing Device (Mouse) Details of Your System in Windows Form
8/26/2013 6:08:52 AM.
This article describes how to get the Pointing Device (Mouse) details of your System. Here I will get the information from the Win32_PointingDevice class.
Get the Keyboard Details of Your System in Windows Form
8/23/2013 1:30:37 PM.
This article describes how to get the Keyboard details of your System . Here I will get the information from the Win32_Keyboard class.
Get the Battery Details of Your System in Windows Form
8/22/2013 1:11:24 PM.
This article describes how to get the battery details of your System . Here I will get the information from the Win32_Battery class.
Determine the Time Since the Last Boot Up in Visual Basic
11/9/2012 6:39:08 AM.
This article describes an approach used to determine the time of the last system boot up and to display the time elapsed since boot up.