Click here to Skip to main content

Articles by kishore Gaddam (Articles: 6, Technical Blogs: 19)

Articles: 6, Technical Blogs: 19

RSS Feed

Average article rating: 4.47

Mobile Development

HTML5, jQuery Mobile and ASP.NET MVC 4 – Using the ViewModel between the model and controller
Posted: 2 Jul 2012   Updated: 21 Nov 2012   Views: 41,322   Rating: 4.18/5    Votes: 10   Popularity: 4.10
Licence: The Code Project Open License (CPOL)      Bookmarked: 26   Downloaded: 0
Using the ViewModel between the model and controller.

Windows Phone 7/8

How to generate a log file in VC++ or Embedded VC++ (For Pocket PC or WinCE devices)
Posted: 29 Jun 2006   Updated: 29 Jun 2006   Views: 36,652   Rating: 4.50/5    Votes: 14   Popularity: 5.16
Licence: The Code Project Open License (CPOL)      Bookmarked: 40   Downloaded: 0
Log generation functions including COM error information logging and MFC exception information logging.

.NET Framework

Team Foundation Server 2012 RC – Install & Configure
Posted: 23 Jul 2012   Updated: 21 Nov 2012   Views: 21,909   Rating: 4.20/5    Votes: 4   Popularity: 2.86
Licence: The Code Project Open License (CPOL)      Bookmarked: 20   Downloaded: 0
In this post, we will walk through the process of Installing & Configuring Team Foundation Server (TFS)2012 on a Windows 8 machine that has Visual Studio 2012. If you are using TFS 2010 for the Scrum Process , see the blog post @ http://kishore1021.wordpress.com/2010/08/02/scrum-process-for-software

Ultrabooks

First Impressions of Intel Next Generation Ultrabook™ with Windows 8
Posted: 12 Nov 2012   Updated: 12 Nov 2012   Views: 1,732   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
I was fortunate enough to have Intel sent me a Next Generation Laptop (3rd generation Intel Ivy Bridge Ultrabook) for my work in C++ and for working on some modern mobile devices.

Average blogs rating: 4.70

Shell and IE programming

Introduction to MEF Programming [Technical Blog]
Posted: 25 Aug 2010   Updated: 25 Aug 2010   Views: 17,864   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
In the previous blog post, we discussed the MEF Architecture in detail. Let us start writing some code using MEF in C#.net. First things first, you need the current version of .NET Framework 4.0 and visual Studio 2010 to write code. Note: For the UML diagrams, i am using the diagrams provided in the
Introduction to MEF Programming – Importing Multiple Objects [Technical Blog]
Posted: 5 Nov 2010   Updated: 5 Nov 2010   Views: 6,978   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
Importing Multiple Objects In the previous blog, we discussed the basic MEF attributes. Let us get into advance topics in MEF step by step. In the previous example, we wrote the code for the main exe, contract library and MEF Part1. Imagine we have another class derived from IGreeting and implements

Applications & Tools

Agile Project Management Tools [Technical Blog]
Posted: 19 Feb 2011   Updated: 19 Feb 2011   Views: 7,484   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
Agile Project Management Tools

HTML / CSS

Introduction to HTML5 Development Using VS 2010, HTML5, jQuery Mobile and ASP.NET MVC 4 [Technical Blog]
Posted: 30 Jun 2012   Updated: 16 Jan 2013   Views: 23,922   Rating: 4.80/5    Votes: 3   Popularity: 2.23
Licence: The Code Project Open License (CPOL)      Bookmarked: 34   Downloaded: 0
Mobile apps and HTML5 are two of the hottest technologies right now, and there's plenty of overlap. Web apps run in mobile browsers and can also be re-packaged as native apps on the various mobile platforms. Browser adoption for HTML5 features is accelerating rapidly. Many of the modern browse

Site & Server Management

Creating a Scrum Team Project in Visual Studio 2012 using Visual Studio Scrum 2.0 process [Technical Blog]
Posted: 31 Jul 2012   Updated: 31 Jul 2012   Views: 11,099   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 10   Downloaded: 0
To Install and Configure Team Foundation Server 2012 see the post here at Team Foundation Server 2012 RC – Install & Configure. In this post, we will walk through the steps to achieve the following tasks Connect to Team Foundation Server – TFS 2012 Creating a Team Project using Visual Studio Scrum 2

Microsoft BizTalk Server

Scrum Process for Software Development using Microsoft Visual Studio Scrum 1.0 Process Template [Technical Blog]
Posted: 5 Aug 2010   Updated: 18 Aug 2010   Views: 13,083   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 15   Downloaded: 0
In the last 14 years of my programming experience, i moved from waterfall methodology of software development to Iterative and then to Scrum and finally to Scrum-ban. Below is the pictorial representation of the Waterfall, Iterative and Scrum software development process. More info about Kanban and

.NET Framework

Advanced MEF Programming [Technical Blog]
Posted: 6 Feb 2011   Updated: 6 Feb 2011   Views: 10,521   Rating: 4.00/5    Votes: 2   Popularity: 0.90
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
Advanced MEF Programming

Win32/64 SDK & OS

Part 1: My Experiments With Windows 8 – Getting started guide [Technical Blog]
Posted: 7 Feb 2012   Updated: 7 Feb 2012   Views: 9,430   Rating: 4.25/5    Votes: 4   Popularity: 2.61
Licence: The Code Project Open License (CPOL)      Bookmarked: 10   Downloaded: 0
Microsoft unveiled new Windows 8 operating system and new development improvements on September 13, 2011, day one of the BUILD developer conference. Microsoft released a developer preview of Windows 8 for the developer community to download and start working with.
Part 2: Getting started with using new Windows 8 features [Technical Blog]
Posted: 9 Feb 2012   Updated: 9 Feb 2012   Views: 3,297   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: The Code Project Open License (CPOL)      Bookmarked: 7   Downloaded: 0
First Look at What’s New in Windows 8 Microsoft’s "re-imagining" of Windows 8 is focused very heavily on a new, Metro-style touch-based interface. And no matter what device you’re on, you can switch between the simple Metro interface and the traditional Windows desktop to fit whatever yo

Windows Communication Foundation

Under the hood Part 2 : C++ WinRT Component DLL & C# Metro application [Technical Blog]
Posted: 2 Mar 2012   Updated: 8 Mar 2012   Views: 11,045   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 7   Downloaded: 0
We have developed a C++ WinRT Component DLL & C#.NET application in the post here Under the hood Part 1 : C++ WinRT Component DLL & C#.NET Metro application The important point here is that the  C# application is accessing the C++ WinRT component through RCW mechanism. The same application can be de

Windows Presentation Foundation

DataContext in WPF [Technical Blog]
Posted: 30 Jan 2012   Updated: 30 Jan 2012   Views: 43,310   Rating: 3.75/5    Votes: 4   Popularity: 2.01
Licence: The Code Project Open License (CPOL)      Bookmarked: 12   Downloaded: 0
The Binding object needs to get its data from somewhere, and there are a few ways to specify the source of the data like using Source property directly in the Binding, inheriting a DataContext from the nearest element...
Introduction to multi-binding and multi-value converters using IMultiValueConverter and MultiBinding [Technical Blog]
Posted: 12 Feb 2012   Updated: 12 Feb 2012   Views: 17,295   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
MultiBinding allows us to bind a binding target property to a list of source properties and then apply logic to produce a value with the given inputs.
Under the hood Part 4 : C++ WinRT Component DLL & C++ XAML application – WinRT, Windows 8, C++, Metro [Technical Blog]
Posted: 5 Mar 2012   Updated: 5 Mar 2012   Views: 6,856   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 5   Downloaded: 0
Calling WinRT Component from C++ We have developed a C++ WinRT Component DLL & C#.NET application in the post here Under the hood Part 1 : C++ WinRT Component DLL & C#.NET Metro application we have seen the compiler generated components for making the C# application access the C++ WinRT component he

Windows Runtime

Under the hood Part 3 : Internals of how the application is installed and run – WinRT, Windows 8, C++, C#.NET, Metro [Technical Blog]
Posted: 5 Mar 2012   Updated: 5 Mar 2012   Views: 3,536   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
Under the hood Part 3 : WinRT, Windows 8, C++, C#.NET, Metro, WinRT Component DLL We have developed a C++ WinRT Component DLL & C#.NET application in the post here Under the hood Part 1 : C++ WinRT Component DLL & C#.NET Metro application we have seen the compiler generated components for making the
Under the hood Part 5 : JavaScript application & C++ WinRT Component DLL – WinRT, Windows 8, C++, Metro [Technical Blog]
Posted: 7 Mar 2012   Updated: 7 Mar 2012   Views: 5,366   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
JavaScript application calling WinRT Component DLL In this part, we will create a C++ WinRT Component DLL and access it from a JavaScript application. We have developed a C++ WinRT Component DLL & C#.NET application in the post here Under the hood Part 1 : C++ WinRT Component DLL & C#.NET Metro appl

Windows 8 Design

Part 3: Introduction to WinRT, the new ‘Windows Runtime’ in Windows 8 [Technical Blog]
Posted: 27 Feb 2012   Updated: 10 Feb 2012   Views: 11,556   Rating: 4.88/5    Votes: 8   Popularity: 4.31
Licence: The Code Project Open License (CPOL)      Bookmarked: 9   Downloaded: 0
An introduction to WinRT.
Internals (Deep dive) of Metro Application calling WinRT Component DLL [Technical Blog]
Posted: 2 Jul 2012   Updated: 2 Jul 2012   Views: 4,676   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 6   Downloaded: 0
We will examine the ABI and how C++ compiler extensions help reference that ABI without exposing the internal details of dealing with COM interfaces and COM activation.

Design and Architecture

MEF Architecture in Detail [Technical Blog]
Posted: 19 Aug 2010   Updated: 19 Aug 2010   Views: 9,156   Rating: 4.40/5    Votes: 4   Popularity: 2.65
Licence: The Code Project Open License (CPOL)      Bookmarked: 12   Downloaded: 0
Let us take a deep dive into the MEF architecture.

Scrapbook

Who Moved my Product Value? [Technical Blog]
Posted: 28 Feb 2011   Updated: 28 Feb 2011   Views: 2,083   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0
Licence: The Code Project Open License (CPOL)      Bookmarked: 1   Downloaded: 0
At the outset, it seems like agile is all about short-term focus and a product life cycle is typically the polar opposite – it runs the total gamut in the spectrum that is the life of the product, starting from incubation to end-of-life. So, how does one attribute the relationship between the two?
No tips have been posted.

kishore Gaddam
Architect
United States United States
Member
Kishore Babu Gaddam is a Senior Technology Consultant, Technology Evangelist turned Technology Entrepreneur and a regular speaker at national conferences, regional code camps and local user groups with over 14 years of experience in software product development. His experience includes building & managing award-winning software development teams, managing customer relationships, marketing and launching new software products & services. Kishore launched his technology career almost 15 years ago with a Robotics software development startup and has served in multiple roles since including developer, innovation leader, consultant, technology executive and business owner.
 
A technology specialist in C++, C#, XAML and Azure, he successfully published two applications to Windows store http://bit.ly/WinStoreApp and http://bit.ly/FlagsApp.
 
Kishore is the author of the popular Microsoft Technologies blog at http://www.kishore1021.wordpress.com/ and his work on Portable Class Library project in Visual Studio 2012– .NET 4.5 was featured on Channel 9 at http://bit.ly/msdnchannel9. Kishore enjoys helping people understand technical concepts that may initially seem complex and perform lot of Research & Development on emerging technologies to help solve some of the toughest customer issues. Kishore spends a lot of time teaching and mentoring developers to learn new technologies and to be better developers. He is a speaker at various code camps around Washington DC area, mainly at Microsoft Technology Center for NOVA code camp (http://bit.ly/novacc12), CMAP Code Camp Fall 2012 (http://bit.ly/novacc12), etc. The majority of his software development experience has centered on Microsoft technologies including MFC, COM, COM+, WCF, WPF, winRT, HTML5, RestAPI and SQL Server. You can follow Kishore on Twitter at www.twitter.com/kishore1021. He can be reached on email at researcherkishore@outlook.com


Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 24 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid