In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also written in C# we should test that as well. In this case the client application contains the following class to load books from the REST WebAPI controller:
This article will explain how to add calculator to your excel worksheet in simple steps in Microsoft Excel 2013. Do you want to launch the calculator quickly when working in the excel worksheet? If yes, here’s few simple steps which lets you to launch / add calculator in Excel 2013. How to Add Calculator in Excel 2013? The option to launch calculator in excel 2013 is hidden by default. You can include it by following the simple steps as described below in excel 2013. 1. Navigate to “Customize Quick Access toolbar” and click “More commands”. Calculator in Excel 2013 1
2. This will display the “Excel Options Dialog“. Under the “Choose commands from” section, select “All commands” from the Dropdownlist. 3. Scroll down the Dropdownlist to identify “Calculator” and then select it and click “Add >>” button to display it in the quick access toolbar and click “OK” button to continue. 4. This will display the Calculator icon in the “Quick Access toolbar” which can be seen in the top of the excel sheet. 5. When you wanted to perform a quick calculator, just click the calculator icon/button to open the calculator....(Read whole news on source site)
The Jump start series on the topic “Testing with Visual Studio 2012” is scheduled to be held on May 28th, 2013 from 8AM – 5PM (PDT). The Jump Start Series – Testing with Visual Studio 2012 will be presented by Anthony Borton, ALM MVP & Scrum Trainer and Steven Borg, Co-Founder and Strategist of Northwest Cadence. If you are planning to take up the Microsoft Certification Exam (70-497), this jump start session will definitely help you in big ways This jumpstart session will cover some of the topics related to the testing in Visual Studio 2012 that includes Creating and
configuring Test Plans, Managing test cases and Managing test execution. Know more about Jump Start Series – Testing with Visual Studio 2012 (Exam 70-497), timings and registration here....(Read whole news on source site)
When you use knockout validation to extend observables with validation rules, it will add a few functions to these observables - the most important ones being; error and isValid. You can use these functions to verify if any of the validation rules were violated, and to extract an error message.
To extract all of the error messages out of a composite mode, you can use a grouping function.
function BookingModel() { var self =
this; self.contact = new ContactModel(); self.departure = new DepartureModel(); self.isValid = function() { return self.contact.isValid() && self.departure.isValid(); }; self.validate = function() { if (!self.isValid()) { ...(Read whole news on source site)
For this post, I’m using Windows 8 WinJS as the vehicle. However, this approach is applicable by any method that implements an XMLHttpRequest. Here’s the scenario: you have an application with several images and those images are stored on a … Continue reading →
I am facing issue "Method Not found" while calling wcf service which is on https, it works fine with http. Not even wcf, I cant make call to ashx or asmx or aspx...
XAML namespace is an extension of XML namespace and conventionally written as “xmlns” in XAML pages. We use it on all XAML pages in Silverlight, Windows Phone, Windows 8, WPF related technologies to better reference assemblies and namespaces. In this post we will learn more about this XMLNS namespace and the way to customize it for a cleaner XAML page. Interested to know it? Continue reading and share your feedback about the post. What is a XAML Namespace? Let us first know a little
about XAML namespace syntax, the convention of using URIs as namespace identifiers and the prefixes to provide a meaningful reference to single or multiple namespaces for the same source. You can create a XAML namespace by providing a series of tokens or a custom URL that suits your convention. The syntax that the token based xmlns uses, has the following token parts: clr-namespace: The namespace declared within the assembly that exposes public types as elements. assembly= The assembly name that contains some or...(Read whole news on source site)
Recently, I have been reading a book Authored by a friend Abhishek sur. He’s a dedicated community guy with great deep knowledge of .Net framework and C# language. So finally I got the chance to spend my time reading all recipes he made throughout the book. I found it of my interest so I would like to write some feedback on the same: Audience the book is targeting - I would say this book is for