Click here to Skip to main content
15,892,059 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Difference b/w layered and tier architecture Pin
Pete O'Hanlon28-Nov-11 5:19
mvePete O'Hanlon28-Nov-11 5:19 
GeneralRe: Difference b/w layered and tier architecture Pin
Sarvesh Kumar Gupta30-Nov-11 23:28
Sarvesh Kumar Gupta30-Nov-11 23:28 
GeneralRe: Difference b/w layered and tier architecture Pin
Pete O'Hanlon4-Dec-11 4:08
mvePete O'Hanlon4-Dec-11 4:08 
QuestionCheck for the selection of profile for mail account in control panel Pin
RajpootRohan28-Nov-11 0:40
professionalRajpootRohan28-Nov-11 0:40 
AnswerRe: Check for the selection of profile for mail account in control panel Pin
Eddy Vluggen28-Nov-11 9:11
professionalEddy Vluggen28-Nov-11 9:11 
QuestionCreate TIFF file Pin
columbos1492727-Nov-11 21:00
columbos1492727-Nov-11 21:00 
AnswerRe: Create TIFF file Pin
Pete O'Hanlon27-Nov-11 22:57
mvePete O'Hanlon27-Nov-11 22:57 
AnswerRe: Create TIFF file Pin
Luc Pattyn27-Nov-11 23:21
sitebuilderLuc Pattyn27-Nov-11 23:21 
There is a constructor Bitmap(Int32, Int32, Int32, PixelFormat, IntPtr), where the last parameter points to an array of pixel data in one of the known formats, so if your image data is just pixels (akin a bmp file), you could create a Bitmap, then Save it in the format of your choice. Make sure to read the remarks in MSDN!

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

QuestionPassing Dataset Object from .NET 1.1 to .NET 3.5 Pin
Member 781892027-Nov-11 12:36
Member 781892027-Nov-11 12:36 
QuestionAspect Oriented Programming in .NET Pin
Jammer26-Nov-11 9:18
Jammer26-Nov-11 9:18 
Questiongeneric method, to be inherited,to get an entity by its ID in LINQ using T-SQL embed Pin
jonatan_55624-Nov-11 4:16
jonatan_55624-Nov-11 4:16 
QuestionMixed mode assembley Pin
columbos1492720-Nov-11 19:57
columbos1492720-Nov-11 19:57 
AnswerRe: Mixed mode assembley Pin
rajeevcapgeminiindia22-Nov-11 1:05
rajeevcapgeminiindia22-Nov-11 1:05 
GeneralRe: Mixed mode assembley Pin
Richard MacCutchan22-Nov-11 1:09
mveRichard MacCutchan22-Nov-11 1:09 
AnswerRe: Mixed mode assembley Pin
NikulDarji23-Nov-11 3:08
NikulDarji23-Nov-11 3:08 
QuestionMessage Removed Pin
17-Nov-11 9:36
professionalN_tro_P17-Nov-11 9:36 
AnswerRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn17-Nov-11 10:40
sitebuilderLuc Pattyn17-Nov-11 10:40 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Not Active17-Nov-11 12:10
mentorNot Active17-Nov-11 12:10 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn17-Nov-11 12:25
sitebuilderLuc Pattyn17-Nov-11 12:25 
GeneralMessage Removed Pin
18-Nov-11 3:46
professionalN_tro_P18-Nov-11 3:46 
AnswerRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn18-Nov-11 4:08
sitebuilderLuc Pattyn18-Nov-11 4:08 
GeneralMessage Removed Pin
18-Nov-11 4:37
professionalN_tro_P18-Nov-11 4:37 
AnswerRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn18-Nov-11 4:45
sitebuilderLuc Pattyn18-Nov-11 4:45 
GeneralMessage Removed Pin
18-Nov-11 5:21
professionalN_tro_P18-Nov-11 5:21 
GeneralRe: IEnumerable Unboxing and ToMethods Pin
Luc Pattyn18-Nov-11 5:24
sitebuilderLuc Pattyn18-Nov-11 5:24 

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.