C# 8.0 Previewed

Software development Concepts, Software Events
C# 8.0 Previewed Originally written in www.infoq.com, some amazing stuff coming down the pipe for C#. Nullable Reference Types We’ve covered nullable reference types in the past, but briefly the idea is that reference types would no longer be nullable by default. Instead, you have to explicitly mark them as nullable using the same “Type?” syntax that you use for nullable value types. Assigning a null to a non-nullable reference type will be a compiler warning. Likewise, reading from a nullable type would be a compiler warning unless the variable in question was explicitly checked for null ahead of time. So theoretically the only change developers need to make is to sprinkle question marks where appropriate. Since our report, a new syntax was added to this feature. Consider a scenario where you know…
Read More

How to handle Open Source Software and Security.

Computer PC Tips - bits and bytes
How to handle Open Source Software and Security. Open source has always left so many questions unanswered on whether your comfort level for software security is high or you have sleepless nights. The keys for open source have the following open questions, can someone else view the source and modify it  or do you rely on internal software developers fix the security flaws.   Open source is mostly freely written software by developers who love to write software code and do not mind submitting their projects for all to use. When using open source, the internal developers need to test the piece out and whether it can be used in the production systems.  It is up to the developer to test the code on a machine that can be safely…
Read More

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