python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to create a pre-packaged deployment script for a database project?
I have a DB project in Visual Studio and I need to deploy it to a remote system as a pre-packaged script (or similar) as a new database.
The Publish option will generate a .publish SQL script but only...
Mr. Boy
Votes: 0
Answers: 1
How to remove" Warning as Error: the is field xxxxx is never used" from Asp.net website
I am facing an issue while compiling my Asp.net WebSite( not application) written in C#.
How to resolve these errors?
Asmi
Votes: 0
Answers: 1
Reading UTF8 (24-bit) and outputting
I have a UTF8 text file containing 8-bit and 24-bit UTF8 encodings (ASCII and Japanese).
My goal is to read in characters, one by one, then output something like this:
{'V', 0x02},
This is a C++ lang...
Thomas Matthews
Votes: 0
Answers: 1
Visual components from external libraries not visible in design view of visual studio
I'm doing maintenance on a GUI, made in C#, using Visual Studio (xaml technology).
There are several visual components I don't see in the design view, like the Telerik and DXF visual components. I hav...

Dominique
Votes: 0
Answers: 1