Face detection from given picture has many applications including camera’s, scanners and other consumer application. The technique can be applied to improve the effectiveness of application like driving licence, passport generation, data entry applications etc. Recently one of my friends who is running his data entry business asked for solution for data entry of typical [...]
A duplex communication system is a system composed of two connected parties or devices that can communicate with one another in both directions. Duplex communication is required when you need to send some data in the reverse direction i.e. from Server to client. For scenario purpose assume that something happens on server (some event is [...]
Simple Network Management Protocol (SNMP) is an “Internet-standard protocol for managing devices on IP networks. Devices that typically support SNMP include routers, switches, Servers, workstations, printers, modem tracks etc. It is used mostly in network management systems to monitor network-attached devices for conditions that warrant administrative attention.
SNMP exposes management data in the form of [...]
The objective of this article is to discover the presence of Microsoft SQL Server across subnet. There are API’s to enumerate SQL Server instances in single subnet (Win32 API : NetServerEnum ) and Microsoft enterprise manger uses this API to populate the list of SQL server available in current subnet. The API NetServerEnum broadcast UDP packets [...]
LINQ dynamic query code
//Input : str=> string to search some text (First Name,Last Name,Date of Birth(dd/mm/yyyy) or post code) in any order;
//output : result set
str = str.ToLower().Replace(" ", " ").Trim();
IList<vw_patient> patients = App.Patients;
string[] parts = str.Split(" ".ToCharArray(),StringSplitOptions.RemoveEmptyEntries);
Func<vw_patient, bool> predicate = null;
foreach (string part in parts)
LG LCD TV(LD35 Series) Remote Control
Few weeks’ back I have purchased new LG LCD TV (22LG350).This model got USB port and RS232 serial port. You can attach you storage device like USB pen drive or external hard disk to play pictures and music. But unfortunately there is no option [...]
Page flip is a very impressive features in displaying your documents, images, media, etc.. The technique behind page flip is pretty complicated. Below is the page flip live application & source code link.
You can download the source code here (VS 2010).
I could not spare much time to write implementation [...]
Composite Application Guidance, affectionately known as Prism, version 2 was released in oct 2009. Prism provides guidance and code that can help you build modular applications that can adapt to constant changing requirements. Prism guidance is a set of tools, samples, references and written guidance to help you more easily build modular applications. Generally [...]
Blog Summary
1 contributors have published
70 posts that generated
258 commentsCategories
- .Net Concepts (18)
- Architecture (8)
- Asp.Net (7)
- C# (22)
- COM (3)
- Forms (5)
- General (11)
- HTA (2)
- Javascript (3)
- RIA (6)
- Silverlight (26)
- SQL (5)
- Tips (11)
- Tools (1)
- VB 6.0 (2)
- VB.Net (2)
- VC++ (2)
- WCF (7)
- WPF (13)
Rajneesh On
