Sunday, May 20th, 2012

News Feed Comments Languages:

Featured Video

Do Simplified Programming !

courtesy of www.youtube.com.

Leave comment for this video here!

Video for Simplified Programming

Start learning here through this video… -courtesy of youtube-  Read More →

Read more of this article

Prevent from SQL Injections

There are many ways to prevent SQL injecton attacks, I suggests you will use parameterize query. Here’s an example of using parameterize query: PREVENT THIS STATEMENT: public string GetCustomerName(string CustId){ ... 

Read more of this article

C# Website Security Injection

Hi DSourceweb Webmaster, how do i protect my website from getting SQL Injection Attacks? By – Sweet 16 years old hunter  Read More →

Read more of this article

Very heart touching message…..

Featured Video Inspiring message Steve Jobs(Apple co-founder) This full video of Jobs’ commencement is embedded, courtesy of Stanford.  Read More →

Read more of this article

Exception error – Unhandled Exception: System.NullReferenceException

Hi, whats the cause of this error? Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at Program.Main() in C:\Users\……  Read More →

Read more of this article

How to instantiate a Class in c#?

Instantiating a class is like ABC…. Sample class: public Class Aclass { /**……. Statement here ………….*// } Now : in order to have an object Aclass we need to do this… public... 

Read more of this article

Getting started with C#(csharp)

This is a very simple program written in c# programming. Sample program: using System; // Namespace Declaration // Program start class class ClassA { // Main begins program execution.Main method static void Main() { // Write to... 

Read more of this article

Read More Posts in