Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
AnswerRe: text steganography Pin
Dave Kreskowiak29-Apr-13 2:16
mveDave Kreskowiak29-Apr-13 2:16 
GeneralRe: text steganography Pin
Member 1000977129-Apr-13 2:44
Member 1000977129-Apr-13 2:44 
GeneralRe: text steganography Pin
Dave Kreskowiak29-Apr-13 7:09
mveDave Kreskowiak29-Apr-13 7:09 
AnswerRe: text steganography Pin
Manfred Rudolf Bihy29-Apr-13 2:30
professionalManfred Rudolf Bihy29-Apr-13 2:30 
GeneralRe: text steganography Pin
Member 1000977129-Apr-13 2:48
Member 1000977129-Apr-13 2:48 
GeneralRe: text steganography Pin
Manfred Rudolf Bihy29-Apr-13 3:15
professionalManfred Rudolf Bihy29-Apr-13 3:15 
GeneralRe: text steganography Pin
Pete O'Hanlon29-Apr-13 3:47
mvePete O'Hanlon29-Apr-13 3:47 
GeneralRe: text steganography Pin
Manfred Rudolf Bihy29-Apr-13 7:45
professionalManfred Rudolf Bihy29-Apr-13 7:45 
GeneralRe: text steganography Pin
Pete O'Hanlon29-Apr-13 8:35
mvePete O'Hanlon29-Apr-13 8:35 
GeneralRe: text steganography Pin
Manfred Rudolf Bihy29-Apr-13 8:50
professionalManfred Rudolf Bihy29-Apr-13 8:50 
AnswerRe: text steganography Pin
Keith Barrow29-Apr-13 2:32
professionalKeith Barrow29-Apr-13 2:32 
GeneralRe: text steganography Pin
Manfred Rudolf Bihy29-Apr-13 2:39
professionalManfred Rudolf Bihy29-Apr-13 2:39 
AnswerRe: text steganography Pin
Manfred Rudolf Bihy29-Apr-13 2:48
professionalManfred Rudolf Bihy29-Apr-13 2:48 
GeneralRe: text steganography Pin
Member 1000977129-Apr-13 2:52
Member 1000977129-Apr-13 2:52 
QuestionService web inside Windows service Pin
Alvinnne29-Apr-13 0:31
Alvinnne29-Apr-13 0:31 
AnswerRe: Service web inside Windows service Pin
Eddy Vluggen29-Apr-13 0:52
professionalEddy Vluggen29-Apr-13 0:52 
QuestionLogin to windows 7 using fingerprint scanner Pin
gankanda29-Apr-13 0:22
gankanda29-Apr-13 0:22 
AnswerRe: Login to windows 7 using fingerprint scanner Pin
Eddy Vluggen29-Apr-13 0:50
professionalEddy Vluggen29-Apr-13 0:50 
GeneralRe: Login to windows 7 using fingerprint scanner Pin
gankanda29-Apr-13 22:31
gankanda29-Apr-13 22:31 
AnswerRe: Login to windows 7 using fingerprint scanner Pin
Eddy Vluggen29-Apr-13 23:02
professionalEddy Vluggen29-Apr-13 23:02 
QuestionServer Client Arhitecture Pin
Rares T28-Apr-13 22:28
Rares T28-Apr-13 22:28 
AnswerRe: Server Client Arhitecture - Semi-long post. Pin
Keith Barrow28-Apr-13 22:48
professionalKeith Barrow28-Apr-13 22:48 
GeneralRe: Server Client Arhitecture - Semi-long post. Pin
Rares T29-Apr-13 0:24
Rares T29-Apr-13 0:24 
GeneralRe: Server Client Arhitecture - Semi-long post. Pin
Keith Barrow29-Apr-13 1:33
professionalKeith Barrow29-Apr-13 1:33 
AnswerRe: Server Client Arhitecture Pin
Eddy Vluggen29-Apr-13 0:58
professionalEddy Vluggen29-Apr-13 0:58 
Rares T wrote:
After a change is done ( create,edit,delete) there must be a kind of synchronization between the clients through the server so that no matter what client we work on (the server could also have a client app installed) , the list of files would be the same at any time.
If you're using the same database on the server, you'd have the same list of files. The server will not "inform" all clients that the list has changed though.

Rares T wrote:
Provide a way to connect your mobile phone to the server and read all the data in the database if necessary + access all the documents.
What type of documents? What does "access" mean in this context, is it just "displaying" a document, or would one need to be able to edit a PDF document on a phone?

Rares T wrote:
I also had the idea to store everything in the database (data + files) but I don't think this is the best option because there can be almost 100 mb of new files created each day and database backups need to be done every day.
I'm all in favour of putting files in the database; simply exclude the table from the backup, or put it in it's own database.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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.