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