jinsungy's blog
Yet another Microsoft programming blog.
7.17.2018
Updating your EF models using Database First approach
›
In the .Net Core world, updating your Entity Framework Core models from a Database First approach is not very obvious. It certainly wasn...
7.10.2018
.Net Core 2.1 Install on IIS
›
When trying to install a .Net Core 2.1 web application, you will need the .Net Core hosting bundle. I found this out the hard way on a Tues...
5.31.2016
Manually send HTTP requests using Netcat
›
In my last post, I talked about the importance of reviewing your web server's log files periodically for any unusual behavior. This is ...
4.29.2016
Review your Web Server's log files!
›
Let's face it. Viewing log files is not the most glamorous thing to do. If your company has a high-traffic web site, web server, API, o...
4.28.2016
Which HTTP method, GET or POST, is more secure? How about over a secure connection (HTTPS)?
›
There are many considerations when deciding to send either a HTTP GET or POST request when submitting form data. Some of those reasons may ...
8.08.2013
How to add a program exception to Windows Firewall for SQL Server
›
Every now and then when installing a new instance of SQL Server you may want to connect to it from other machines via Management Studio. H...
2.28.2011
My File Recovery Story
›
These days hard drive manufacturers are pushing the terabyte limits, so I thought this would be a good time to find a cheap backup solution ...
›
Home
View web version