Tuesday, January 17, 2012

Access and Visio Services in SharePoint

Visio Services lets users share and view Visio Web drawings and when used with SharePoint 2010, Access Services allows users to create new databases with forms and reports that run in the browser. Access and Visio services have a strong appeal to many developers as they are able to offer a hosted browser-based version of their app. This could be particularly helpful in developing in-house applications as well commercial ones. Read complete article -
http://www.sharepointbriefing.com/spservices/access-visio-services-in-sharepoint-2010.html

Tuesday, January 10, 2012

Creating a Complete Web Page With HTML5

In this article we shall make a web page using the features of HTML5 and CSS. It is assumed that reader is more or less conversant with CSS in general and HTML tags in particular. You do not have to be a professional but you should at least have an idea of what goes where. Read full article-
http://www.developer.com/lang/creating-a-complete-web-page-with-html5.html

Metro Style Application - How to Work with Data and Controls Using C#

Using Microsoft .NET framework, developers can now create a Metro style application with C++, C#, VB.Net, HTML5 and JavaScript. Like any other data driven applications you can display data in Metro application controls too. Metro Application Type allows developers to create the applications in various platforms like web, desktop, tablets and mobile devices. In Metro Applications data can be a simple value, a business object or a collection of business objects and you can bind data with simple controls like TextBox or with a data control like ListBox, ListView etc. In this article I will explain, how to bind different controls to a single item or bind a collection of items to a data control.
Read full article - http://www.codeguru.com/csharp/.net/article.php/c19877/

New Business Intelligence features in SharePoint 2010

Microsoft has introduced some excellent Business Intelligence features in SharePoint 2010. Some are brand new while others have been updated. Here we shall take a look at the four most important features incorporated in SharePoint enhancing productivity.

Read full article here.. http://www.sharepointbriefing.com/features/new-business-intelligence-features-in-sharepoint-2010.html



Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...