{{theTime}}

Search This Blog

Total Pageviews

Remote Monitoring using jconsole


To start jconsole for remote monitoring, the command syntax is jconsole [hostName:portNum]. Detailed notes can be found in http://download.oracle.com/javase/1.5.0/docs/guide/management/jconsole.html

No comments:

Generate Models from SQL Server using Entity Framework Core

To generate models from SQL Server database tables using Entity Framework (EF) in .NET, you can follow the Database-First approach with Ent...