Skip to main content

All Questions

Tagged with
3 votes
1 answer
205 views

Gradual upgrade of an inherited .NET Framework project

I'm seeking advice on the best approach to upgrade a legacy .NET Framework project to a newer version. The project currently consists of over 80 projects, and a complete rewrite would be a time-...
Asdrubal Hernandez's user avatar
0 votes
1 answer
2k views

making http request by ajax or c#

In my web application I need to get data from Wikidata, for example to show item's details. I thought about using ajax for this, but was't sure from where I should to call it, so I asked this question....
Alexan's user avatar
  • 249
5 votes
2 answers
3k views

should I create dbContext for my models or use existing ApplicationDbContext?

I'm developing web application using ASP.NET Core. When I use project template Web Application with Authentification: ApplicationDbContext class generated: public class ApplicationDbContext : ...
Alexan's user avatar
  • 249