Monthly Archives: July 2021

set identity_insert ON not working for entity framework

This blog article shows you one of the possible ways to fix the problem, after you put db.Database.ExecuteSqlRaw(“SET IDENTITY_INSERT dbo.Blogger ON;”); in your code but yourare still getting “IDENTITY_INSERT is set to OFF“ error. You need to embrace your transaction … Continue reading

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

The entity type requires a primary key to be defined. If you intended to use a keyless entity type call ‘HasNoKey()’

The blog article shows you one of the ways to get rid of the error “The entity type ‘BlogPost’ requires a primary key to be defined. If you intended to use a keyless entity type call ‘HasNoKey()’when I run update-database … Continue reading

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

Added Self Signed certificate to Trusted Root Certification Authorities but not working

This blog articles shows you one of the possible reasons why your self-signed certificate still gets warning after you store it in Trusted Root Certification Authorities. After you followed the video like https://www.youtube.com/watch?v=GrOReB66UbM or follow the article like http://woshub.com/how-to-deploy-certificate-by-using-group-policy/ . … Continue reading

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

How to get Windows 11 Preview

This blog article shows you how to get a copy of Windows 11 Preview if you like too. Just follow the steps belong: 1. Sign up with Windows Insider Program https://insider.windows.com/en-us/. 2. Login to your Windows 10 using the Account … Continue reading

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

6 ways cross-agency collaboration can transform government services

To meet the growing demands of residents, it’s more important than ever to drive government transformation through innovation and cross-agency collaboration. In this eBook Empowering Cross-Agency Collaboration, explore how effective cross-agency collaboration can help you: Build a more agile, efficient government. Restore … Continue reading

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

CTO July 2021 articles and resources

These are the good reads found in this month. How AI can enhance customer experience Predicting stores’ product needs Delivering medical supplies where they’re most needed https://www.infoworld.com/article/3618173/how-ai-can-enhance-customer-experience.html 8 databases supporting in-database machine learning Microsoft SQL Server IBM Db2 Warehouse Oracle … Continue reading

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

Repository Pattern C#

This blog article shows you one of the ways to create Repository Pattern. Thanks to the link at the bottom that I found this code. After searching for so many links in the Internet only the sample below is working. … Continue reading

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

ASP.NET Blazor Thousand Separator

This blog article shous you an idea on how to create a Thousand Separator in ASP.NET Blazor. This may not be the best idea but it works for some people likely. It is making use of @onkeydown event. The code … Continue reading

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

Deliver critical services even while you lead through a crisis

Learn more about digital transformation from a government perspective – and how having responsive technology in place can help you deliver critical citizen services. Through real-life examples, discover ways to: Lead through a crisis Govern remotely Build and maintain trust … Continue reading

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

Visual Studio Installer Hang

This blog article shows you one of the possible ways to resume the installation when you Visual Studio 2019 installer Hang at 99%. This happened when I was updating from 16.10.2 to 16.10.3. I click Pause. Another 5 minutes later … Continue reading

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