Average article rating: 4.77
Desktop Programming
|
WPF |
12 Feb 2012
Updated: 12 Feb 2012
Rating: 5.00/5
Votes: 10
Popularity: 5.00
Licence: CPOL
Views: 206,822
Bookmarked: 10
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.
|
DevOps
|
TFS |
23 Jul 2012
Updated: 21 Nov 2012
Rating: 4.29/5
Votes: 6
Popularity: 3.33
Licence: CPOL
Views: 90,323
Bookmarked: 25
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
|
Mobile Apps
|
Windows Mobile |
29 Jun 2006
Updated: 29 Jun 2006
Rating: 4.52/5
Votes: 15
Popularity: 5.18
Licence: CPOL
Views: 52,852
Bookmarked: 43
Downloaded: 0
Log generation functions including COM error information logging and MFC exception information logging.
|
Operating Systems
|
Windows |
12 Nov 2012
Updated: 12 Nov 2012
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: CPOL
Views: 9,330
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.
|
Programming Languages
|
C# |
2 Jul 2012
Updated: 30 Oct 2013
Rating: 4.79/5
Votes: 16
Popularity: 5.34
Licence: CPOL
Views: 101,011
Bookmarked: 40
Downloaded: 0
Using the ViewModel between the model and controller.
|
|
5 Mar 2012
Updated: 5 Mar 2012
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 20,420
Bookmarked: 7
Downloaded: 0
Internals of how the application is installed and run – WinRT, Windows 8, C++, C#.NET, Metro
|
|
2 Mar 2012
Updated: 8 Mar 2012
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 23,802
Bookmarked: 8
Downloaded: 0
C++ WinRT component DLL and C# Metro application
|
Javascript |
7 Mar 2012
Updated: 7 Mar 2012
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: CPOL
Views: 20,060
Bookmarked: 6
Downloaded: 0
How to create a C++ WinRT Component DLL and access it from a JavaScript application
|
Average blogs rating: 4.51
All Topics
|
|
5 Aug 2010
Updated: 18 Aug 2010
Rating: 5.00/5
Votes: 4
Popularity: 3.01
Licence: CPOL
Views: 30,991
Bookmarked: 17
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.
|
|
28 Feb 2011
Updated: 28 Feb 2011
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 5,840
Bookmarked: 1
Downloaded: 0
Who moved my product value?
|
Desktop Programming
|
WPF |
30 Jan 2012
Updated: 30 Jan 2012
Rating: 4.71/5
Votes: 30
Popularity: 6.75
Licence: CPOL
Views: 277,593
Bookmarked: 41
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...
|
WTL |
19 Aug 2010
Updated: 19 Aug 2010
Rating: 4.40/5
Votes: 4
Popularity: 2.65
Licence: CPOL
Views: 24,222
Bookmarked: 11
Downloaded: 0
Let us take a deep dive into the MEF architecture.
|
Operating Systems
|
Win8 |
9 Feb 2012
Updated: 9 Feb 2012
Rating: 5.00/5
Votes: 3
Popularity: 2.39
Licence: CPOL
Views: 12,500
Bookmarked: 8
Downloaded: 0
More about new Windows 8 features
|
|
7 Feb 2012
Updated: 7 Feb 2012
Rating: 4.25/5
Votes: 4
Popularity: 2.56
Licence: CPOL
Views: 20,411
Bookmarked: 12
Downloaded: 0
Getting started with Windows 8
|
Windows |
19 Feb 2011
Updated: 19 Feb 2011
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 19,660
Bookmarked: 9
Downloaded: 0
Agile Project Management Tools
|
Programming Languages
|
C# |
25 Aug 2010
Updated: 25 Aug 2010
Rating: 3.74/5
Votes: 5
Popularity: 2.61
Licence: CPOL
Views: 42,371
Bookmarked: 12
Downloaded: 0
Introduction to MEF Programming
|
|
5 Nov 2010
Updated: 5 Nov 2010
Rating: 3.00/5
Votes: 2
Popularity: 0.90
Licence: CPOL
Views: 17,352
Bookmarked: 4
Downloaded: 0
Introduction to MEF programming - importing multiple objects
|
|
6 Feb 2011
Updated: 6 Feb 2011
Rating: 3.80/5
Votes: 5
Popularity: 2.66
Licence: CPOL
Views: 32,570
Bookmarked: 12
Downloaded: 0
Advanced MEF Programming
|
C++ |
31 Jul 2012
Updated: 31 Jul 2012
Rating: 5.00/5
Votes: 4
Popularity: 3.01
Licence: CPOL
Views: 45,450
Bookmarked: 14
Downloaded: 0
How to use SCRUM Template 2.0 to manage projects in VS 2012 TFS
|
|
5 Mar 2012
Updated: 5 Mar 2012
Rating: 5.00/5
Votes: 1
Popularity: 0.00
Licence: CPOL
Views: 26,482
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 compone
|
|
2 Jul 2012
Updated: 2 Jul 2012
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 14,120
Bookmarked: 8
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.
|
Web Development
|
IIS |
30 Jun 2012
Updated: 16 Jan 2013
Rating: 4.80/5
Votes: 3
Popularity: 2.29
Licence: CPOL
Views: 61,940
Bookmarked: 39
Downloaded: 0
This is an introduction to HTML5 development using VS2010, HTML5, jQuery Mobile and ASP.NET MVC 4
|
WinRT
|
|
27 Feb 2012
Updated: 10 Feb 2012
Rating: 4.89/5
Votes: 9
Popularity: 4.67
Licence: CPOL
Views: 38,751
Bookmarked: 11
Downloaded: 0
An introduction to WinRT.
|
Average tips rating:
No tips have been posted.
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
CEO
Astrani Technology Solutions
United States
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