SQL Cast from Varchar to Numeric
If you are working a lot with numbers in SQL Server or other database, sometimes it’s necessary to cast a text to …
If you are working a lot with numbers in SQL Server or other database, sometimes it’s necessary to cast a text to …
Microsoft has been moving at lightning speed to give software away. Especially to web professionals that want to make a huge difference …
The opportunity for students just got a little sweeter. It used to be that under the Dreamspark program, college students wanting to …
If you are getting an error like “The type or namespace name does not exist in the namespace” you may have found …
When creating a web control in an ASP.net application many times you will need to make references to information, data values and …
The following error is appearing while running Visual Studio 2005 and developing an application with SMO capabilities. It appears when trying perform …
There’s a problem when editing the DataGridView. Problem: The pencil glyph icon in edit mode wouldn’t go away. Here’s the situation and …
An application I wrote to compare values in the rows of two datagridviews, set side-by-side, will hide rows if no difference is …
Searching for a document that helps to connect a .NET web application with MySQL is hard to find. So, I thought I …
Well, something stumped me. But figured it out … As part of my C# console application, I wanted to print out the …