Tag Archive | "C#"

Inspiring Software Book Covers That Make You Want To Jump Out of Bed and Master Programming *Now*

Saturday, June 27, 2009

0 Comments

Learning a programming language like C# is something everyone wants to do, because then you can be as cool as this No? What about Visual C++ 6? If you’re more into web programming, then you can considering venturing into Ruby on Rails: Once you’re familiar enough with Ruby on Rails, you can move on to [...]

Continue reading...

How To Create a Stored Procedure using C#, SQL Server 2008, Visual Studio 2008

Thursday, July 24, 2008

3 Comments

Microsoft’s Visual Studio 2008 is amazing. It truly is an integrated development environment, because EVERYTHING is integrated. I just learnt about stored procedures today and how creating stored procedures is so easy in Visual Studio. Here’s the steps that you need. In Visual Studio, create a solution if you haven’t, and to that solution, add [...]

Continue reading...