HomeCSharpPage 47

CSharp

Showing 921 - 940 of 961 results
Recently , I had received an query from one of my blog readers asking the question related to SQL and...
Does the LINQ(Language Integrated Query) have the LIKE operator like the one we have in the SQL Server or any...
If you are a C# developer and work with collections as well as LINQ/Entity Framework , you would have come...
The orderby keyword can be used in LINQ to retrieve the ordered list of records based on the specified field....
Today , when I was working with the Open Office XML 2.0 SDK and adding the reference to the DocumentFormat.OpenXML...
In C# , when you are using an Auto-Implemented Properties , you can use the constructor of the class to...
The DebuggerDisplay is useful to quickly view the customized output of a class which in turn can display more meangful...
The Merge() method of the datatable is used to Merge a datatable (second datatable) and stores the result to the...
This is a really simple one . Below is a simple example of an enum called “Designation” defined with the...
How to Log off from Windows programmatically using C# ? Below is a simple program that lets you to Log...
Sometimes , it may be necessary for the C# developers to loop through or iterate over all the Enum Values...
When you create a new Modern UI(Metro) Windows 8 Project in Visual Studio , a default start page MainPage.xaml will...
When we create a new Windows 8 (Modern UI) style App, the following files are created by default 1. Package.appxmanifest...
To pass an argument by reference in C# , we use the keyword ref . There is also another keyword...
The Namespace in C# has the following advantages It lets the developers to organise their code / classes Provides a...
Windows 8 App developers may need a developer license which lets you to develop, test and install Windows 8 Metro/Modern...
In one of my previous blog post, I shared some information on how to get started with the Windows 8...
Microsoft had released Windows 8 Release Preview which can be downloaded from the Official Windows 8 website. Windows 8 includes...
The version number for a .NET Application (c#) will generally contains the following Major version Minor version Build number Revision...
I have got a offer from uCertify to review their PrepKit and I have accepted that challenge and now I...

Categories

Archives