-
THE RAZOR VIEW ENGINE IN MVC
View Engine is responsible for rendering the view into html form to the browser. ASP.NET MVC includes two different view engines, the newer Razor View Engine and the older Web Forms View Engine. What is Razor? The Razor view was introduced with ASP.NET MVC 3 and is the default view engine moving forward. Razor provides…
-
Introduction to KnockOut.Js in Asp.Net
What is KnockOut.Js? Knockout.Js (simply KO) is a powerful JavaScript library which allows developers to bind DOM elements with any data model like array, Json etc. It built up on two way data binding between UI and data model i.e. if any changes made to data model are affected to UI as well as any…
-
Google Closure
Introduction Closure is a collection of tools for building rich web applications in JavaScript.Google closure make it significantly easier to maintain a large JavaScript codebase. Using Closure essentially extends JavaScript to include features available in other programming languages, such as namespaces, type checking, and data hiding. Google closure libraries are used to create html template…
-
What’s New In C# 6.0?
Microsoft has released the preview version of Visual Studio 2015 and .NET 4.6 for developers to try and provide feedback on usage or issues. .NET 4.6 preview comes with C# 6.0 which includes the new additional features expected by developers to improve the coding productivity. In this article I am going to describe the new…
-
ViewData and ViewBag in MVC
ASP.NET MVC provides us two options ViewData and ViewBag for passing data from controller to view. ViewData and ViewBag are almost similar. Passing data with ViewBag. The ViewBag feature allows us to define arbitrary properties on a dynamic object and access them in a view. The dynamic object is accessed through the Controller.ViewBag property. Let…
-
Canarys has partnered with Openbravo a Spain based ERP solution provider
We are happy to announce our newly acquired partnership with Openbravo, Spain. Openbravo is the provider of the preferred Commerce and ERP Platform. Openbravo solutions are distributed exclusively through the global network of authorized partners. Openbravo is a world leader in the Open Source enterprise software space focused on helping clients achieve superior competitiveness. At…
-
Openbravo Services
openbravo-canarys-partners We are happy to announce our newly acquired partnership with Openbravo, Spain. Openbravo is the provider of the preferred Commerce and ERP Platform. Openbravo solutions are distributed exclusively through the global network of authorized partners. Openbravo is a world leader in the Open Source enterprise software space focused on helping clients achieve superior competitiveness.…
-
Service Broker
Service Broker SQL Server Service broker provides asynchronous queuing functionality to SQL Server. So now the end client will not have to wait. SQL Server Service broker uses both queues and asynchronous communication to fulfill its functionality. Queues are used because there may be instances that the other application with which we are interacting may…
-
How to enable Lync Addin and create Lync Meetings using the Outlook 2013
How to enable Lync Addin and create Lync Meetings using the Outlook 2013 1. Open the outlook and click New meeting, Check whether you can see the Lync Meeting option. If Yes!.. Then no need to enable the Lync Addin for your Outlook which is already enabled and directly go…
-
Business Process Testing Framework in QTP
Business Process Testing Framework Business Process Testing (BPT) is the core integration of QTP and QC where writing the script (developing the component) and creating the test flow happens in QC itself. BPT tests are made up of two types of components a. Keyword component which is similar to keyword view of action on…