Visual Studio

Visual Studio

DevOps / Build, Test, Deploy / Integrated Development Environment
Needs advice
on
C#C#Google ChromeGoogle Chrome
and
Visual StudioVisual Studio

Visual Studio 2019 keeps rendering only part of my project. I changed from 200% dpi to 100% and it is still doing this. Any ideas?

Razer Blade Stealth Intel 7th gen i7 8550u

A little more info, I'm trying to make my GUI my self in WPF C# so I turned off FormBorderStyle

I have Windows 10 Pro Installed which Home is usually the go-to.

I'm going to uninstall and reinstall and see if that does anything. Fingers crossed, I was looking for a more concrete solution though. :x

READ MORE
4 upvotes·116.2K views
Needs advice
on
Azure DevOpsAzure DevOps
and
TestrailTestrail

I have used Testrail for several years but my company is switching to Devops for everything (including QA/Testing). We are dropping TestRail because of the cost. TestRail is, overall, a better tool for QA. Devops is very tedious for test plan/suite/case creation. Actually executing a test is pretty good, But writing / creating the plans are pretty cumbersome. I have requested a few improvements through the Visual Studio community but I don't have high hopes. I just don't think enough QAs are using Devops. Is anybody else in this boat?

READ MORE
5 upvotes·30.6K views
Replies (1)
Recommends
on
Azure DevOps

I have used ADO extensively before, and to work around the cumbersome during develop of test plans, I used the grid view. It allowed to copy paste quickly, similar as to building the tests in an excel doc. I have recently started using test rail, and the execution lacks a bit like you mentioned.

READ MORE
2 upvotes·1 comment·2.7K views
Amy Petrone
Amy Petrone
·
March 11th 2022 at 1:16PM

I did try the grid view before with creating test cases but it is similar to building test cases in excel and then uploading. But my real issue is with finding test cases that have already been created that you are either bringing into a new suite or ones that need updated. There needs to be a better way to view and organize existing test cases.

·
Reply
Associate Software Engineer at NimbleGeeks·

Hi! I am learning ASP.NET Core and AngularJS. Recently, I have purchased GoDaddy services and now have Plesk access. I have published my Visual Studio project, and now I uploaded the published file in Plesk ->Files. When I open my domain, it shows the Plesk default page I have tried multiple times, and GoDaddy support is not guiding properly.

READ MORE
5 upvotes·93.1K views
Software Engineer at Center for Water Informatics & Technology·
Needs advice
on
NLogNLog
and
SerilogSerilog
in

Hi All, I am working upon developing a C# based windows service to work as a TCP server using Visual Studio 2019 as a development studio while using .NET Core 3.0.

As its a background application, therefore, I am up on to add tracing and logging feature into it and want to write to 'text file' my trace and log outputs.

By my research, I came upon 2 potential tracing and logging frameworks and on the verge to choose 1, therefore Serilog OR NLog.

Anyone here who can help me out by his/her experience of 1 framework being better than other.?

READ MORE
4 upvotes·1M views
Replies (1)
Recommends
on
Serilog

I'd suggest Serilog, as it provides semantic logging, has a large amount of sinks (Locations to log to). Out of the box supports logging to text files, which is your requirement. Well documented and supported. Add it together with a product like Seq and you have a robust application logging platform.

READ MORE
3 upvotes·331 views

Hey there, I am using Visual Studio for C++ and Notepad++ for web development. Should I switch to Visual Studio or Visual Studio Code for web development?

READ MORE
4 upvotes·251.5K views
Replies (5)
Recommends
on
Visual Studio

You should absolutely switch to Visual Studio Code for web development. The suite of plugins offered for every task is phenomenal, and you'll find a lot of support among the community. Web development often requires full-stack comprehension for both the developer and for the IDE. Visual Studio Code (via the assistance of plugins) is fluent in so many different languages and files, and the git integration is pure zen.

READ MORE
9 upvotes·433 views
Developer and Owner at Appurist Software·
Recommends
on
Visual Studio Code

Yes, Visual Studio Code for web development. I'd probably stick with Visual Studio for C++, but even there I'm pretty sure Visual Studio Code gives Visual Studio a challenge for top spot. Visual Studio Code is my first choice for web development, and Notepad++ is my favorite text editor, but it's not an IDE like the Microsoft products. Visual Studio Code has excellent support for both Windows or Linux, and incredible support for Windows-based debugging under Windows Services for Linux 2 (WSL2) which gives you a full Linux environment within Windows with tight integration with VS Code on the Windows side (even debugging your code running under Windows or Linux (WSL2). You didn't mention which language you were developing in, so I'll assume JavaScript here... but to be honest, even if it's something else, you're probably best off with Visual Studio Code.

READ MORE
3 upvotes·527 views
View all (5)