Visual Studio 2019
Topic on Visual Studio 2019
-
Program Challenge using CSV and NetMQ Part 1.
I did a recent program challenge. The requirements were not too complicated. Basically I was given a simple csv formatted file (csv, of course, being a comma delimited text file). The challenge was to take this csv and parse it into a POCO- POCO being Plain Old Class Object. I’m not sure why we need a acronym for that. POCO is just a data structure in the form of a Class Object. But I digress. Once the csv is parsed into a Class Object, I was then to make it available in a Request/Response using NetMQ. Now on the surface this might seem a lot to do. But not really.…
-
SSIS (SSDT) and Visual Studio 2019 Oh my
On my way to moving pass… yes! Visual Studio 2012 (VS 2010 Shell!) to VS 2019, I’ve discovered one really annoying thing. SSIS, or as we call now- SSDT projects, really is not mostly ready for Visual Studio 2019? But there is a preview extension that seems to “mostly” work. Go to the marketplace or in VS Manage Extensions and look for SQL Server Integration Services Projects – not the Reporting Server or Analysis server- those are there too, but the Integration Services. You add this extension and restart VS…. and you are almost there. 😉 Make sure you actually read the “Known Issues” section on the Overview page page for…
-
It’s Always the Little stuff
How many times over the years of using Visual Studio have I’ve added the two lines of code to my console apps (mostly quick simple or testing console apps): Console.WriteLine("**Press"); Console.ReadLine(); I know it’s been there since sometime in Visual Studio 2017 … Yes the setting that removes the need for those two lines of code… Tools => Options => Debugging => General… The magic check box labelled: ‘Automatically close the console when debugging stops’ The simple sweetness of that single setting! A Millionth of a Penny for every time I had to go back in put those two lines of code in my console apps… I humbly submit this as…
-
Visual Studio 2019 Launch Event
Looking forward to the newest version: Visual Studio 2019 Launch Event Visual StudioLaunch eventLocal eventsSponsorsDownload Visual Studio 2019 RC Visual Studio 2019 Launch Event Tuesday April 2, 2019 | 9:00am PT until the Visual Studio 2019 launch Calendar.AddEvent(); Your ideas deserve great tools visualstudio.microsoft.com
-
Getting Ready for Visual Studio 2019? We are at Preview 2
Looking at what is coming for Visual Studio 2019… It’s time to start looking and trying…. Visual Studio 2019 Preview 2 is now available The official source of product insight from the Visual Studio Engineering Team blogs.msdn.microsoft.com
-
Studio 2019 Preview 2 and Xamarin
Looking over the preview and I see some nice UI tweaks a coming. Check it out: What’s New in Visual Studio 2019 Preview 2 for Xamarin



