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

.NET (Core and Framework)

 
AnswerRe: What does the using System; line do ? Pin
Ron Beyer24-May-12 17:50
professionalRon Beyer24-May-12 17:50 
QuestionHello Everybody Pin
Member 878997430-Apr-12 11:20
Member 878997430-Apr-12 11:20 
AnswerRe: Hello Everybody Pin
Wes Aday30-Apr-12 11:39
professionalWes Aday30-Apr-12 11:39 
AnswerRe: Hello Everybody Pin
Dave Kreskowiak30-Apr-12 13:20
mveDave Kreskowiak30-Apr-12 13:20 
Questionhow to find creation time of file that is taken using fileupload contro? Pin
karan 201229-Apr-12 19:19
karan 201229-Apr-12 19:19 
AnswerRe: how to find creation time of file that is taken using fileupload contro? Pin
Alan N29-Apr-12 22:27
Alan N29-Apr-12 22:27 
QuestionStoring Large Object Array to File Pin
KenEldridge26-Apr-12 14:31
KenEldridge26-Apr-12 14:31 
AnswerRe: Storing Large Object Array to File Pin
Pete O'Hanlon26-Apr-12 20:06
mvePete O'Hanlon26-Apr-12 20:06 
When I want to write out data quickly and efficiently I tend to implement the ISerializable interface directly on the classes I want to serialise and manage the writing out myself. The reason the BinaryFormatter is so slow is because it's using reflection to work out what to serialize. By specifying this yourself you save the formatter from having to do this which results in a much faster implementation.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

QuestionRe: Storing Large Object Array to File Pin
KenEldridge27-Apr-12 6:56
KenEldridge27-Apr-12 6:56 
QuestionHow can i pass List<> to Oracle SP. Pin
sakthi250625-Apr-12 0:13
sakthi250625-Apr-12 0:13 
AnswerRe: How can i pass List to Oracle SP. Pin
Pete O'Hanlon25-Apr-12 0:34
mvePete O'Hanlon25-Apr-12 0:34 
AnswerRe: How can i pass List to Oracle SP. Pin
Eddy Vluggen25-Apr-12 5:09
professionalEddy Vluggen25-Apr-12 5:09 
GeneralRe: How can i pass List to Oracle SP. Pin
sakthi250626-Apr-12 2:00
sakthi250626-Apr-12 2:00 
QuestionHow can i pass List<> as a parameter to oracle SP Pin
sakthi250624-Apr-12 2:41
sakthi250624-Apr-12 2:41 
AnswerRe: How can i pass List as a parameter to oracle SP Pin
Eddy Vluggen24-Apr-12 5:32
professionalEddy Vluggen24-Apr-12 5:32 
QuestionHow can i pass List<> as a parameter to oracle SP Pin
sakthi250624-Apr-12 2:40
sakthi250624-Apr-12 2:40 
QuestionWhich is the Best ORM tool for .NET? Pin
Yordan-Petrov22-Apr-12 22:28
Yordan-Petrov22-Apr-12 22:28 
AnswerRe: Which is the Best ORM tool for .NET? Pin
Reza Ahmadi23-Apr-12 0:04
Reza Ahmadi23-Apr-12 0:04 
AnswerRe: Which is the Best ORM tool for .NET? Pin
Pascal Ganaye23-Apr-12 3:43
Pascal Ganaye23-Apr-12 3:43 
QuestionDataGrid to ReportViewer Pin
fatibou21-Apr-12 21:39
fatibou21-Apr-12 21:39 
AnswerRe: DataGrid to ReportViewer Pin
Reza Ahmadi23-Apr-12 0:05
Reza Ahmadi23-Apr-12 0:05 
QuestionHow to open Activex Object from .aspx page? Pin
dhanusahu20-Apr-12 4:52
dhanusahu20-Apr-12 4:52 
AnswerRe: How to open Activex Object from .aspx page? Pin
Richard MacCutchan20-Apr-12 5:30
mveRichard MacCutchan20-Apr-12 5:30 
Questiondata structure Pin
columbos1492718-Apr-12 1:23
columbos1492718-Apr-12 1:23 
AnswerRe: data structure Pin
Not Active18-Apr-12 2:15
mentorNot Active18-Apr-12 2:15 

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.