WebService Routing (Soap Router)

This article describes content based web service routing using WSE 3.0. We can use webservice routing for load balancing or to hide internal web service from external world. A background knowledge of Asp.Net 2.0, C#, WebService & WSE 3.0 is required. In this sample application, I have three webservice 1) CBRoutingService 2) PremiumService 3) StandardService [...]
Read more…

Authenticate user by roles in asp.net

Forms authentication enables user and password validation for Web applications that do not require Windows authentication. With forms authentication, user information is stored in an external data source, such as a Membership database, or in the configuration file for an application. Once a user is authenticated, forms authentication maintains an authentication ticket in a cookie [...]
Read more…

Employee Recognition Programs

Employee recognition is vital for performance-oriented companies that look for mobilizing all employees and stakeholders, prominently dealers and distributors, in the direction of clear business objectives ascertained by sales, profits, customer satisfaction, and productivity. Such performance driven companies need to regularly communicate and strengthen their dynamic aims. Nevertheless, recognition for such organizations goes beyond the [...]
Read more…

Checking if User is connected to Internet or Not using Win32 API and C#

In application like Messenger or Application that provides automatic update need to check that user is connected to internet or not before proceeding further. so we need to check whether  he is connected to internet or not we can check that with use of WIN32 API. we can use Win32 API Wininet.dll ’sInternetGetConnectedState() method to check Internet [...]
Read more…