This application requires one of the following versions of .NET Framework
I am trying to migrate our application to the newer version of .NET Framework. From current version of 4.5 to 4.6.1
I am trying to migrate our application to the newer version of .NET Framework. From current version of 4.5 to 4.6.1
I am building a Asp.net Application. I need to save a HashTable in a session.
I’ve previously asked a question of about Delegates does anyone have a must have scenario where I would have to use a delegate? How does this improve my C# code? Just as many scenarios I use it in I’ve always seem to be able to program around it. Answers: Thank you for visiting the Q&A … Read more
For instance, log4net.dll comes with log4net.xml. What’s the use of this xml?
I have following code on page load event:
I need to fill some dropdown boxex from some reference data. i.e City List, Country List etc. I need to fill it in various webforms. I think, we should cache this data in our application so that, we don’t hit database on every form. I am new to caching and ASP.Net. Please suggest me how to do this.
i need to add a many to many relationship with UserIdentity in asp net core (i.e: a user can have many books and a book can have many user owners)
Looked up everywhere but looks like I am stuck right now. I am using Windows Active Directory in my application for authentication.
For authorization, I am using claims. After searching through the limited .net core documentation, this is how my code looks like.
I’m following this tutorial step by step
I have some problems on a site with the concurrent access to a list. This list keeps a cart of items, and multiple deletes are crashing the site.
Which is the best method to sync them?
Is a lock enough?
The lock option seems to be ugly because the code is spread all over the place and is pretty messy.