RSS

Archive | Technology RSS feed for this section

farida.khan

JSMS Configuration on Various Platforms

27. January 2012, by farida.khan

1 Comment

Introduction Its been a tough job configuring this API on various platforms for the project. There was no striaght and simple way I could get from even the Internet. So writing down my own experience I have followed to configure this SMS API on Windows and Linux Platforms. Hope it would be useful for others who would need [...]

Continue reading...
Bhala Ganpatye

C# Fundamentals - Commonly compared concepts (differences)

22. January 2012, by Bhala Ganpatye

0 Comments

I have been asked many time questions like When should I use an abstract class and when I should use an interface? What is difference between delegate and event? Although people know few points of differences, it’s worth to consolidate as many as differences as we can. So I am trying to provide most of the points [...]

Continue reading...
Huma Shankar

Bringing Android Honeycomb features to lower Android Versions

15. January 2012, by Huma Shankar

0 Comments

Android not only working in a direction to launching newer android versions to support new features, It’s also showing the commitment to bring some of the new enhancement, features and functionality of newly released Android version to lower android versions. Android is trying to achieve the above goal by providing the Android Compatibility libraries. [...]

Continue reading...
sunil.singh

Troubleshooting merge replication — Mismatch between the replication metadata

10. January 2012, by sunil.singh

0 Comments

Error Message: The merge process failed because it detected a mismatch between the replication metadata of the two replicas, such that some changes could be lost leading to non-convergence. This could be due to the subscriber not having synchronized within the retention period, or because of one of the replicas being restored to a backup older [...]

Continue reading...
Peter Harrison

Reclaim Your Inbox

9. January 2012, by Peter Harrison

3 Comments

Manage your inbox before it manages you… Today I had the distinct pleasure of speaking to a group of brilliant local leaders on how to Reclaim Your Inbox presented at the Young Presidents’ Organization Washington DC/Baltimore Chapter Retreat in Maryland on January 9, 2012. View the full presentation: Reclaim Your Inbox by GlobalLogic CEO Peter Harrison - - - - - Below [...]

Continue reading...
Sachin Gupta

Simplifying Agile - The art of writing User Stories

8. January 2012, by Sachin Gupta

0 Comments

When I started my current project as a Functional Analyst last year, I was advised to write user stories in the form of “As a <user>, I want <goal> so that <reason>”. It is a unique way to document the stories but definitely simplifies various challenges of the requirements documentation. By learning how to gather requirements [...]

Continue reading...
Rajender Aggarwal

Maven Integration with PMD & FindBugs

4. January 2012, by Rajender Aggarwal

0 Comments

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. In this blog, we will look at integration of [...]

Continue reading...
deepa.gupta

Robotium – Part I

2. January 2012, by deepa.gupta

0 Comments

An Automation Testing Framework for Android Applications  “Automated tests may reduce the amount of effort required in agile software development teams, provided they are used in the right way” - by Daniel Knott Android applications are usually build for various Android devices. Testing the same build on different devices is a tedious job.  An automation tool can [...]

Continue reading...
Manish.Rathi1

Runtime Memory Management Basics

31. December 2011, by Manish.Rathi1

2 Comments

Memory – One of the most valuable resources of digital world; always remains in high demand just like the Gold in real world. Every active application visible or invisible, certainly require memory for its operations. Due to its nature of limited and high demand, runtime environment has to be very cautious in allocating memory space [...]

Continue reading...
pradip.pathrikar

Singleton Design Pattern using C sharp

31. December 2011, by pradip.pathrikar

0 Comments

Design Patterns are recurring solutions to the software design problems you find again and again in real world application development. These patterns are about design and interaction of objects and also serves as the communication platform concerning reusable solutions to commonly faced programming challenges. This post focuses on the main categories of design patterns and [...]

Continue reading...