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

Happy Birthday to Delphi at 22 years and counting

Rad Studio Delphi Development
Happy Birthday to Delphi at 22 years and counting Well with the next release, "Godzilla - Tokyo" currently in beta testing and getting prepared to support Linux servers, there is no better way then to shout out a happy birthday to Delphi. Delphi History Delphi was originally developed by Borland as a rapid application development tool for Windows as the successor of Turbo Pascal. Delphi added full object-orientation to the existing language, and since then the language has grown and supports many other modern language features, including generics and anonymous methods, as well as unusual features such as inbuilt string types and native COM support. Delphi and its C++ counterpart, C++Builder, share many core components, notably the IDE, the Visual Component Library (VCL), and much of the RTL, and are…
Read More

Microsoft to retire Windows Vista on April 11

Software Events
Microsoft to retire Windows Vista on April 11 I think this event is the best news for 2017 that Microsoft will finally stop supporting one of the worst operating systems called Vista.  Yes, I know there was BOB as well as Windows 8 but Vista with the various issues that it came in with as well as making new ones there is a bright future ahead. Vista was never a break-out hit for Microsoft, as were both its Windows XP predecessor and its successor, Windows 7. Even at Vista's peak nearly three years after its debut, the OS ran just 20% of all Windows PCs. From that October 2009 summit -- not coincidentally, the month of Windows 7's release -- Vista's share shrank. Within a year, it had slumped to less…
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