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

C#

 
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin16-Apr-09 1:22
Farawin16-Apr-09 1:22 
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
dojohansen16-Apr-09 3:42
dojohansen16-Apr-09 3:42 
GeneralRe: How to make a complex type visible to the client in .NET remoting and WCF? Pin
Farawin16-Apr-09 21:45
Farawin16-Apr-09 21:45 
NewsInteresting Article for C# and Navision Developers Pin
abhishek pareek200915-Apr-09 23:05
abhishek pareek200915-Apr-09 23:05 
QuestionHow do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 22:26
calendarw15-Apr-09 22:26 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
Mycroft Holmes15-Apr-09 23:20
professionalMycroft Holmes15-Apr-09 23:20 
GeneralRe: How do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 23:41
calendarw15-Apr-09 23:41 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
SeMartens15-Apr-09 23:21
SeMartens15-Apr-09 23:21 
Hi,

there is an alternative solution to polling. The technique itself is based on the observer pattern. The model (database etc.) informs all before registered listeners about a change in the model. The listener itself can then react accordingly.

You have two options to implement this:

1) Some database-server can inform registered applications (through the connection) about changes in the database. Check if you DBMS can do this (look for event or sth. similar).
2) Implement a layer which communicates between different hosts. Then use this layer to send a message to all registered applications that you performed a database change. (You should avoid using this solution. Better use your polling mechanism)

Hope this helps.

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

GeneralRe: How do you implement the auto reload process from database data in windows form for display? Pin
calendarw15-Apr-09 23:47
calendarw15-Apr-09 23:47 
AnswerRe: How do you implement the auto reload process from database data in windows form for display? Pin
dojohansen16-Apr-09 1:15
dojohansen16-Apr-09 1:15 
QuestionDraw text along points Pin
baranils15-Apr-09 22:22
baranils15-Apr-09 22:22 
AnswerRe: Draw text along points Pin
Henry Minute15-Apr-09 23:26
Henry Minute15-Apr-09 23:26 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 0:25
baranils16-Apr-09 0:25 
GeneralRe: Draw text along points [modified] Pin
Henry Minute16-Apr-09 0:41
Henry Minute16-Apr-09 0:41 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 0:56
baranils16-Apr-09 0:56 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 0:57
Henry Minute16-Apr-09 0:57 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 3:50
Henry Minute16-Apr-09 3:50 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 4:04
baranils16-Apr-09 4:04 
GeneralRe: Draw text along points Pin
Henry Minute16-Apr-09 9:22
Henry Minute16-Apr-09 9:22 
GeneralRe: Draw text along points Pin
baranils16-Apr-09 10:22
baranils16-Apr-09 10:22 
QuestionGenerate Sound Pin
Reelix15-Apr-09 22:21
Reelix15-Apr-09 22:21 
AnswerRe: Generate Sound Pin
OriginalGriff15-Apr-09 22:59
mveOriginalGriff15-Apr-09 22:59 
GeneralRe: Generate Sound Pin
Reelix16-Apr-09 0:01
Reelix16-Apr-09 0:01 
GeneralRe: Generate Sound Pin
OriginalGriff16-Apr-09 0:21
mveOriginalGriff16-Apr-09 0:21 
GeneralRe: Generate Sound Pin
Reelix16-Apr-09 0:26
Reelix16-Apr-09 0:26 

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.