MySQL naming / coding conventions: tips on mySQL database 6. October 2015 Admin (3) There are coding standards on each programming language but in terms of MySQL I haven’t found any universal coding practice that everyone follows so i looked into different open source framework and popular PHP based software and found some generally applied standards on naming so I am trying to summaries it in this article. [More]
I can't access app.config from my web test plug in 9. July 2015 Admin .Net, WCF, WebAPI, Windows (5) I want to read the connection strings from my app.config of my Web Test Project but it never loads./ [More]
The entity or complex type cannot be constructed in a LINQ to Entities query. 26. April 2015 Admin (8) k [More]
VS 2015 Previw New Features /enhancement 13. November 2014 Admin .Net, MVC, vNext, WCF, WebAPI (5) ASP.NET 5 Preview runtimeThis release of Visual Studio supports creating and developing ASP.NET 5 Pr [More]
New T-SQL features in SQL Server 2012 – OFFSET and FETCH 30. August 2014 Admin SQL Server, T-SQL (11) There are solutions to this problem in other versions of the product in the form of temp tables, R [More]
Google Car is Self-Driving & Has No Steering Wheel 10. August 2014 Admin (7) Google recently showed it's new self driving car prototype to the public. The car is 100% self-driv [More]
Asp.NET vNext 10. August 2014 Admin .Net (4) There are some significant changes coming in ASP.NET vNext. The early preview release from Microsof [More]
MVC How to convert ModelState errors to json 27. July 2014 Admin .Net, MVC, WebAPI (3) How do you get a list of all ModelState error messages?Method 1: var errorList = (from item in Model [More]
kill a Windows process from the command line with taskkill 26. July 2014 Admin Windows (5) The ability to perform tasks from a system’s command line allows those tasks to be used in batch fil [More]
Convert Difference between 2 times into Milliseconds? 24. July 2014 Admin .Net (6) how to get difference between two date times into milliseconds? DateTime dt1 = DateTime. [More]