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 […]
Force Windows to Stay on Top
During the World Cup, I like watching the matches. But sometimes when I’m on the PC, […]
Format Date in SQL Server
It’s very common to show the current date (i.e., month, day, and year) in different formats. […]
How to know it’s a Spoof Email?
I’ve had many clients asking if they are safe to open a particular email. Some emails […]
File Sharing between PCs without Password Protection
Sometimes you would need to share a file or a folder with another user and you […]
Week Review.. over 300,000 all time views
This week my blog managed to reach a target that I previously set in my mind, […]
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 […]
Solution | Unable to write output file ‘…pdb’; unspecified error
During this weekend, I started having a problem when building a solution in Visual Studio. It […]
Quickie – New Line in an Excel Cell
Just found this quick tip on how to enter a new line in an Excel cell. The […]