Click here to Skip to main content
15,920,468 members
Home / Discussions / C#
   

C#

 
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 0:45
J4amieC2-Jan-08 0:45 
GeneralRe: Searching / Filtering database Pin
ph1l22-Jan-08 1:51
ph1l22-Jan-08 1:51 
GeneralRe: Searching / Filtering database Pin
J4amieC2-Jan-08 3:08
J4amieC2-Jan-08 3:08 
GeneralFilter/Copy datatable columns Pin
mpavas2-Jan-08 0:04
mpavas2-Jan-08 0:04 
GeneralRe: Filter/Copy datatable columns Pin
ChandraRam2-Jan-08 0:50
ChandraRam2-Jan-08 0:50 
GeneralRe: Filter/Copy datatable columns Pin
mpavas2-Jan-08 1:06
mpavas2-Jan-08 1:06 
Generalwrapper classes in C# Pin
prince nani2-Jan-08 0:01
prince nani2-Jan-08 0:01 
GeneralRe: wrapper classes in C# Pin
Colin Angus Mackay2-Jan-08 0:46
Colin Angus Mackay2-Jan-08 0:46 
prince nani wrote:
any sample programs on wrapper classes.


A wrapper class is usually where a piece of non-OO functionality is wrapped encapsulated in a class so that the callers of the class don't have to deal with the non-OO implementation. There are many classes in the .NET Framework that are wrapper classes around parts of the Win32 API.

You can also get wrapper classes where the class encapsulates complex, but repeated, set of functionality from one or more other classes into a single place. In this case, it would more accurately be called a Façade. The My namespace in VB.NET contains many façade classes.


GeneralRe: wrapper classes in C# Pin
CPallini2-Jan-08 0:59
mveCPallini2-Jan-08 0:59 
GeneralDatarow viewing Pin
Hum Dum1-Jan-08 23:17
Hum Dum1-Jan-08 23:17 
Generalregular expression Pin
prasadbuddhika1-Jan-08 22:22
prasadbuddhika1-Jan-08 22:22 
GeneralRe: regular expression Pin
sindhutiwari1-Jan-08 23:10
sindhutiwari1-Jan-08 23:10 
GeneralRe: regular expression Pin
Pete O'Hanlon1-Jan-08 23:19
mvePete O'Hanlon1-Jan-08 23:19 
GeneralRe: regular expression Pin
Guffa1-Jan-08 23:56
Guffa1-Jan-08 23:56 
GeneralRe: regular expression Pin
Pete O'Hanlon2-Jan-08 0:18
mvePete O'Hanlon2-Jan-08 0:18 
General[Message Deleted] Pin
ramyanaidu1-Jan-08 21:22
ramyanaidu1-Jan-08 21:22 
GeneralRe: allow only desired datatype values in textbox Pin
sujithkumarsl1-Jan-08 21:37
sujithkumarsl1-Jan-08 21:37 
GeneralRe: allow only desired datatype values in textbox Pin
sindhutiwari1-Jan-08 22:11
sindhutiwari1-Jan-08 22:11 
Generalcompile problem Pin
zeeShan anSari1-Jan-08 20:52
zeeShan anSari1-Jan-08 20:52 
GeneralRe: compile problem Pin
mav.northwind1-Jan-08 20:59
mav.northwind1-Jan-08 20:59 
GeneralRe: compile problem Pin
zeeShan anSari1-Jan-08 21:10
zeeShan anSari1-Jan-08 21:10 
GeneralRe: compile problem Pin
Colin Angus Mackay1-Jan-08 21:18
Colin Angus Mackay1-Jan-08 21:18 
GeneralRe: compile problem Pin
Pete O'Hanlon1-Jan-08 22:23
mvePete O'Hanlon1-Jan-08 22:23 
GeneralRe: compile problem Pin
Colin Angus Mackay1-Jan-08 23:38
Colin Angus Mackay1-Jan-08 23:38 
GeneralRe: compile problem Pin
Pete O'Hanlon2-Jan-08 0:02
mvePete O'Hanlon2-Jan-08 0:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.