Aspect Oriented Programming is a methodology to separate cross cut code across different modules in a software system. All the cross cut code is moved to a separate module, thus increasing more modularity and bringing in ease of maintenance. AOP has a number of benefits:• Improves the performance of the application• Manages Cross Cutting Concerns… Continue reading AOP: Aspect Oriented Programming
A few years ago how we used to work was very different than how we do now. Now work can easily happen anywhere anytime on our phones, tabs, and laptops on the go. The mobile revolution, together with nearly never-ending compute and data in the cloud, has revamped our professional experience. People are making use… Continue reading Unleash the Power of Apps with Power Apps
Well, the entire world is talking about IOT (Internet of Things). But let’s first understand what IOT is!! In a simple statement, IOT is Things connected to Internet. Things here refer to physical objects like any devices. These devices connected to the internet and can identify themselves to other devices.Things Refer to Goods, Objects, Machines,… Continue reading Connected World with IoT
How delightful will be that morning when your alarm clock wakes you up at 6 am, notifies your coffee maker to start brewing. Further, when you start your car to attend an important meeting and your car smartly senses the traffic jam ahead, takes you via less traffic yet longer route and also accesses your… Continue reading Azure IoT Suite Driving Internet of Things
AngularJS comes with a set of built-in filters that help programmers in developing the required functionality a bit faster. These filters provide the formatting functionality of different objects. These filters are used to format the model data for displaying in the view. This article illustrates some of the AngularJS built-in filters with examples. Filters can… Continue reading AngularJS Built-in Filters
AngularJS directives are extended HTML attributes. This feature gives an opportunity to create totally new html controls or CSS or attributes. Directives are important and powerful entities in AngularJS and also the most attracting part from developer’s point of view. AngularJS has built-in directives like ng-app, ng-controller, ng-model, etc. These built-in directives are prefixed with… Continue reading AngularJS – Custom Directives
The workflow framework in SharePoint 2013 is significantly changed from the previous versions. The following sections provide brief summaries of the most significant updates and enhancements to the workflow infrastructure. SharePoint 2013 workflows are powered by Windows Workflow Foundation 4 (WF), which was substantially redesigned from previous versions. Windows Workflow Foundation, in turn, is built… Continue reading Managing SharePoint 2013 Workflow Development
In many applications, there might be a situation where it is required to map different types of objects. Many a times applications don’t expose the actual database entity to the world. It always prefers to give the Data Transfer Object (DTO) rather than the actual object. Also while writing some business logic there may be… Continue reading How to Assign Values from One Object to Another Dynamically in C#
Looking at the way new iOS and Android releases are adapting to a different design approach, latest by Windows 10, one thing which comes to our mind is why such a drastic change from rich graphical brilliance to a modest, simple and to some of them boring design came up as a new emerging trend… Continue reading Theory of FLAT DESIGN
SDLC, Software Development Life Cycle is a process followed for a software project, within a software organization. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process. The development models… Continue reading SDLC Models and Comparison between Waterfall Vs Agile Models