|
|
|
| How to send and receive messages through message queuing in .Net
| kalit sikka on 06-Jan-09 for 5 Points |
| Message queuing makes it easy for application developers to communicate with application programs quickly and reliably by sending and receiving messages. Messaging provides you with guaranteed message delivery and a robust, fail-safe way to carry out many of your business processes.
The MessageQueue component allows you to easily incorporate message-based communication into your applications. Using this component and its associated language features, you can send and receive messages, explor |
View My Articles |
|
|
|
| SQL Server 2005 Paging Performance Tip
| Robbe Morris on 04-Jan-09 for 0 Points |
| This quick tip demonstrates how to get the total rows as part of the paging query as well as how avoid a common coding error with joins that can harm performance. It also provides a faster alternative to the SQL Server's paging syntax using TABLE variables. |
View My Articles |
|
|
|
|
|
|
|
|
|
| Using Reflection to detemine as Assembly Info in and out.
| Diablo iii on 29-Dec-08 for 10 Points |
| Sample article that describes how easy it is to determine the assembly info in and out.
The assembly holds a vital information and can also be retrieved during runtime using reflection.
Some of the information that can be retrieved are:
1. Assembly attributes - Type, BaseType, type of class, is it sealed, is it abstract. e.t.c
2. Base attributes
3. Properties defined. |
View My Articles |
|
|
|