Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
200 views

I am developing a platform using Vite + React, Firebase Authentication where users (teachers and students) sign in using Google authentication. I need to implement role-based access control (RBAC) to ...
HEMANT RAJ's user avatar
0 votes
1 answer
211 views

I'm using VS2022 and I have a mixture of class library and executable projects in my solution. Some of the projects are SDK-Style and some are the old format. Some of the libraries target ...
NⵙⵙB's user avatar
  • 129
1 vote
1 answer
244 views

I have a multi target C# project that targets .Net Framework 4.8 and .NET 7.0. Some of my source code files are included only for one of the above target frameworks. The Solution Explorer shows the ...
Björn Albowitz's user avatar
0 votes
1 answer
18 views

I created two projects in different Solutions. Project1 Calculator which is Static Lib(.lib) containing multiple functions and Project2 Trigger which is Application Exe(.exe) is try to use the ...
Vikas Prajapati's user avatar
0 votes
1 answer
110 views

I just discovered an interesting feature of Visual Studio (using VS2022), renaming existing class or creating new with same name as another class plus ".Designer" will make it nested to ...
Sinatr's user avatar
  • 22.3k
4 votes
1 answer
73 views

The repository we work in contains multiple applications and services, and a whole bunch of DLL files that are shared among many of them. We have a form of inversion of control in place to keep the ...
DaCodaDragon's user avatar
1 vote
0 answers
300 views

Is there any way to persuade saved connections in SSMS projects to remember their password? There's a checkbox on the connection to "remember password" but when I open a query inside the ...
Belladonna's user avatar
1 vote
0 answers
69 views

I have a question regarding maintaining multiple repositories in git. I currently have 2 projects divided into 3 folders: Landing, Admin, Stores. Which in turn the two projects are divided into US and ...
Saltaro's user avatar
  • 29
0 votes
2 answers
2k views

Im trying to make a dependency injection of Serilog into a solution of multiple projects, so that all projects can use it. My Entryproject with the Program.cs starts a workerservice string ...
Kim Sandberg's user avatar
0 votes
1 answer
46 views

Suppose I have isolated some header and source files from a huge CMake C++ project. C:\USERS\PC\SOURCE\REPOS\my_app_src ├───apps {a.hh, b.cc, c.hh, d.cc} │ └───biosimulations {main1.hh, main1.cc, x....
user366312's user avatar
  • 17.5k
4 votes
5 answers
5k views

I cannot load all projects from one visual studio solution because of an error. error : There is no project properties provider for "Persistence = ProjectFileWithInterceptionViaSnapshot". ...
ael's user avatar
  • 534
0 votes
0 answers
61 views

I have two c# projects within one solution. Within one project (Project1), I have some code that runs when a user clicks on the button (public void btnTranslate_Click(object sender, EventArgs e). what ...
AJA's user avatar
  • 1
0 votes
1 answer
197 views

I develop an application in Python, but I want to make it so that other users can later modify its functionality with their extensions, but I do not know how to organize the architecture of the ...
selfkilla666's user avatar
0 votes
1 answer
1k views

So I copied a project, and change the name at every place I could find, but at one place I cant change the name without destroying the project. So in the folder "TestName" I got another ...
user avatar
1 vote
1 answer
3k views

Hi I have a VS2019 solution that contains multiple projects, some are class libraries and some are commandline apps I want to start a new commandline app but would like to base it on an existing app ...
Vida's user avatar
  • 540
1 vote
1 answer
2k views

I have a solution containing a large number of projects. To separate binaries from the sources, I changed BaseOutputPath to "..\bin" and BaseIntermediateOutputPath property in all projects ...
Harry's user avatar
  • 5,126
0 votes
1 answer
994 views

I have a .net 5 ASP.NET Core Web API and a console app in one Visual Studio solution. I have an appsettings.json file in my API's host project, which file I want to reference in my console app. The ...
Konstantina's user avatar
0 votes
1 answer
281 views

I want to share code from a C# project inside a VB.Net project. I want to refer a public class and its variables inside VB. So I've put both VB and C# project inside the same solution. Here is the ...
VSB's user avatar
  • 10.5k
2 votes
1 answer
2k views

Using the dotnet cli interface in a VS Code Terminal. I have created a blank solution file, a blank project file and added the project to the new solution. Now when I open the folder it opens a F# ...
DoImagine's user avatar
0 votes
1 answer
1k views

I have a solution with many projects; I would like to have a shared configuration (for example all have the same connection string). During deployment I don't want to make the same modifications in 10 ...
Victor Iorinescu's user avatar
0 votes
0 answers
162 views

I posted this question yesterday, but apparently worded it badly, so I'm trying again. I'm working on a project that had been closed for a couple of years and reopened. During that time, a large ...
MeditatingGuru's user avatar
0 votes
1 answer
124 views

My intention is to use the file-name as Projectname: So I do have (for example) a vs project-file: "MyAwesomeProject.vxproj" And I would like to use it (for example) this way: <...
Petit Bateau's user avatar
1 vote
2 answers
309 views

Im developing 3 Azure Functions called EmployeeAPI, StudentAPI, ProjectsAPI all of which is accessing the same SQL database. I was instructed to make sure that each of projects are deployed separately ...
samantha07's user avatar
0 votes
1 answer
486 views

In C# project (SDK based project) I have following xml tag: <ItemGroup> <PackageReference Include="log4net" Version="2.0.8" /> </ItemGroup> When building ...
TarmoPikaro's user avatar
  • 5,340
16 votes
1 answer
13k views

To expand on this existing question Microservices: Worker roles, APIs or both?: I have seen mixed examples of Microservices implemented as worker roles processing requests off a queue and/or as APIs (...
morleyc's user avatar
  • 2,481

1
2 3 4 5
27