HomePosts tagged โ€œ.NETโ€

.NET

Showing 1 - 17 of 17 results
There are different ways in which the developers can get the computer name in their .NET application using C#. Using...
This post will explain what exactly is Implicit Method Group Conversion and how to use them in your C# application....
Yesterday , Microsoft had released the Windows 8 RTM along with Microsoft Visual Studio 2012 and .NET 4.5 which is...
There are times when you want your Application to playย default Windows Sounds when an alert message is displayed . If...
Earlier, in one of my previous posts, I blogged aboutย SharpZipLib โ€“ Zip Compression library for .NETย and wanted to explore if...
  • .NET
  • November 24, 2024
Sometimes or in fact most of the time, it happens that we try to fix the same issue or problem...
Below is a sample code snippet demonstrating the usage of the extension methods to get the distinct data from integer...
Are you looking for the support of MySQL with Entity Framework for developing a .NET Application using the MySQL database...
.NET Developers or Developers in other platforms too would have worked on Authentication in their Projects . Hereโ€™s one of...
There are times when you want to integrate the URL Shorteners in your SharePoint websites to make the URL looks...
Few days back, Microsoft had released a new utility tool called Microsoft .NET Framework Repair Tool which is now available...
Yesterday , Novell had released Mono for Android which is one of the first solution for developing Microsoftโ€™s .NET Application...
  • .NET
  • November 11, 2024
Recently, one of my friends asked me what technology within .NET that I like most although he knew what the...
I was forced to explore something interesting when i was playing around with the Entity Framework and executing the below...
If you need to find out if the .NET Core is installed in Windows and which version of the SDK...
  • .NET
  • November 5, 2024
The Namespace in C# has the following advantages It lets the developers to organise their code / classes Provides a...
In C# , One can sort the List of Objects using Lambdas easily . Until now , i found the...