Unlock and Access your blocked Files
Have you ever experienced any of the following annoying messages when using Windows: Cannot delete file: Access […]
Convert Enum to KeyValuePair List and remove unwanted Enum options #Linq
In our new project, using Angular, I needed to fill drop down lists in a form from […]
Format Date in SQL Server
It’s very common to show the current date (i.e., month, day, and year) in different formats. […]
Quickie – Concatenate Rows as a String
Today I needed to concatenate a field from multiple rows in SQL Server to get a […]
File Sharing between PCs without Password Protection
Sometimes you would need to share a file or a folder with another user and you […]
Order BY Not Working in SQL Server Functions | Quickie
Ever created a function and needed to include the Order By clause. It would result in […]
Add AutoNumber to GridView showing the RowNumber | Quickie
The code below will add a column showing an incremental number near each row, which ultimately […]
Quickie – New Line in an Excel Cell
Just found this quick tip on how to enter a new line in an Excel cell. The […]
Div OnClick instead of a href | Quickie
Instead of using the “<a href=” tag to go to another page, you can use the […]