Article about how to notify Windows Explorer by using files-in-use.
Notifying Windows Explorer about files in use - CodeProject
This blog will hold favorite gadgets and graphic user interfaces that don't really fit in my main blog @ mmcelhaney.blogspot.com
Wednesday, March 27, 2013
Monday, March 25, 2013
Android, iOS and Windows Mobile…Oh My: An Introduction to PhoneGap - CodeProject
Android/Eclipse dev-setup: Hello World! (Photo credit: Espen Klem) |
Image via CrunchBase |
PhoneGap is an open source framework that allows the building of applications across major mobile platforms using languages you are already familiar and comfortable with, like HTML5, JavaScript, and CSS. It can be compiled using platform-native tools. The JavaScript API is defined to facilitate access to device features for supported platforms.
To familiarize myself with PhoneGap functionality, I decided to start small by building a simple application for an iPhone. Before diving into development of the application, please make sure that the following software tools are installed on your development machine.
Android, iOS and Windows Mobile…Oh My: An Introduction to PhoneGap - CodeProject
WCF: From a Beginner's perspective & a Tutorial - CodeProject
Architecture of WPF (Photo credit: Wikipedia) |
Well, WCF stands for Windows Communication Foundation, it was first shipped with .NET 3.0 framework along with WPF, Windows CardSpace and WorkFlow Foundation.
From a beginner's perspective, what does actually WCF mean? Let's break the abbreviation into single entities and try to debug. It consists of 3 words, a)Windows b)Communication c)Foundation.
A beginner would glance at the words and would think, well it is something which deals with Windows platform, which is used to communicate and connect applications. Hmm, well he/she ain't wrong on the first strike...
A definition which comes to mind may be summed up as: WCF is a kind of technology, which is used to develop and deploy services on Windows platform. Different books have different set of words to describe WCF, but the gist is almost the same which points to development and deployment of services on Windows Platform.
MSDN says, WCF is a framework to build service-oriented applications. So basically WCF revolves around developing applications which are greatly dependent upon services.
WCF: From a Beginner's perspective & a Tutorial - CodeProject
Work with MS Excel and ADO.NET - CodeProject
Microsoft Excel 2007 (Photo credit: Erik Eckel) |
Work with MS Excel and ADO.NET - CodeProject
Labels:
ADO,
ADO.NET,
Database,
Excel,
Microsoft,
Microsoft Excel,
Programming
Foysal's Posts on Technology: Windows Store app development introduction
On his blog Foysal Karim posted a presentation about developinh apps for the Windows Store.
Foysal's Posts on Technology: Windows Store app development introduction
Foysal's Posts on Technology: Windows Store app development introduction
Labels:
App,
Foysal Karim,
Microsoft,
Microsoft Windows,
Programming,
Windows 8,
Windows Store
Sunday, March 24, 2013
Face Detection with 10 lines of code - VB.NET - CodeProject
introduction to article
Face Detection with 10 lines of code - VB.NET - CodeProject
Finding faces in an image can be quite a challenging issue. There are some commercial and Open Source frameworks available to developers in order to make the task of finding faces easier. A commercially available library that I can recommend is Neurotechnology VeryLook. Probably the most famous Open Source framework for face detection is Intel's OpenCV (Open Computer Vision) which is capable of a whole lot more than just detecting faces. As it is based on the C++ programming language it is not easy to use in .NET environment. EmguCV solves this issue by providing a .NET interface to OpenCV functions. While these frameworks are powerful, they are not so easy to use.
Face Detection with 10 lines of code - VB.NET - CodeProject
Friday, March 22, 2013
Android Phone Status Sample - CodeProject
Samsung Galaxy S Captivate Android Smartphone Matrix 3D Live Wallpaper (Photo credit: Calgary Reviews) |
This article shall make use of API’s inside android.telephony and android.os.batterymanager packages present in the Android SDK to create a simple yet smart application to display the phone details, battery status and data connectivity status of an Android Smartphone.
Android Phone Status Sample - CodeProject
Thursday, March 21, 2013
How to get the REAL lastlogon datetime from Active Directory - CodeProject
Active Directory Explorer (Photo credit: Wikipedia) |
How to get the REAL lastlogon datetime from Active Directory - CodeProject
Thursday, March 14, 2013
Writing an Android GUI using C++: Introduction - CodeProject
Intro
The article is an introduction to write Android GUI applications using CLE and Wrapandroid. CLE is a middleware for programming using multiple languages, which supports Java, Python, C/C++, Lua, etc., and can be extended to support other languages. Objects, for example, instances of classes, will be maintained in the kernel. And then, CLE provides a common interface to multiple languages. We can call an object’s function, get or set object’s attributes, capture object’s events, etc.
Writing an Android GUI using C++: Introduction - CodeProject
The article is an introduction to write Android GUI applications using CLE and Wrapandroid. CLE is a middleware for programming using multiple languages, which supports Java, Python, C/C++, Lua, etc., and can be extended to support other languages. Objects, for example, instances of classes, will be maintained in the kernel. And then, CLE provides a common interface to multiple languages. We can call an object’s function, get or set object’s attributes, capture object’s events, etc.
Writing an Android GUI using C++: Introduction - CodeProject
Compiling Python for Windows Phone 8 - CodeProject
English: Python logo Deutsch: Python Logo (Photo credit: Wikipedia) |
Compiling Python for Windows Phone 8 - CodeProject
Convert html to PDF - CodeProject
A graphical despiction of a very simple html document (Photo credit: Wikipedia) |
Deutsch: Logo des Adobe Portable Document Format (Photo credit: Wikipedia) |
Article is simple and based on WkHtmlToXSharp library which convert's html to PDF, here we had done little enhancement to fulfill our needs, hope this effort would serve you in some way.
Convert html to PDF - CodeProject
Labels:
conversion,
HTML,
HTML to PDF,
PDF,
programmatically.,
Text,
wkHTMLToXSharp
Sunday, March 10, 2013
Introducing Word Lens - YouTube
Word Lens is an app for IOs and Android that turns your device into a universal translator for words!!!!
Introducing Word Lens - YouTube
Introducing Word Lens - YouTube
Saturday, March 2, 2013
Implementing a WCF Service with Entity Framework - CodeProject
Now this is a useful article. It had not even occurred to me that you could aw Entity Framework with a web service. Very useful indeed.
Implementing a WCF Service with Entity Framework - CodeProject
Implementing a WCF Service with Entity Framework - CodeProject
Related articles
- Entity Framework 6 Alpha 3 with Code First Stored Procedures and Connection Resiliency
- Why does Entity Framework insert children when I update the parent?
- How to use different Entity Framework DbContext in the Area of ASP.NET MVC application?
- How to manage Entity Framework model first schema updates?
Labels:
ADO.NET Entity Framework,
Programming,
WCF,
Web service
Subscribe to:
Posts (Atom)