Just geeks
Friday, May 22, 2020
Inside Microsoft Photos App
›
Microsoft Photos App is the App that comes with Windows 10. I turns out you can back it up or move it to another user if you copy the foll...
25 comments:
Friday, February 15, 2019
Accessing web site running in Visual Studio 2017 using an alternative hostname
›
Assumptions: Running in Visual Studio 2017 Running an application on port 8888 Url used to access the application is http://localhost:8...
27 comments:
Thursday, February 14, 2019
Changing Styles for print media query
›
I had a situation where I needed to change what would be printed based on what button on the web page the user clicked. Here is an easy way ...
2 comments:
Wednesday, February 13, 2019
Changing the first line preview in email clients
›
In many email clients it will now show you the first line of the email body before you open it. If you are a developer creating this email s...
Tuesday, November 20, 2018
Keeping Secrets out of the web.config
›
See here for Microsofts official recommendations on best practices to keep secrets out of the web config. I am mostly concerned about appS...
4 comments:
Thursday, November 8, 2018
Save objects in Visual Studio for reuse later
›
One easy way to save an object while debugging in Visual Studio so that you can use it later for troubleshooting, or maybe use in LINQPad is...
5 comments:
Wednesday, August 22, 2018
Running IISExpress from the command line or Powershell
›
You don't need to open up Visual Studio just to run another project. You can run IISExpress via the command line instead. Here is th...
3 comments:
›
Home
View web version