Tag: Get
How to Get the Computer Name using VB.NET?
Below is a sample code snippet that demonstrates how to get the current computer name using VB.NET? How to Get the Computer Name using VB.NET?
How to Get the Last Element from LINQ Query in C#?
Below is a sample source code demonstrating How to Get the Last Element from LINQ Query in C#? How to Get the Last Element from LINQ Query in C#?
How to Get the Current Location in Windows Phone 8?
The Windows Phone 8 SDK provides the Geolocator class which can be used to monitor and get the current location from Windows Phone 8. The Geolocator API is part of the WinPRT API and contains the necessary events for detecting the changes in the Geographic position of the Windows Phone. Below is a sample soucrecode demonstrating how to get the Current Location in Windows Phone…
How to Get the Max Value from a List of Integer using Lambda Expression in C#?
Below is a sample code snippet demonstrating the usage of Lambda expression to get the Max value from a list of integer in C#. How to Get the Max Value from a List of Integer using Lambda Expression in C#?
How to Get the Random Number in C# ?
Below is a sample code snippet that shows how to get a random number in C#. How to Get the Random Number in C# ?