How to get the current Database and Log Filesize using MSSQL
To get the current Database and Log Filesize using MSSQL you can use the snippet below. Tested using SQL Server 2012. Sample MSSQL Sample Output
All the Code Snippets and Samples you need
To get the current Database and Log Filesize using MSSQL you can use the snippet below. Tested using SQL Server 2012. Sample MSSQL Sample Output
To retrieve a IEnuemerable of all types in the current or another Assembly that implement a specific Interface / Abstract class and so on, you can use the snippets below.…
To get the class of an element using jQuery you can use the snippet below.
To Check if a Form is open in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To get the Month name of a Datetime in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
You can use the IsNull Extension method by using the snippet below. Sample C# Sample VB.NET As always, this extension method has been added to the Github Fesslersoft.Extensions Repository
To check if a file exists in C++ you can use the following snippet. Sample C++
To check if a file exists in C you can use the follwing snippet. Sample C
To check if a path is a file or folder in Java you can use the following snippet. Sample Java
This snippet will give you the IsArray function for Javascript. Sample Javascript