Home.NET

.NET

Showing 1 - 20 of 72 results
In this post, youโ€™ll learn about the error message โ€œFileOpenAccessDenied โ€“ You do not have permissions to open this file...
  • .NET
  • 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
C# uses the flower bracket โ€œ{โ€ and โ€œ}โ€ to identify the block or scope of the function or program ....
  • .NET
  • December 3, 2024
Role based security needs authenticated information about the user in order to make some decisions about whether the user is...
  • .NET
  • December 3, 2024
In this post, youโ€™ll learn about the error message โ€œFileCorrupt โ€“ The file you selected cannot be opened because it...
  • .NET
  • December 2, 2024
This article will explain the keyword โ€œDimโ€ which is the C#โ€™s var keyword equivalent in VB.NET . In one of...
  • .NET
  • December 1, 2024
SharpZipLibย is anย OpenSource .NET compression libraryย that supports Zip files using both stored and deflate compression method The SharpZipLib currently supports the...
  • .NET
  • November 30, 2024
When working with Security , it is important to understand these 2 terms. Authentication is the process of determining whether...
  • .NET
  • November 29, 2024
In this post, youโ€™ll learn about the error message โ€œMaxSessionsPerUserExceeded โ€“ The maximum number of allowed sessions per user has...
  • .NET
  • November 29, 2024
There are times when you might get the System.MissingMethodException โ€˜Xamarin.Forms.Device.get_RuntimePlatformโ€™ when working with the Xamarin.Forms application and using the method...
  • .NET
  • November 29, 2024
In this post, youโ€™ll learn about the error message โ€œInvalidOrTimedOutSession โ€“ The operation you performed cannot be completed at this...
  • .NET
  • November 29, 2024
A few weeks back i had got this book on โ€œ.NET Windows Development Everyday Tips , Tricks and Optimizationโ€ย  written...
  • .NET
  • November 27, 2024
In this post, youโ€™ll learn about the error message โ€œNotMemberOfRole โ€“ Access denied. You do not have permission to perform...
  • .NET
  • November 27, 2024
There are times when you might want to perform an action that is specific to a device in the Xamarin...
  • .NET
  • November 27, 2024
F# Recipe #3 โ€“ program to find if the number is positive or negative F# Recipe #2 โ€“ The type...
  • .NET
  • November 27, 2024
Its official now. The book โ€œWindows 10 Development recipes using HTML and JavaScriptโ€ by Apress is officially out and is...
  • .NET
  • November 25, 2024
In this post, youโ€™ll learn about the error message โ€œWorkbookNotSupported โ€“ The file you selected cannot be opened because it...
  • .NET
  • November 25, 2024
There are times where you want to show automatic scroll bar in a WPF TextBlock and you can easily achieve...
  • .NET
  • November 24, 2024
In this post, youโ€™ll learn about the error message โ€œRangeRequestAreaExceeded โ€“ The area of the requested range exceeds 1,000,000 cells.โ€...
  • .NET
  • November 24, 2024
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