Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Dev-Notes: Exploring ASP.NET MVC

  • 30 March 2016
  • 0 Comments

Code First method build from scratch Make a backup of /Model files and /Migrations and delete xxx_Initial.cs one, delete all files under /Migrations, delete all tables in databaseORAlternatively run: Update-Database -TargetMigration $InitialDatabase to roll back to what it was Run enable-migations -Force in PM> Change the /Migrations/configuration.cs file with file below – notepad Run add-migration Initial in PM> Run […]

Apps

How to Access a Remote Machine via PowerShell

  • 15 March 2016
  • 0 Comments

Challenge The remote machine is running under Workgroup, not as a Domain. The software updates such as Adobe Acrobat needs to be updated manually due to the current standard user credential won’t let the system install it (UAC) and it required an Administrator account to log in and run. The administrator has to log on to every […]

Programming

Dev-Notes: Universal Windows Platform Development Series

Resources UWP 001 Series – Introduction – https://channel9.msdn.com/Series/Windows-10-development-for-absolute-beginners/UWP-001-Series-Introduction Credits Photo by Max DeRoin: https://www.pexels.com/photo/close-up-photography-of-black-and-green-computer-keyboard-keys-51415/ [Notes: Pageviews – 1,099 – before migrated from the Dewalist Blog website on 09/08/2020]

Apps

How to Update Microsoft Office 2003 Post Service Pack 3

  • 11 March 2016
  • 0 Comments

Challenge Microsoft Office 2003 is no longer supported, automatic updates are no longer working and there are lots of Office Updates 2003 after post Service Pack 3. Solution Download Office 2003 Update List (.ulz) file from this post (last updated November 2015) – http://www.msfn.org/board/topic/163238-post-sp3-updates-for-office-2003-updated-14-nov-2015/ Download and run Windows Updates Downloader – http://www.windowsupdatesdownloader.com/ProgramFiles.aspx Credits Photo by Ron Lach: […]