Case Study: Fund Management System with Business Intelligence Analytics for India’s National Dairy Development Board

Fund Management System with Business Intelligence Analytics for India's National Dairy Development Board

The National Dairy Development Board promotes finances and supports producer-owned and controlled organizations across India. Its programs and activities are designed to strengthen farmer cooperatives and to support national policies that are designed for the growth of these institutions. The NDDB site and team provides information for consumers, dairy farmers, cooperative and engineering services, sector analysis and studies and more. The client wished to upgrade and improve its technology and tools to support the NDDB team and its stakeholders and information consumers. The project requirements included a Fund Management system, integration with other NDDB systems, crucial analytical tools, financial systems with budget allocation and utilization tools and other features and functions to support the organization.

###

Dot Net Developers for Simple and Complex Projects!

How Can My Business Best Utilize Microsoft .Net?

.Net with All the Right Services: Just the Right Combination!

Your in-house IT staff is probably quite familiar with Microsoft and with its .Net product. The Microsoft.Net application development framework supports Rapid Application Development (RAD), platform independence and network transparency.

###

Case Study: Software Reengineering – Real Estate Property Management Web Portal, Supporting Brokers & Customers of Large U.S. Real Estate Service Provider

Case Study: Software Reengineering - Real Estate Property Management Web Portal, Supporting Brokers & Customers of Large U.S. Real Estate Service Provider

The client is a large, multi-service real estate business in New York in the United States. For over a quarter of a century, the client has provided services for real estate brokers in New York City. The client wished to employ the services of Elegant MicroWeb to provide software re-engineering, including design, development and User Experience (Ux) design, as well as performance improvement for its existing listings exchange system, and to convert this system to a multi-tenant solution to enable the client to quickly create brokerage company accounts and listings. The system transmits real-time inventory from one firm to another and supports nearly 500 firms, with approximately 10,000 daily listings exchanges.

###

Software Technology Experts Offering .Net Development

How Can .Net Development and Software Technologies Help You?

Do You Know the Value of .Net Development and Software Development Expertise?

The Microsoft.Net application development framework is very flexible and enables software technology experts to accommodate Rapid Application Development (RAD). Dot Net Development supports platform independence, and network transparency, and it is based on the Microsoft strategic initiative for server and desktop development. The framework includes front-end libraries and is scalable and compliance driven, so it supports multi-level security functionality.

###

Case Study: UK Online Petition Management for eGovernance

petition_tool

An internet community, market research, consultation and eDemocracy solution provider in the UK engaged Elegant MicroWeb to design and develop a solution to manage online petitions for eGovernance market. The business focuses on thought leadership and on gathering feedback and opinion to help government and private organizations make sustainable decisions. The solution allows patrons to weigh in on topics, causes and issues of common interest.

###

Are You Banging Your Head Against the Proverbial Wall Trying to Email Using Gmail SMTP? Don’t Despair!

.NET

It might surprise you to find out that sending email using Gmail SMTP can sometimes create an issue for developers and cause them to spend lot of time finding a solution. If you have encountered this issue, there are few important verifications required before you can resolve the problem.

1. UserDefaultCredentials = False, must always appear before Credentials = new System.Net.NetworkCredential. If you insert this below Credentials, it will clear the authentication object and wait for new authentication parameters. Add UserDefaultCredentials before supplying authentication credentials and you will solve this problem.

2. Gmail supports two PORTS for sending an email, 587 and 465. If you trying to send using System.Net.Mail, it will not work with PORT 465, because System.NET.Mail only supports Explicit SSL. You can get more details on Explicit and Implicit SSL from http://blogs.msdn.com/b/webdav_101/archive/2008/06/02/system-net-mail-with-ssl-to-authenticate-against-port-465.aspx, if you need more information. Use port 587, rather than 465 so you do not experience an error, like connection timeout etc.

3. If you have a Google premium account, e.g., name@yourdomain.com, and you don’t have enough rights to allow other applications to send email using your email ID and password, you will need to employ a 2-step verification process so that other apps can send email using your authentication. You should also consider contacting your Administrator to get permission to establish and change settings and allow other application to send email with your authentication. If premium account authentication doesn’t work try a gmail ID like this: name@gmail.com. That should do the trick.

###

Web Service, C# or .NET PDF Printing Nightmares? Wake Up and Discover a Simple Fix!

.NET

No matter how skilled or tech savvy a corporate user is, there are times when a problem or challenge stops them in their tracks, and when you are working against a deadline, there is nothing more frustrating than this kind of delay. This article outlines one such issue related to printing multiple copies of a PDF file through a Web Service.Using Acrobat Reader: Version 6 of Adobe Reader supported command line printing, but that support was removed in later versions. It can still launch the application using System.Diagnostics.Process class and supplying the “PrintTo” verb, but there is an issue with the 32-bit and 64-bit version and there may be a few conflicts on different machines and operating systems (Win 7, Win 8, Win XP / 32-bit, 64-bit). It would seem that the Acrobat Reader fails because of several related issues.

###