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

.NET (Core and Framework)

 
QuestionRichEdit Question Pin
Kalkidas11-Oct-11 12:39
Kalkidas11-Oct-11 12:39 
QuestionFaster file access Pin
Mehdi Gholam10-Oct-11 18:33
Mehdi Gholam10-Oct-11 18:33 
AnswerRe: Faster file access Pin
Abhinav S10-Oct-11 18:49
Abhinav S10-Oct-11 18:49 
GeneralRe: Faster file access Pin
Mehdi Gholam10-Oct-11 20:19
Mehdi Gholam10-Oct-11 20:19 
GeneralRe: Faster file access Pin
Abhinav S10-Oct-11 20:42
Abhinav S10-Oct-11 20:42 
AnswerRe: Faster file access Pin
PIEBALDconsult11-Oct-11 2:58
mvePIEBALDconsult11-Oct-11 2:58 
GeneralRe: Faster file access Pin
Mehdi Gholam11-Oct-11 3:06
Mehdi Gholam11-Oct-11 3:06 
GeneralRe: Faster file access Pin
Dave Kreskowiak11-Oct-11 3:30
mveDave Kreskowiak11-Oct-11 3:30 
Well, if you're not using a database engine and you need to reduce the number of seeks, you'll have to build some kind of caching engine to hold onto chunks of the file, if not all of it, in memory and then access the data from memory instead of disk. Of course, your engine will have to swap pages in and out as needed.

AnswerRe: Faster file access Pin
Luc Pattyn11-Oct-11 3:39
sitebuilderLuc Pattyn11-Oct-11 3:39 
GeneralRe: Faster file access Pin
Mehdi Gholam11-Oct-11 3:43
Mehdi Gholam11-Oct-11 3:43 
GeneralRe: Faster file access Pin
Luc Pattyn11-Oct-11 4:45
sitebuilderLuc Pattyn11-Oct-11 4:45 
GeneralRe: Faster file access Pin
Mehdi Gholam11-Oct-11 5:15
Mehdi Gholam11-Oct-11 5:15 
QuestionChecking validity of a URL Pin
PIEBALDconsult10-Oct-11 16:35
mvePIEBALDconsult10-Oct-11 16:35 
AnswerRe: Checking validity of a URL Pin
Mehdi Gholam10-Oct-11 19:21
Mehdi Gholam10-Oct-11 19:21 
GeneralRe: Checking validity of a URL Pin
PIEBALDconsult11-Oct-11 2:40
mvePIEBALDconsult11-Oct-11 2:40 
GeneralRe: Checking validity of a URL Pin
AspDotNetDev10-Oct-11 20:12
protectorAspDotNetDev10-Oct-11 20:12 
AnswerRe: Checking validity of a URL Pin
Pete O'Hanlon11-Oct-11 3:10
mvePete O'Hanlon11-Oct-11 3:10 
GeneralRe: Checking validity of a URL Pin
Mehdi Gholam11-Oct-11 3:50
Mehdi Gholam11-Oct-11 3:50 
GeneralRe: Checking validity of a URL Pin
PIEBALDconsult11-Oct-11 4:31
mvePIEBALDconsult11-Oct-11 4:31 
QuestionRead from excel file and download Pin
Member 76985969-Oct-11 22:07
Member 76985969-Oct-11 22:07 
AnswerRe: Read from excel file and download Pin
Dave Kreskowiak10-Oct-11 1:21
mveDave Kreskowiak10-Oct-11 1:21 
GeneralRe: Read from excel file and download Pin
Member 769859611-Oct-11 18:21
Member 769859611-Oct-11 18:21 
QuestionCssSpriteGenerator - help with configuration Pin
IdanShechter5-Oct-11 0:34
IdanShechter5-Oct-11 0:34 
AnswerRe: CssSpriteGenerator - help with configuration Pin
Richard MacCutchan10-Oct-11 4:20
mveRichard MacCutchan10-Oct-11 4:20 
QuestionObscure .net Part 1 : Threads Pin
Mehdi Gholam3-Oct-11 21:06
Mehdi Gholam3-Oct-11 21: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.