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

Happy 15th Birthday .NET!

Software Events
Happy 15th Birthday .NET! Today marks the 15th anniversary since .NET debuted to the world. On February 13th, 2002, the first version of .NET was released as part of Visual Studio.NET.  Microsoft was building its “Next Generation Windows Services” and unleashed a new level of productivity with Visual Studio.NET. Since the beginning, the .NET platform has allowed developers to quickly build and deploy robust applications, starting with Windows desktop and web server applications in 2002. You got an entire managed framework for building distributed Windows applications, ASP.NET was introduced as the next generation Active Server Pages for web-based development, and a new language, C# came to be. With the release of Visual Studio 2017 coming on March 7th and Visual Studio’s 20th anniversary, .NET Core tools reach 1.0. Tune in March…
Read More

Visual Studio 2017 Launch Event and 20th Anniversary

Software Events, Software Releases
Visual Studio 2017 Launch Event and 20th Anniversary The announcement that Visual Studio 2017 will be released on March 7 was released on the Microsoft web site. Over the years, Visual Studio grew from an IDE to a suite of products and services, including Visual Studio Team Services, Visual Studio Code, and many others. The family of Visual Studio products extends across platforms, enabling developers to build mobile-first, cloud-first apps that span Android, iOS, Linux, MacOS, and Windows. It also offers industry-leading DevOps practices across all types of projects, as well as tight integration with the Azure cloud. On March 7, Microsoft is proud to bring you the newest release, Visual Studio 2017, with a livestreamed two-day launch event at https://launch.visualstudio.com. Brian Harry, Miguel de Icaza, and Scott Hanselman will…
Read More

Getting Started with WinZip 21

Computer PC Tips - bits and bytes, Software Releases
Simple tutorial on how to use WinZip 21 How to Zip Files WinZip is the perfect tool for collecting and compressing files that you want to share or archive. In addition, when sending and receiving confidential files, it makes for an easy-to-use security tool. Let’s look at two ways to zip files: one quick, one with more options. How to zip a group of files quickly This is a quick way to zip files that are stored in the same location. It takes very few steps, but still gives you access to settings for encryption and other options. Select the files that you want to add to the Zip file (they must be in the same location). Right-click one of the selected files and choose Add to Zip file... The…
Read More