Visual Studio 2017 to be released March 7th

Software Events, Software Releases
Visual Studio 2017 to be released March 7th The Visual Studio team has released a pack of updates that amount to some minor fixes for the Visual Studio 2017 Release Candidate 3 that was let loose on the Web a week ago. The team also set a definitive launch date for the feature-complete suite to be on March 7, 2017 The most recent update  includes updates to the .NET Core SDK, including a new templating engine for projects originating from the dotnet new command. Feedback from developers also precipitated a change in the .NET Standard library class template under the .NET Standard node. Rich Lander, a Microsoft program manager with the Common Language Runtime team, that there are also about 50 quality fixes "across the .NET CLI, NuGet, MSBuild and also in…
Read More

Possible Topics at Apple WWDC 2017

Software Events
Possible Topics at Apple WWDC 2017 Apple's World Wide Developer's Conference is moving to San Jose, Calif. in 2017 where the company will likely introduce new versions of iOS and macOS Sierra as well as a peek at the next generation iPhone.  As it has always been it is a love fest for all Apple fans watching and hopefully seeing something inventive that will change the way we live. Possible iOS 11 Update - Apple is expected to showcase some improvements in iOS 11, including design tweaks, better handling of notifications and perhaps even multi-user support. Bundled apps also should get updates New macOS edition - a new version of Apple’s desktop operating system, macOS. Details on Apple’s plans for macOS are slim, but they could include a slight design update, enhancements…
Read More

Four steps to reduce the pain of Windows 7 installations using cumulative updates

Computer PC Tips - bits and bytes
Four steps to reduce the pain of Windows 7 installations using cumulative updates Excellent article by Ed Bott about reinstalling a fresh Windows 7 machine.  A few simple steps and you can cut down the amount of time necessary to install Windows 7.  As an technical person the time and effort to reinstall any operating system can be long and boring.  Various times in the day you need to stop to review what point you are up to and go back to the other tasks at hand. Windows 7 celebrates its eighth birthday in 2017.  Based on Microsoft there will be a 10-year support plan so the phase out will happen sometime in 2020.  There has been numerous updates over the past 8 years so it does take a lot…
Read More

The 2017 Microsoft Product Roadmap

Software Events
The 2017 Microsoft Product Roadmap The 2017 Microsoft Product Roadmap has been updated and released for the public to view what is going to be coming this year.  One large item is the MS SQL Server release for Linux.  This alone may open the doors for Microsoft to take over the Linux market from MYSQL who has been the center piece on Linux for years.   This year's product roadmap looks to be a bit less crowded, though major changes are on tap for Microsoft's productivity solutions, while Windows 10 is poised for another landmark update.  https://rcpmag.com/articles/2011/02/01/the-2011-microsoft-product-roadmap.aspx Microsoft is attacking the Linux arena at this point giving Windows developers the necessary tools to work with MS Code to build Python applications or access a SQL server. Microsoft Visual Studio 2017 Another…
Read More

Creating a Disaster Recovery Plan for your database (SQL)

Software development Concepts, Software Events
Creating a Disaster Recovery Plan for your database (SQL)   Idera recently had a fantastic webinar that went over the creation of a disaster recovery plan concerning your databases.  This should be a high critical piece of work usually done by DBAs within a company.  Let's go over a simple set of plans that depending on the type of company you are dealing with, can be done either large or small. Backups.  All backups should be done with incremental or full backups of your database.  There should be a protected network folder that contains the incremental in one and the full backups (usually done once a week) in a separate folder.  An incremental is a backup that contains only a snapshot of transactions that are done during a day while…
Read More