Our Insights
Innovative Ways - Satisfied Clientele
Innovative Ways - Satisfied Clientele
Kapil Panchal - August 30, 2021
Table of Content 1. What is Add-in in Outlook? 2. Outlook Object Model 3. Creating Add-in 4. Testing 5. Conclusion What is Add-in in Outlook? In Outlook, Add-ins are programs that help us to automate certain tasks according to our ease like when we view or create messages. i.e., Trello, Skype, Zoom, Evernote, etc. Outlook Object Model When we are talking about Outlook add-in, we must know the basics of the following objects: Application:...
Kapil Panchal - August 26, 2021
Table of Content 1. What is REST Services? 2. Prerequisites 3. Create MVC Application 4. Conclusion Ang What is REST Services? REST services stand for Representational State Transfer. It is a lightweight, scalable and maintainable service that is built on REST architecture which is used to access and manipulate the resources identified through URL. Want to build impressive application for your business? Connect us right now to hire dedicated...
Kapil Panchal - August 23, 2021
Table of Content 1. Introduction 2. Understand CSS Grid Layout 3. Benefits of CSS Grid Layout in Angular 4. Create CSS Grid Structure with Rows and Columns 5. Build Angular Project 6. Generate Angular Components 7. Set up the Routes 8. Set up the Holy Grail Layout 9. Conclusion Introduction Holy Grail is a web page user interface layout pattern. The header, main content section, left side fixed-width nav block, middle content section, fixed sidebar,...
Kapil Panchal - August 19, 2021
Table of Content 1. RelativeSource Modes 1.1. Self Mode 1.2. FindAncestor Mode 1.3. TemplatedParent Mode 1.4. PreviousData Mode 2. Conclusion WPF RelativeSource is a Markup Extension that assists us in binding data of an element with another source element using its relationship. It states about the source position that where it falls relative to a given element. It can be used with the Bindings property of any object to another object’s property or...
Kapil Panchal - August 19, 2021
Table of Content 1. What is HTML Helper? 2. RadioButton Helper 2.1. What is a RadioButton? 2.2. RadioButtonFor 2.3. RadioButton 3. CheckBox Helper 3.1. What is a CheckBox? 3.2. CheckBoxFor 3.3. CheckBox 4. Conclusion What is HTML Helper? MVC provides the HTML Helper class that offers HTML controls in the razor view. HTML helper are methods that return data in the form of string. It binds the model with the view and passes...