Cloud computing requires new security paradigms that are unfamiliar to many application users, database administrators, and programmers. Consequently, some organizations are reluctant to implement a cloud infrastructure for data management due to perceived security risks. However, much of this concern can be alleviated through a better understanding of the security features built into Microsoft Azure… Continue reading Improved Security, Enhanced Development with SQL Azure
Gone are the days of atwelve-to-eighteen-month development cycle. These days’ small teams operate in agile sprints, iterating quickly and pushing code every week or two. The applications that once used to serve as a finite audience are now getting delivered as services that must be always-on, accessible from various different devices and scaled globally to… Continue reading Reboot with Azure DocumentDB: A NoSQL database on cloud
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
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
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
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
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
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
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
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