-
Unit Test in C# (Xamarin Forms)
Unit Test are important for a good quality and maintainable code. It help to find error in our code in a very easy manner. For maintenance a software code it is a good practice to write a Unit test in your project. Unit text is performed by the developer and not by the end-user. There…
-
Azure Function : A quick start with database
Azure Function is a solution for running small piece of code or a "Function" in cloud. You can write just the code need for the problem without worrying about the infrastructure or the application to run it. Function can make your development more productive and you can choose your development language of choice such as…
-
NAV – Connecting Microsoft Dynamics CRM customized entities
Reason: NAV and CRM can be integrated using inbuilt standard features. However, there are certain scenarios where CRM have new / customized fields. These data if required in NAV, then you’re at the right blog to see ‘How-To-Do’ this. Who can do it? Knowledge of NAV Development Knowledge of NAV Table objects Basic knowledge of…
-
Xamarin Forms- Dependency Service (Text To Speech)
It is beautiful and simple to implement. We can use this feature in our App where we want to add voice with text. Prerequisite :- Xamarin Forms project with PCL Approach. (STEP 1) Create a Interface class in PCL. Right click on PCL project ->Add New-> EmptyInterface Create this Interface class with the name of…
-
Swift Closures
A closure is a kind of anonymous(no name) function that gets stored as a variable so it can be called later on, and has the special ability to remember the state of your program when you used it.Closures are typically enclosed in curly braces { } and are defined by a function type () ->…
-
App Center With Xamarin Forms
AppCenter is helpful for us to build our App along with we can test our app on 1000+ physical devise which is hosted on cloud. With the help of AppCenter we can distribute our build for testing purpose and after that we can deploy on App Store and Play store. AppCenter provide a facility to…
-
NAV – Connecting External SQL
Reason Data synchronization between NAV and other applications (whose back end is SQL) Applications: eCommerce Integrations Who can do it? Knowledge on NAV Development Knowledge on NAV Table objects Basic knowledge on database Pre-requisites: NAV 2016 or above Access to NAV Development environment and NAV developer’s license SQL Server (credentials required for both the cases)…
-
Swift Mapping and Flat Mapping
In this blog post, I will introduce some of useful tips and techniques of using swift mapping and flat mapping, you might already experienced the basic usage of swift map and flat map but in this blog we can see some additional benefits and areas where we can use the map and flat map to…
-
Avoid These 14 Subject Line To Get A Prospect
Messages frequently live amazing their titles. An extraordinary title propels prospects to open the message, while a deadened one means they won't read a solitary word. The email headlines on this rundown fall into the second camp. They're pretentious, irritating, misdirecting, and befuddling – here and there, the greater part of the above. In the…
-
What is Defect? Defect Life Cycle in Software Testing.
Defect is an unexpected behaviour (or) unexpected flow of the software application against to requirement document. A Defect can be an error/bug which includes: Functional errors, Communication errors, Syntactic errors etc. A Defect has its own life cycle in software testing from the day it found to till closing. In this blog, I have discussed…