shahid82

Stories submitted by shahid82

How to use unsafe code in C#(shahidriaz.com)

submitted by shahid82shahid82(150) 3 years, 7 months ago

How to use unsafe,unmanaged code in .Net using CSharp(C#) read more...

add a comment |category: |Views: 12

tags: another

How to develop a simple Service and its Consumer using WCF(shahidriaz.com)

submitted by shahid82shahid82(150) 3 years, 7 months ago

A simple quick start of Windows communication foundation. In the quick start the author has explained the basic of WCF and its need. It also describe some brief history of distributed programming. read more...

add a comment |category: |Views: 3

tags: another

Facade design pattern using C#(shahidriaz.com)

submitted by shahid82shahid82(150) 3 years, 7 months ago

Quick start: How to impliment facade pattern in Csharp.. read more...

add a comment |category: |Views: 102

tags: another

How to play with IList using Loop, Predicate deligate and Lamda expres(shahidriaz.com)

submitted by shahid82shahid82(150) 3 years, 7 months ago

How to find some particular value/values from List using different apporaches, like Loop, Predicate delegate read more...

add a comment |category: |Views: 146

tags: another

HTML Encoding(shahidriaz.com)

submitted by shahid82shahid82(150) 3 years, 7 months ago

In this article the author showed the different ways to show the illegal characters in HTML read more...

add a comment |category: |Views: 36

tags: another