Monthly Archives: August 2020

Educational SQL resources

This article gives you the resources to learn SQL Server and SQL Azure. You can find tutorials, quickstarts, and other educational resources. You can also download the evaluation from the link below. https://docs.microsoft.com/en-us/sql/sql-server/educational-sql-resources?view=sql-server-ver15/?WT.mc_id=DP-MVP-36769 Learn SQL Azure SQL for beginners https://aka.ms/azuresql4beginners/?WT.mc_id=DP-MVP-36769Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform | Tagged | 1 Comment

LEARN AZURE IN A MONTH OF LUNCHES

Download the Learn Azure in a Month of Lunches, Second Edition e-book to start learning practical cloud computing skills. In 21 bite-sized lessons, you’ll gain hands-on experience with core concepts you can apply immediately. Learn about: Infrastructure as a service (IaaS) and … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform | Tagged | Leave a comment

SqlDateTime overflow. Must be between

This article shows you one of the possible causes for the error SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. I was trying to search through the Internet and all the links actually is helpless. The … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | Leave a comment

Windows 10 cannot install .NET Framework 3.5

This short article shows you how to install .NET Framework 3.5 if you keep getting error in Add and Remove features. Download the iso from Microsoft, must be the same version. Mount the iso then run the following command. The … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged | Leave a comment

Assembly ‘CommonLibraryCore’ with identity ‘CommonLibraryCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ uses ‘System.Data.SqlClient, Version=4.6.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ which has a higher version than referenced assembly ‘System.Data.SqlClient’ with identity ‘System.Data.SqlClient, Version=4.2.0.2

This article shows you one of the possible ways to resolve the error like the one below. Severity Code Description Error CS1705 Assembly ‘CommonLibraryCore’ with identity ‘CommonLibraryCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ uses ‘System.Data.SqlClient, Version=4.6.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ which has a higher version … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged | Leave a comment

Azure fundamentals

Interested in the cloud, but aren’t quite sure what it can do for you? This path is the place to start. In this learning path, you will: Learn cloud concepts such as High Availability, Scalability, Elasticity, Agility, Fault Tolerance, and … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform | Tagged | Leave a comment

Azure SQL fundamentals

Learn how to translate your existing SQL Server expertise to Azure SQL including Azure SQL Database and Azure SQL managed instance. After completing this learning path, you will have a foundational knowledge of what to use when, as well as … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged , | Leave a comment

Get The Developer’s Guide to Azure eBook

Learn how to develop on Azure from day one using common app design scenarios with this free eBook – an all-new, second edition. You’ll learn how to: Use your existing tools and skills to create apps. Create intelligent apps with … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform | Tagged | Leave a comment

CTO August 2020 articles and resources

These are the good reads found in this month. Where enterprise IT can really apply AI I link the section, Don’t confuse automation with AI. The article let you rethink on AI. https://www.cio.com/article/3562468/where-enterprise-it-can-really-apply-ai.html/?WT.mc_id=DP-MVP-36769 11 steps to insourcing success When you … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO | Tagged | Leave a comment

Application Configuration file “App.config” is invalid

This short article shows you how to resolve the erro, “Application Configuration file “App.config” is invalid. Could not find file ‘C:\dev1\CommonLibrary\CommonLibrary\App.confi” It could be other file than App.config, This is because the file has been delete by other people’s check … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet | Tagged | Leave a comment