3

I want to create realtime applications using ASP.Net C#

Is there any .Net books you recommend which have topics on architecting and implementing event based/message based realtime systems?

Editted: I don't mind if it you know of a book which is based on real time web systems and is not based on .Net but created for generic purposes. I want to understand the concepts too.

I have been programming on ASP.Net for 4/5 years so anything advanced will be preferred.

InfoLearner
  • 14,952
  • 20
  • 76
  • 124
  • There is a couple of good posts of books on stackoverflow, maybe you can find something in them. http://stackoverflow.com/q/194812/797672 and http://stackoverflow.com/q/1711/797672 – Bassetassen Jun 28 '11 at 14:41

2 Answers2

1

for .net try This Book its good and for asp.net try Microsoft® ASP.NET Internals

  • I wonder if I have to put a timer on my front end for it to update timely? Can we not create push notifications in asp.net? – InfoLearner Jun 30 '11 at 08:39
0

I can recommend this. Pro ASP.NET 4 in C# 2010, Fourth Edition by Matthew MacDonald. Check the table of content yourself to confirm whether it is useful to your need. Table Of Content

Bee
  • 12,251
  • 11
  • 46
  • 73