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...
  • December 3, 2024
You might have had a situation where your code once worked fine in ASP.NET application but now throws the below...
  • December 3, 2024
C# uses the flower bracket “{” and “}” to identify the block or scope of the function or program ....
  • December 3, 2024
Role based security needs authenticated information about the user in order to make some decisions about whether the user is...
  • December 3, 2024
This article will explain the keyword “Dim” which is the C#’s var keyword equivalent in VB.NET . In one of...
  • 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...
  • November 30, 2024
When working with Security , it is important to understand these 2 terms. Authentication is the process of determining whether...
  • November 29, 2024
In this post, you’ll learn about the error message “MaxSessionsPerUserExceeded – The maximum number of allowed sessions per user has...
  • 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...
  • November 29, 2024
In this post, you’ll learn about the error message “InvalidOrTimedOutSession – The operation you performed cannot be completed at this...
  • November 29, 2024
A few weeks back i had got this book on “.NET Windows Development Everyday Tips , Tricks and Optimization”  written...
  • November 27, 2024
In this post, you’ll learn about the error message “NotMemberOfRole – Access denied. You do not have permission to perform...
  • November 27, 2024
There are times when you might want to perform an action that is specific to a device in the Xamarin...
  • November 27, 2024
F# Recipe #3 – program to find if the number is positive or negative F# Recipe #2 – The type...
  • November 27, 2024
Its official now. The book “Windows 10 Development recipes using HTML and JavaScript” by Apress is officially out and is...
  • November 25, 2024
In this post, you’ll learn about the error message “WorkbookNotSupported – The file you selected cannot be opened because it...
  • November 25, 2024
There are times where you want to show automatic scroll bar in a WPF TextBlock and you can easily achieve...
  • 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.”...
  • November 24, 2024
Earlier, in one of my previous posts, I blogged about SharpZipLib – Zip Compression library for .NET and wanted to explore if...
  • November 24, 2024