MOSS 2007 to SharePoint 2013: Migration using Database Attach Method for fab40 templates

In one of my internal projects, we had to migrate the contents from MOSS 2007 with fab40 templates to SharePoint 2013. You can also consider following the same steps, which is suggested by one of my colleagues. A few changes in the steps in order to use the fab40 templates. https://www.winwire.net/moss-2007-to-sharepoint-2013-migration-using-database-attach-method/ You can download the… Continue reading MOSS 2007 to SharePoint 2013: Migration using Database Attach Method for fab40 templates

Cross Domain Ajax call to a SharePoint-hosted WCF service

When working with WCF services deployed in SharePoint and ASP.Net, we might have a situation where we need to make an Ajax call from the Web Application outside SharePoint to the WCF service deployed under SharePoint. This situation points us to the concept of CORS (Cross Origin Support). For a normal WCF service not under… Continue reading Cross Domain Ajax call to a SharePoint-hosted WCF service

Angular JS 2.0 – The New Wave of Application Development

With the time, AngularJS has become one of the most popular open source JavaScript frameworks in the world of web application development. Since its inception, the application has witnessed astounding growth in terms of adoption and community support. From gentle beginnings, Angular has evolved into a client-side MVW framework (Model-View-Whatever) for the building of complex… Continue reading Angular JS 2.0 – The New Wave of Application Development

MSO Conditional Statement for Outlook Client

While working with Emails, we might have a situation where we might have to show the email content differently for outlook and other clients. For example, show some text in outlook and on the other hand show some other content with buttons in another client instead of the text. This can be accomplished by using… Continue reading MSO Conditional Statement for Outlook Client

Building Cross Platform Mobile Apps with Azure Mobile Services

Enterprises are looking at modern applications to drive their business. To be competitive in the global marketplace, organizations need to be driving more innovation in their products and services. They need to innovate rapidly and at the same time they need to do it cost-effectively as well. Leverage Azure Mobile Services and Xamarin Forms to… Continue reading Building Cross Platform Mobile Apps with Azure Mobile Services

Angular JS – Basics – ng-grid features – Part 2

Filter External filter option, where theuser can filter specific column based on search text.In HTML, we have to add text box as below. Ng-model is a directive which binds the value of HTML controls to application data.Ng-change is the event which is called on text change. In JS, add filter options Ng-change event calls below… Continue reading Angular JS – Basics – ng-grid features – Part 2

Angular JS – Basics – ng-grid features – Part 1

Ng-grid is 100% angular grid which has no dependencies other than angular js. It has pagination, sorting, filtering and local data model binding/editing built in allowing for quick and easy integration with any Angular JS application. In this post we will demonstrate few ng-grid features by using REST API over HTTP.To get started we have… Continue reading Angular JS – Basics – ng-grid features – Part 1

Building Modern Web Apps Using ASP.NET 5

ASP.NET 5 is a new open-source and cross-platform framework for building modern cloud-based Web applications using .NET. It offers significant architectural level changes that make the core web framework much leaner and more modular. It is built from the ground up to provide an optimized development framework for apps that are either deployed to the… Continue reading Building Modern Web Apps Using ASP.NET 5

AOP: Aspect Oriented Programming

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

Unleash the Power of Apps with Power Apps

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