HomePosts tagged โ€œc#โ€

c#

Showing 1 - 20 of 122 results
This is a really simple one . Below is a simple example of an enum called โ€œDesignationโ€ defined with the...
This post will explain in simple steps on how to get type name without full name in C# using the...
The CameraCaptureTask allows the Windows Phone 7 App to launch the Camera Application . This will be useful when the...
You might have had a situation where your code once worked fine in ASP.NET application but now throws the below...
  • .NET
  • December 3, 2024
There are different ways in which the developers can get the computer name in their .NET application using C#. Using...
This blog post will explain one of the new feature called Records that was introduced in C# 9.0. Records in...
This article will provide a code snippet and explains how to return Dictionary as result from a LINQ Query in...
TIOBE Programming Community Index for November is out and interestingly , TIOBE will be announcing the Language of the year...
This blog post will explain in simple steps on how you can mark a method or function obsolete in C#...
Are you using LINQ in C# and requite to remove all objects matching the condition from a List ? Read...
This blog post gives an introduction to the different versions of Windows Mobile and small code snippet in C# /...
Today , I was required to order a list of records based on a Name and then ID . A...
DebuggerDisplay attribute class in C# lets the developer control on how an object or property needs to be displayed in...
There are times when you want to know if the location services are turned on/off from your Windows Phone app...
There are many different ways in which one can declare an array in C# . In this blog post ,...
Learnt something cool today on how to use Lambda expression and LINQ to concatenate string in C#. Using Lambda Expression...
The Current Windows Phone 7 devices provides the screen resolution of 480 X 800 pixels . Microsoft might introduce another...
Airplane mode is a feature in Windows Phone that lets the user to easily turn off the cellular , Wi-Fi...
In C# , when you are using an Auto-Implemented Properties , you can use the constructor of the class to...
Well i have been wandering around here and ther for quite a few days in understanding how to dynamically create...