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

.NET (Core and Framework)

 
GeneralRe: Negative Mod numbers Pin
Pete O'Hanlon12-Oct-10 2:08
mvePete O'Hanlon12-Oct-10 2:08 
GeneralRe: Negative Mod numbers Pin
Luc Pattyn12-Oct-10 2:22
sitebuilderLuc Pattyn12-Oct-10 2:22 
AnswerRe: Negative Mod numbers Pin
Luc Pattyn12-Oct-10 1:56
sitebuilderLuc Pattyn12-Oct-10 1:56 
GeneralRe: Negative Mod numbers Pin
NeverHeardOfMe12-Oct-10 2:05
NeverHeardOfMe12-Oct-10 2:05 
Questionrule engine Pin
ali_reza_zareian11-Oct-10 19:46
ali_reza_zareian11-Oct-10 19:46 
AnswerRe: rule engine Pin
Abhinav S11-Oct-10 20:25
Abhinav S11-Oct-10 20:25 
AnswerRe: rule engine Pin
Pete O'Hanlon11-Oct-10 22:20
mvePete O'Hanlon11-Oct-10 22:20 
QuestionBinaryWriter Problem for ValueTypes Pin
ganesh_IT11-Oct-10 1:14
ganesh_IT11-Oct-10 1:14 
Hi Guys, i want to write may value type(structure) in binary format, in BinaryWriter class, overloading is available for all CTS primitive types.But no overload for Object type.

Is there facility is available for writing my value type....
<br />
//My Value Type<br />
struct MyData<br />
{<br />
   string _name;<br />
   string _fathername;<br />
   string _address;<br />
};<br />
using(BinaryWriter bn = new BinaryWriter(File.Open("File Path"), FileMode.OpenOrCreate)))<br />
{<br />
   MyData d;<br />
   d._name = nameTextbox.Text;<br />
   d._fathername = fatherTextbox.Text;<br />
   d._address = addressTextbox.Text;<br />
   bn.Write(d) // Error <br />
}<br />

Thanks in Advance
AnswerRe: BinaryWriter Problem for ValueTypes Pin
Pete O'Hanlon11-Oct-10 1:42
mvePete O'Hanlon11-Oct-10 1:42 
AnswerRe: BinaryWriter Problem for ValueTypes Pin
_Erik_19-Oct-10 5:15
_Erik_19-Oct-10 5:15 
QuestionProblem with WF 4.0 and DLL Pin
Veler10-Oct-10 1:26
Veler10-Oct-10 1:26 
QuestionCan we perform native static applications in .net which will not require .NET framework at runtime? Pin
rahul.kulshreshtha8-Oct-10 20:22
rahul.kulshreshtha8-Oct-10 20:22 
AnswerRe: Can we perform native static applications in .net which will not require .NET framework at runtime? Pin
Abhinav S8-Oct-10 20:32
Abhinav S8-Oct-10 20:32 
AnswerRe: Can we perform native static applications in .net which will not require .NET framework at runtime? Pin
Luc Pattyn8-Oct-10 20:33
sitebuilderLuc Pattyn8-Oct-10 20:33 
GeneralRe: Can we perform native static applications in .net which will not require .NET framework at runtime? Pin
rahul.kulshreshtha8-Oct-10 20:41
rahul.kulshreshtha8-Oct-10 20:41 
GeneralRe: Can we perform native static applications in .net which will not require .NET framework at runtime? Pin
Luc Pattyn8-Oct-10 20:44
sitebuilderLuc Pattyn8-Oct-10 20:44 
GeneralRe: Can we perform native static applications in .net which will not require .NET framework at runtime? Pin
rahul.kulshreshtha8-Oct-10 20:45
rahul.kulshreshtha8-Oct-10 20:45 
GeneralRe: Can we perform native static applications in .net which will not require .NET framework at runtime? Pin
rahul.kulshreshtha8-Oct-10 20:48
rahul.kulshreshtha8-Oct-10 20:48 
GeneralRe: Can we perform native static applications in .net which will not require .NET framework at runtime? Pin
Luc Pattyn9-Oct-10 4:17
sitebuilderLuc Pattyn9-Oct-10 4:17 
Questionuser control in asp.net1.1 version Pin
mym16-Oct-10 21:31
mym16-Oct-10 21:31 
AnswerRe: user control in asp.net1.1 version Pin
Daniel Casserly7-Oct-10 2:07
Daniel Casserly7-Oct-10 2:07 
AnswerRe: user control in asp.net1.1 version Pin
fjdiewornncalwe12-Oct-10 3:05
professionalfjdiewornncalwe12-Oct-10 3:05 
Questionthree tire architecture Pin
deepak chaudhari snk6-Oct-10 1:01
deepak chaudhari snk6-Oct-10 1:01 
AnswerRe: three tire architecture Pin
Pete O'Hanlon6-Oct-10 1:14
mvePete O'Hanlon6-Oct-10 1:14 
GeneralRe: three tire architecture Pin
ely_bob7-Oct-10 4:06
professionalely_bob7-Oct-10 4:06 

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.