September 25, 2012

Wall Street Firms Seek Developers

According to website eFinancialCareers, IT workers now top the list of job titles in demand among Wall Street firms. More specifically, financial firms are looking to hiring programmers, especially those with C and Java programming skills. Demand is also high for database experts with SQL knowledge and those with big

Sending huge messages using WCF 4

You can send huge messages even upto 100MB using WCF 4. Here are the things you need to do in web.config in server side and / or app.config in client side:1. Under system.web section add this: 2. While defining binding configuration add maxReceivedMessageSize and maxBufferPoolSize attributes: Note: This binding configuration