This What's new in Visual Studio 2019 - Visual Studio[^] shows the difference between the 15, 17 and 19. I didn't like 15 as it was wacky, 17 was a better one, as it is more integrated with Azure and added Angular stuff. If you have access to the 2019 version, then yeah 19 for sure.
Swinkaran
Posts
-
New version of visual studio -
New version of visual studioThis What's new in Visual Studio 2019 | Download for free - Visual Studio[^] shows the difference between the 15, 17 and 19. I didn't like 15 as it was wacky, 17 was a better one, as it is more integrated with Azure and added Angular stuff.
-
Code ExpertWhy don't you try Stack overflow developer Jobs- Stack Overflow[^] Where you will find no recruiters but only developers who is curious after learning.
-
Microsoft + GitHub = Empowering DevelopersMicrosoft + GitHub = Empowering Developers - The Official Microsoft Blog[^] I'm not surprised. However, as a GitHub lover, I couldn't really predict the future empowerment to it.
-
GameLooks like you are trying to finish a task with less effort. You need to familiarize yourself with 2 important things. C# String and Algorithms. Then you will know the answer. Here are few usefull links, C# Strings methods - MSDN [^] String (C# Reference) | Microsoft Docs[^] Searching Algorithms In C#[^]
-
Automated future and basic universal incomeYears ago, supermarkets used to have minimum of 10 staffs at checkout counters. Now, automated self checkout counters... and hardly 2 staffs. So, what is going to happen for those who is loosing the jobs because of their role is replaced with a machine? Universal basic income is something I never thought of..... Automated future and Universal basic income
-
Software error implicated in crash of Mars landerNo way.. This was working on my machine correctly. :laugh:
-
Microsoft to unveil new Slack competitor as "Microsoft Teams"Wait wait.! So, whats going to happen for Yammer? Yammer is the Microsoft's product for Slack, I thought.
-
Message removed and marked as spamI posted an answer for a database discussion. Within next hour it was marked as spam and received the following via email notification, "Your message 'Re: Export Access db to Sql Server db everyday' has been marked as potentially being spam and is currently in the moderation queue pending approval.". Then(after few hours) I found the following two entries in my reputation history, - Programming Forum Answer Downvoted (negative points) - Posted spam or abusive message The answer I posted was genuine and had no bad things. Anyone explain me this please? This is the first time I having this issue. Thanks.
-
Export Access db to Sql Server db everydayThere is a right tool for this job. DBConvert. Convert / Sync from Microsoft Access to Microsoft SQL Server[^] DBConvert/ DBSync for Access and Microsoft SQL Server are powerful cross database migration tools for upsizing and synchronization of Access x86/x64 data to MS SQL Server. Good: - This does almost everything related to cross dbs. Database migration, conversion, export.. etc. - Daily scheduler is quick Bad: - May be expensive for personal use - Need to spend some time when you are implementing/configuring
-
codingBasic of coding? develop your creativity. Think logically, Learn Algorithm before coding.
-
Read xml stringSomething like this will also do, https://www.dotnetperls.com/xmlreader[^]
-
I have a search button and datagrid in c# and SQLSorry, but can you ask your question in more detail? What exactly are you trying to achieve?
-
Identity_ColumnWhen you are inserting a record, The value for Emp_Sal should not contain a comma(,). That is ('Puja',20,000) should be written as ('Puja',20000)
-
What if Windows 10 fails?Just get used to it...
-
ABOUT C# PROJECTYou knocked on the wrong door.
-
Long running queries.Well it's not a step by step process. It all depnds on what are you trying to execute and how the layer is structured. Check for SQL server / query optimization and understand the ways to increase the performance. Top 10 steps to optimize data access in SQL Server: Part I (use indexing)[^]
-
Metro UI for windows FormIf you need it looks like professional, you must need a professional to do it. If you really want to do it by yourself, then, third party UI controls like Telerik, Dev Express are the best solution.
-
PHP studio v/s Visual StudioI would recommend you to go( or give a try) with Zend studio http://www.zend.com/en[^]. Zend-studio 12 is great for PHP, you will find all the required features and good in performance. In compare to .Net Visual studio, Zend studio is not equivalent powerful to Visual Studio. However, in my experience, Zend studio is more suitable PHP IDE I worked. Hope this helps.
-
I'm looking for a good crash course on Drupal for Wordpress developersYes, books are not quicker. How you tried looking at Pluralsight videos. They have plenty of courses. Check this link, http://www.pluralsight.com/search/?searchTerm=drupal[^]. Good luck.