Click here to Skip to main content
15,908,768 members
Home / Discussions / C#
   

C#

 
QuestionHebrew chars returned by Directory.GetFiles problem Pin
impeham4-Aug-07 3:34
impeham4-Aug-07 3:34 
AnswerRe: Hebrew chars returned by Directory.GetFiles problem Pin
Luc Pattyn4-Aug-07 4:15
sitebuilderLuc Pattyn4-Aug-07 4:15 
GeneralRe: Hebrew chars returned by Directory.GetFiles problem Pin
impeham4-Aug-07 4:33
impeham4-Aug-07 4:33 
AnswerRe: Hebrew chars returned by Directory.GetFiles problem Pin
Mike Dimmick4-Aug-07 4:34
Mike Dimmick4-Aug-07 4:34 
Questiontags - how to? Pin
Jassim Rahma4-Aug-07 3:31
Jassim Rahma4-Aug-07 3:31 
AnswerRe: tags - how to? Pin
Colin Angus Mackay4-Aug-07 12:51
Colin Angus Mackay4-Aug-07 12:51 
GeneralRe: tags - how to? Pin
Jassim Rahma5-Aug-07 5:41
Jassim Rahma5-Aug-07 5:41 
GeneralRe: tags - how to? Pin
Colin Angus Mackay5-Aug-07 5:50
Colin Angus Mackay5-Aug-07 5:50 
Tags are a fuzzy concept. I don't see what technical information you'd be looking for becuase they are, at their simplest, a many-to-many join between two (or more tables)

Take Flickr for example. Tags are associated with photographs.

One tag is associated with many photos
One photo is associated with many tags.

The three tables are:

Tag
---
TagID
Text

Photo
-----
PhotoID
PhotoBinary

PhotoTag
--------
TagID
PhotoID

That is the basis of a many-to-many join. The subject of a Databases 101 course.

There isn't much more to it than that.


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...

"I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless."


My website

Questioninternet cafe software - help needed Pin
Jassim Rahma4-Aug-07 3:21
Jassim Rahma4-Aug-07 3:21 
AnswerRe: internet cafe software - help needed Pin
The ANZAC4-Aug-07 13:02
The ANZAC4-Aug-07 13:02 
GeneralRe: internet cafe software - help needed Pin
Jassim Rahma5-Aug-07 5:56
Jassim Rahma5-Aug-07 5:56 
QuestionHow can I access an html element in frame. Pin
VahagnSC4-Aug-07 0:37
VahagnSC4-Aug-07 0:37 
AnswerRe: How can I access an html element in frame. Pin
George L. Jackson4-Aug-07 6:20
George L. Jackson4-Aug-07 6:20 
QuestionWindows form global object Pin
Krugger4044-Aug-07 0:22
Krugger4044-Aug-07 0:22 
AnswerRe: Windows form global object [modified] Pin
Colin Angus Mackay4-Aug-07 0:31
Colin Angus Mackay4-Aug-07 0:31 
GeneralRe: Windows form global object Pin
Christian Graus4-Aug-07 0:47
protectorChristian Graus4-Aug-07 0:47 
GeneralRe: Windows form global object Pin
Colin Angus Mackay4-Aug-07 0:50
Colin Angus Mackay4-Aug-07 0:50 
GeneralRe: Windows form global object Pin
Krugger4044-Aug-07 0:58
Krugger4044-Aug-07 0:58 
AnswerRe: Windows form global object Pin
Manoj Kumar Rai4-Aug-07 0:49
professionalManoj Kumar Rai4-Aug-07 0:49 
GeneralRe: Windows form global object Pin
Colin Angus Mackay4-Aug-07 0:52
Colin Angus Mackay4-Aug-07 0:52 
QuestionHow to open and read a file as a unicode char Pin
Life as a Coder3-Aug-07 23:32
Life as a Coder3-Aug-07 23:32 
AnswerRe: How to open and read a file as a unicode char Pin
Luc Pattyn3-Aug-07 23:52
sitebuilderLuc Pattyn3-Aug-07 23:52 
GeneralRe: How to open and read a file as a unicode char Pin
Life as a Coder4-Aug-07 0:03
Life as a Coder4-Aug-07 0:03 
GeneralRe: How to open and read a file as a unicode char Pin
Luc Pattyn4-Aug-07 0:17
sitebuilderLuc Pattyn4-Aug-07 0:17 
AnswerRe: How to open and read a file as a unicode char [modified] Pin
Guffa4-Aug-07 0:51
Guffa4-Aug-07 0:51 

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.