10 deadly sins of programming
Amr Saafan2026-05-17T07:05:57-04:00Here are a few deadly sins that you should avoid while programming, they are not in a particular order:Assuming your code works.Code before you think.Coding without using a version control system.No code comments.No exception handling.Not using meaningful names for variables, methods, classes, etc.Overengineering.Overuse of inheritance and overriding.Reinventing the wheel.Untraceable Changes.If...
How to format DateTime in SQL Server
Amr Saafan2026-05-17T07:05:58-04:00When expression is a date or time data type, style can be one of the values shown in the below Text:101 >>>>>>>> mm/dd/yy102 >>>>>>>> yy.mm.dd103 >>>>>>>> dd/mm/yy104 >>>>>>>> dd.mm.yy111 >>>>>>>> yy/mm/dd114 >>>>>>>> hh:mi:ss:mmm(24h)we will assume that we have a table contain a DateTime data type field, the result of the...
Nile Bits Facebook Page has more than 2000 likes!
Marwa Hassan2026-05-17T07:06:00-04:00We have more than 2000 likes now! Thank you Nile Bits Fans! We like you too.

