اشتراک‌ها
فقط یک HTTP Server ساده

خیلی موقع‌ها نیاز میشه یه http server ساده لانچ کنیم. مثلا نیازه فایل‌های زیر رو

D:\Folder\file.zip
D:\Folder\file2.html
D:\Folder\folder\file-in-folder.jpg

از طریق http قابل درسترس کنیم مانند زیر

در اینجا با ابزار http-server به راحتی میشه این کارو کرد

ابتدا نصب

npm install http-server -g

و سپس اجرا

cd D:\Folder
http-server
-------------- OR -------------
http-server D:\Folder

نمونه دات نتی این ابزار

https://github.com/natemcmaster/dotnet-serve 

Simple command-line HTTPS server for the .NET Core CLI 

dotnet tool install --global dotnet-serve

و سپس اجرا

dotnet serve


فقط یک HTTP Server ساده
اشتراک‌ها
Windows Server 2019 معرفی شد

Microsoft today officially announced the next generation of their Windows Server product. Now known as Windows Server 2019, it includes various changes made to security, scalability and reliability of the platform. 

Windows Server 2019 معرفی شد
اشتراک‌ها
Metadata Function ها در SQL Server

To be able to make full use of the system catalog to find out more about a database, you need to be familiar with the metadata functions. They save a great deal of time and typing when querying the metadata. Once you get the hang of these functions, the system catalog suddenly seems simple to use, as Robert Sheldon demonstrates in this article. 

Metadata Function ها در SQL Server