WCF service access permission to a role specific user group

WCF provides us the Role Based Authentication mechanism that can be used for setting service access permission for a specific group. To make it work, we need to do some settings in web.config file as well we need to decorate our those services on which we want to implement this access security. [More]

Upgrade to Windows 8.1

Microsoft's new operating system Windows 8.1 has come with improved features like multi tasking capability, smart search, integration with cloud services, touch capability. Windows 8 users can upgrade FREE of cost to Windows 8.1, by downloading it from Microsoft Windows Store. Its download size is about 3GB. Upgrade preserve your existing programs, settings, and data. [More]

Dynamically adding controls using jQuery asp.net

jQuery can be used for recreation of controls which can save server round-trip that was required to handle in each post back if we use server side approach. We have two simple way to get values of dynamically added control's(at client side without server round-trip) at server side... [More]

Google Hangout - a Free Video Conferencing tool

If your business is in startup and economically you want to use some FREE conferencing tools, Google Hangout is for you. Have you ever checked its service? Its very lightweight and easy to start video conferencing. It has a very nice feature "On Air" that makes it slightly different from others free conferencing tools. Once you see its power, I can bet you would not stop yourself to start using for friends group call or for your official meetings.

Some noted features are -

1. "On Air" feature

2. Integrated with other Google APIs/services. For example, you can schedule meeting at Google Calender for Google Hangout! You can use Google Drive too!

3. Support many to many meeting [More]

IGNOU RC Chandigarh conducted induction meet for July session

IGNOU, a largest university of the world, is providing very good quality of education and serving nation with more than 35 Lac students/ Learners by its global presence. A report says that almost 20% higher education in India is done through IGNOU. It has presence in 40 countries and its programmes are well recognized. and peoples join it without hesitations.
IGNOU was established in 1985 and since then it is maintaining quality education by revising its syllabus time to time. [More]

How to use Data Access Application Block – Enterprise Library

This sample solution has a website, class library for Data Transfer Objects and a class library for Data Access. It is simple solution targeted to explain the usage of DAAB so it doesn’t have more layers and complexity. We will call a data access method directly from our website and that data access method will use DAAB to process our request. [More]

Database provider factory not set for the static DatabaseFactory

Database provider factory not set for the static DatabaseFactory. Set a provider factory invoking the DatabaseFactory.SetProviderFactory method or by specifying custom mappings by calling the DatabaseFactory.SetDatabases method.
New Enterprise Library version 6 requires to set for factory method if we are using xml configuration files to configure application blocks. [More]