Resources No resource found - How To Use Menu Control In UWPApr 25, 2018. Reading this article, you can learn how to use Menu Control in Universal Windows Apps development with XAML and Visual C#.
- Mobile Alerts In Xamarim.formsApr 25, 2018. In this article, we will cover mobile alerts in Xamarim.forms. For any mobile apps, it’s important to define with the user or the client or the product owner if we work in an agile context (Scrum), for Android and for iOS, even, if we will work in a single shared project, we need to know what every environment can offer in native apps.
- Searching A Name From The ListView Using Xamarin.Forms For UWPApr 24, 2018. In this article, we will discuss how to create a ListView and how to search a particular search item from the list.
- Delete Item Versions In SharePoint ProgrammaticallyApr 17, 2018. Versioning in SharePoint is an awesome feature that lets users create versions of their documents. However, when left unchecked, especially when the below category of “Document Version History” is selected – an end user will be able to create practically an indefinite number of versions. This is not a recommended best practice, and may end up using a huge amount of storage over the years.
- ASP.NET Core 2.0 User Role Base Menu Management Using Dependency InjectionApr 03, 2018. In this article we will see in detail how to display role based dynamic menu after user logs in. For this we will create a Menu Master table and insert few records to display the menu and URL to menu based on logged in user role.
- Xamarin.Forms - ListView Header And Footer TemplateApr 02, 2018. In this article, you will learn Header Template List view in Xamarin. Forms Application. The Most of list view not have in Header templates. But if we are using more lists that time we can use this header template to display the content for Header template. So in this article we can Header , footer template and List View Items.
- Add New Item Permission Using SharePoint Workflow And REST APIMar 29, 2018. I’m going to explain how to add a new permission to the item using SharePoint REST API and SharePoint Designer Workflow 2013.
- Getting Started With ASP.NET Core 2.0 Identity And Role ManagementMar 17, 2018. In this article, we will see in detail how to use ASP.NET Core Identity in MVC Application for creating user roles and displaying the menu depending on user roles.
- Removing Item Permission Using SharePoint Workflow And REST APIMar 10, 2018. In this article I have explained about how we break item permission inheritance.
- Working With Arrays In JavaScriptMar 09, 2018. Arrays are the collection of same data-types values or a collection of data items. In memory variable, we can store one value at a time but in arrays, we can store many values and retrieve as per index number of stored values.
- Export Only SharePoint Filtered List Items To Excel Mar 09, 2018. This article demonstrates how to export to Excel SharePoint Filtered list items.
- Delete SharePoint List Items In Browser ConsoleMar 05, 2018. This article demonstrates how to delete SharePoint list items in browser console using REST API without writing any code in the SharePoint site. To delete list items just copy paste the code in the console window of the browser and then call the function by passing the List name whose items have to be deleted.
- Entity Framework Core Feature - Global Query FiltersMar 02, 2018. This feature is also refer as Model-level query filters. It allows to specify filter in the model level that are automatically applied to all queries that executed on the context on the specified type. It means that entity framework automatically adds the filter in where clause before executing the LINQ queries. Usually Global query filters are applied in OnModelCreating method of context. This filters are also automatically applied to LINQ queries involving the entity types referenced indirectly like included as navigation property.
- No Tracking With Entity Framework CoreMar 02, 2018. DbContext in Entity Framework is responsible for tracking the changes made on the entity or object, so the correct update is done to the database when the SaveChange() method of context is called. When we retrieve entities using an object query, the Entity Framework puts these entities in a cache and tracks whatever changes are made on these entities until the savechanges method is called. Entity Framework tracks the query results that return entity types.
- Breaking Item Permission Inheritance Using SharePoint Workflow And REST APIFeb 26, 2018. In this article I’m going to explain about how we break item permission inheritance when the item is added by using SharePoint REST API and SharePoint Designer Workflow 2013.
- Grouping In ListViews With Xamarin.FormsFeb 26, 2018. In this article, we’ll see the process of grouping items in a ListView with Xamarin.Forms. I’m creating an Address Book where we are grouping the contact’s name in the Listview by the initial character's name.
- Enable Like And Unlike Feature For SharePoint List Using JSOMFeb 26, 2018. In this article I would like to share the steps to enable Like/Unlike functionality in SharePoint list and how to set like/unlike for the particular item using JSOM.
- How To Develop Approval Workflows On List Item Update Event Using Microsoft FlowsFeb 19, 2018. In this article, we will see how to deal with SharePoint Online List Item update event using Microsoft Flows.
- WPF - Dropdown Menu/Combobox Menu Data Binding Using Text FileFeb 16, 2018. This article is about WPF dropdown menu/combobox menu data binding using text file
- WPF - File Menu User ControlFeb 08, 2018. This article is about the development of WPF File Menu User control.
- SharePoint Online/Office 365 - How To Develop Approval Workflows On List Item Add Event Using Microsoft FlowsFeb 05, 2018. In this article, we will see the demonstration of Microsoft Flow around SharePoint Online and will deal with List Item Add Event.
- Dynamic Web View Of A SharePoint List Item Using Excel Web Access Web PartFeb 03, 2018. Sometimes, the customer would like to see the SharePoint list item with a specific design instead of default view for which the developer develops an app or web part to achieve it.
- CRUD Operations In SharePoint REST API Using jQuery AJAXJan 30, 2018. In this article I explain how to make create, read, update, and delete operations of sharepoint list items over HTTP requests.
- CRUD Operations In SharePoint Using REST API - Delete OperationsJan 29, 2018. The previous blogs demonstrated the “Create”, “Read” and “Update” operations of REST API in SharePoint. This is the last blog of this series and explains the “Delete” operation of a list item.
- Retrieving List Items From A Specific View Using CSOMJan 25, 2018. In this article, you will learn how we can access the SharePoint data using Client Object Model. Here, I have taken an example of getting the data from SharePoint list specific View. Using this, we can create our own custom View with necessary fields and access them.
- Dynamic Menu Generation With Web API And AngularJan 24, 2018. In this article, we are going to implement a dynamic menu with the help of ASP.NET Web API and Angular. We will create the login page that has two login type. Admin and User. Admin login will lead to some different menu items and User login will come up with different menu items.
- Toolbar In Xamarin.iOS Application ViewJan 17, 2018. In this article, we are going to create Xamarin application that contains toolbar item with respective tools and functionality. Tools like add, edit, refresh, search in form of icon or text can be applied on the toolbar and the required specific functionality can be added with its event.
- Bind Menu And Sub Menu Dynamically In ASP.NET MVC From Database Using LINQJan 12, 2018. Many times we need to create a menu for a simple application. We ususally get stuck on how to bind the menu. Here in this article we you will learn how to bind menu and sub menu dynamically in ASP.NET MVC from database using linq.
- Send Email With Attachment In Office 365 (SharePoint Online)Jan 07, 2018. Recently, I came up with a requirement to send an email with attachment in Office 365 (SharePoint Online). This needs to be a custom functionality wherein for each line item in a jQuery Data table (as shown in below image), user needs to send an email with an attachment to specific email address.
- How To Bind Data To A Drop-Down List And An HTML Table With *ngfor In AngularJan 07, 2018. In this article, you will learn how to bind a data to a drop-down list and to an HTML table on selected item from a drop-down list with *ngFor in Angular4.
- SearchBar View With SearchContent In Xamarin.Forms ApplicationJan 06, 2018. SearchBar view control is the control that provides you the way to search from the list of content. It has the events 'SearchButtonPressed', 'TextChanged' for performing actions respectively. You can give the list of items that are required to perform the search for the item based on conditions and suggestions you want.
- Ignore The List Or Library Items From SharePoint Search ResultsJan 03, 2018. In this article I would like to share the steps to ignore the particular list items or library items from SharePoint search results. Already we have seen how to create a new search result source in SharePoint online.
- List Of Items In Query String From JavaScript And Fetch It In Code Behind In ASP.NETJan 02, 2018. When there is a situation where we have to pass more parameters and it exceeds browser character limit we can consider using JSON Array.
- A Potentially Dangerous Request.form Value Was Detected From The ClientDec 26, 2017. This error can occur in any page, but mostly a client receives this error while entering a new or modified item / product in admin panel of any portal because in admin panel we mostly write html code to fill in blanks, and also to display the product feature in ordered or unordered list.
- How To Trigger SharePoint 2013 Designer Workflow On A List Item By Calling REST API Using jQueryDec 23, 2017. In this article, we will learn how to trigger the Sharepoint 2013 Designer List Workflow on a list item using REST API and jQuery.
- MasterDetailPage In Xamarin Forms ApplicationDec 21, 2017. MasterDetailPage is the main page that is responsible for two related pages. It contains the master page that has items and the detail page that shows the details about the items present on master page.
- ContextMenu In Xamarin.Forms ApplicationDec 21, 2017. In this article, we will learn how to add a ContextMenu on the list view having cell items in Xamarin.Forms application.
- Uploading Attachment To The New Item On List Using “REST API” jQueryDec 18, 2017. In the previous article, we have seen how to explore multiple attachments to the new item on a list using JSOM and REST API. In this article, we will see how we can upload the documents to SharePoint list items using REST API based approach.
- Show SharePoint List Item Level Attachments Using REST API And jQueryDec 05, 2017. In this article, we explore in Sharepoint 2013, how to show the Sharepoint list item level attachments using REST API and jQuery. In previous articles, I explained about adding multiple attachments to list item using html and JQuery. Now let’s use some REST API to pull these attachments and display them in list.
- How To Delete Attachments Of SharePoint List Item Using Rest APIDec 05, 2017. I have created a custom list named “Attachments” in the host site and have added multiple items with attachments, now let’s say that we want to “Delete” the attachments on any particular item which we want.
- Picasso Library Visual Flair Using Android ApplicationDec 02, 2017. Images add much-needed context and visual flair to an Android application. Picasso allows hassle-free image loading in your application - often in one line of code!.
- Creating My First ChatBot Using Angular(5.0) And Dialogflow (API.AI)Nov 20, 2017. Anyone who have ever tried to contact company through customer care center they know how slow and frustrating process it is. You remember that audio tape “press 1 for this, press 2 for this ,press * to go back to menu and blaa blaa blaa….“ say for example if you want to activate a simple caller tune to your phone number then you have to spent at least 10 min to know the code to activate that caller tune by hearing that audio tape and pressing so many number and finally if you had a good luck then only you able to activate you caller tune.
- What Is New And How To Set Up Our First Angular 5 ApplicationNov 15, 2017. Here, in this post, I am going to discuss a few updates in Angular 5. By saying that, I will not be discussing all the items which have been released with this version. Here, we will also be checking how to create our first Angular 5 application. So by the end of this article, you will have your own sample application with you.
- How To Create Logic App From Template In AzureNov 09, 2017. Azure Logic Apps is a fully managed integration Platform as a service which provide a way to automate the workflows and business processes. You could easily integrate across different services in cloud and on-premise through connectors. In this article you will see how to create logic app from template which will create a new item in SharePoint Online list when a new tweet appears with text as “SharePoint”, #SharePoint, O365 or Azure.
- Posting SharePoint Items As Conversations In Microsoft TeamsOct 31, 2017. Here, let us see how to push the items from SharePoint into the Microsoft Teams Channels as conversations using Microsoft Flows.
- Getting Started With Receipt Card Design Using Microsoft Bot FrameworkOct 29, 2017. The Bot Framework supports different type of rich cards and provides a richer interaction experience to the user. In this article, I will show how to integrate Receipt card UI design in a Bot Application. If you are developing a shopping card Bot chat application; receipt card is very important. Receipt card class has property as a list of items, total, tax, vat, title and image. We can re-use all receipt card properties and add tab action event for navigating to original invoice website.
- Work Item Rule In Visual Studio Team ServiceOct 10, 2017. In this article, I’m going to show you how to create a work item rule in VSTS and how it will work effectively in day to day processes
- Overview Of Let In LINQOct 09, 2017. In general, Let allows create a local variable at the LinQ query. Let has the same operation as to build local variable in a loop. The example with let hast better performance than the without let example, because the first execute one time and second two time for each item.
- Simple Shopping Cart In SharePoint Using AngularOct 07, 2017. This is a simple shopping cart in SharePoint, it helps users to pick items from a gallery and place orders with a simple and nice UI.
- Create New Record To SharePoint List Using Angular With Rest APIOct 04, 2017. In this article, I am going to explain how to create SharePoint list item using Angular js. This will help to create a new record for long SharePoint lists which contain 100+ fields since we no longer specify field names in this code.
- Binding Dynamic Menu Depending On User Role In ASP MVCSep 21, 2017. In this article, we are going to learn how to bind a dynamic menu depending on the User Role in ASP MVC.
- Create SMS Android App Using Android StudioSep 21, 2017. In this article, I will show you how to create a pop up menu Android App using Android Studio. SMS stands for Short Message Service and is also commonly referred to as a "text message". With a SMS, you can send a message of up to 160 characters to another device. Longer messages will automatically be split up into several parts. Most cell phones support this type of text messaging.
- Pop Up Menu Android ApplicationSep 20, 2017. In this article, I will show you how to create a pop up menu Android App using Android studio. Android Popup Menu displays the menu below the anchor text if space is available otherwise above the anchor text. It disappears if you click outside the popup menu.
- Learn Universal Windows Programming Via Modern C++ (Combo box)Sep 18, 2017. Combobox control is contains the collection of the items. It represents Drop-down list of the items. The user can select the items from the list, when the combobox is open its display all the items, once item has been selected dropdown list will close automatically.
- Learn Universal Windows Programming Via Modern C++ (RadioButton)Sep 14, 2017. RadioButton is used to allow to the user select single items, whereas checkbox allows users to multiselect.
- Frequent Pattern And Market Basket ImplementationSep 09, 2017. Frequent pattern mining is about the item sets and sequences which appear in a data set.
- SharePoint 2016/2013/Online - How Download SharePoint List Item AttachmentsSep 02, 2017. In this article we will explore the PowerShell to download the List Item attachments.
- Create ToolBar Menu Items In Xamarin.Forms Using Visual StudioAug 24, 2017. Xamarin is the best cross platform tool to develop mobile applications. It provides cross platform app development in C#, so we don’t need to write java or Objective C. We can just use C# and leverage the same for all the platforms. Xamarin also helps us by providing designers with different platforms like Android, IOS, etc.
- Dynamic Menu Using Entity Framework And AngularJS In ASP.NET MVC Aug 23, 2017. The logic behind this is all main menus should have parentid = 0 and whatever ID column value of Main menu that ID value should be mentioned in parentid column of sub menu. Then the sub menu will appear for corresponding Main Menu.
- IoT Solutions - Architecture/Design And Business AspectsAug 11, 2017. IoT is the abbreviated term meaning "Internet of Things". By definition Internet of Things is: the inter-networking of physical devices, vehicles (also referred to as "connected devices" and "smart devices"), buildings, and other items embedded with electronics, software, sensors, actuators, and network connectivity which enable these objects to collect and exchange data.
- SharePoint Webhooks As Event Receivers For SharePoint OnlineJul 31, 2017. SharePoint Webhooks were made generally available in January 2017. They provide the mechanism of catching the Asynchronous Events like item added, item deleted etc: that happens in the SharePoint Objects. At present, SharePoint Webhooks cannot be used with Synchronous events like Item Adding for which we will still have to rely on Remote Event Receiver solution using Provider Hosted Add-in.
- SharePoint List Operation Using Microsoft FlowJul 20, 2017. In this article, you will see how to get all the items from the list and Send a Notification mail to the Assignee using Microsoft Flow.
- Learn Angular *ngFor DirectiveJul 19, 2017. *ngFor is a structural directive and built-in directive that is used to iterate over collections like an array and create a template for each item. To setup Angular2 project in your Visual Studio, Download the "Quick Start Project" from the below given link and use the contents from downloaded folder into your project.
- What Is Three State Workflow In SharePoint 2013?Jul 18, 2017. Microsoft has already provided an Out Of Box feature Called Three State Workflow. Using Three State Workflow, we can track our list or library in three states . This is very useful when tracking issues, project tasks, leads, or other similar items.
- Create List With Default Items In SharePoint 2016 Using VS 2015Jul 18, 2017. In this article, I would like to share the steps to create SharePoint list with default items using VS 2015. In a previous article we saw how to create document library with predefined folders.
- Custom Actions Using CSOM For SharePoint OnlineJul 18, 2017. In this post, we will see how to add and remove Menu(ECB) and Ribbon custom actions to different types of lists (Custom List, Document Library and Calendar) in SharePoint online using CSOM (.NET managed) code.
- Get User Profile Properties Data in SharePoint Designer 2013 WorkflowJul 18, 2017. Workflows helps SharePoint users to collaborate on documents, list items and to manage tasks by implementing business processes on documents and list items. Creating and assigning tasks to Manager is a very common scenario in workflows. All the user related information is stored in User profile service application (UPA). Although this sounds very straightforward, getting the user profile properties of the logged in user is very tricky in SPD 2013 workflow.
- How To Query The Entities In Dynamics CRM From ADX Portal Using JQueryJul 11, 2017. It is difficult to get the Dynamics CRM Entities from ADX Portal using any Web API call, because that may require authorization token, client id and client secret etc. Also, you will not be able to get any client context or to use XRMServiceToolKit.
- Chat Bot Using Microsoft Bot Framework With LUIS - Part TwoJul 08, 2017. Click on ‘Publish App’ option in left hand side bar menu. It will show following page. Here you can choose Endpoint Key. Select purchased key. If you have not purchased any key then select Bootstrap key, which is for experimental purposes. In ‘Publish Settings’, you can select Endpoint slots as Staging or Production. If you select it as Staging, it will be available over http but you can’t access it though chat bot app. For our development select it as Production.
- SharePoint 2013 - Uploading Multiple Attachments To The New Item On List Using JSOM And REST APIJul 06, 2017. In this article we will explore how we can attach multiple attachments to the new item on list using JSOM and REST API.
- ECMAScript5 Features - Strict Mode, JSON And MoreJun 28, 2017. Strict Mode is a new feature in ECMAScript 5 that allows you to place a program, or a function, in a “strict” operating context. This strict context prevents certain actions from being taken and throws more exceptions (generally providing the user with more information and a tapered-down coding experience).
- Solutions For Menu In ASP.NET CoreJun 07, 2017. Solutions For Menu In ASP.NET Core.
- Create SharePoint Framework Web Part To Retrieve SharePoint List Items Using REACT And REST APIMay 31, 2017. Create SharePoint Framework Web Part to retrieve SharePoint List Items using REACT and REST API.
- Retrieve And Display SharePoint List Items Using REST API And ReactJSMay 30, 2017. Retrieve And Display SharePoint List Items Using REST API And ReactJS.
- Toolbar Item In Xamarin Cross Platform With Toolbar Order ExampleMay 17, 2017. Toolbar Item In Xamarin Cross Platform With Toolbar Order Example.
- Dynamic Navigation Menu For SharePoint Using Superfish jQuery PluginMay 16, 2017. Dynamic Navigation Menu For SharePoint Using Superfish JQuery Plugin.
- Get Particular SP List Items Using Content Search WebPart (CSWP) in SharePoint OnlineApr 25, 2017. In this article, I would like to share the steps to add the content search Web part and get particular SP list items, using CSWP in SharePoint Online.
- Add Item In Kendo MultiSelect Using ASP.NET WEB API And Entity FrameworkMar 27, 2017. From this article, you will learn how to add new items in Kendo MultiSelect, using ASP.NET WEB API and Entity Framework.
- Create A Responsive Navigation Menu Using Managed Metadata Navigation In SharePoint Server 2013Mar 22, 2017. In this article, I explain how to create a responsive navigation menu in SharePoint Server 2013.
- Retrieve SharePoint List Items Using SharePoint Framework Development ModelMar 21, 2017. In this article, you will understand how to retrieve SharePoint List Items, using SharePoint Framework Development Model.
- Menu In Xamarin AndroidMar 15, 2017. This article gives you an overview of menu in Xamarin Android.
- SharePoint Hosted App Part For List Items RetrievalMar 08, 2017. In this article, you will learn about SharePoint hosted app part for list items retrieval.
- jQuery Accordion Using Content Search Web Part In SharePoint Server 2013Mar 05, 2017. In this article, I have explained how to create a jQuery accordion menu using content search web part (CSWP) to display dynamic data in SharePoint Server 2013.
- Adding SharePoint Column To List Item Using Napa Tools And JSOMMar 01, 2017. In this article, you will learn how to add SharePoint column to list Item, using Napa tools and JSOM.
- Copy List Items From One SharePoint Site Collection To Another Using Azure Logic AppFeb 28, 2017. In this article, you will learn how to copy a list item from one SharePoint site collection list to another site collection list, using Azure Logic app.
- How To Create Left And Right Drawers In Xamarin With Visual Studio 2015Feb 25, 2017. In this article, we will learn how to create left and right drawers and their items in addition to selecting an event in Xamarin with Visual Studio 2015.
- Deleting SharePoint-Hosted Add-In Using Napa Office 365 Development ToolFeb 23, 2017. In this article, you will learn how to delete SharePoint-Hosted Add-ins using Napa Office 365 Development Tool.
- SharePoint-Hosted Add-In By Using NAPA Tools And Delete SharePoint Task List Item Using JSOMFeb 22, 2017. In this article, you will learn about SharePoint-hosted add-ins by using NAPA Tools and Delete SharePoint Task List item using JSOM.
- Manage The Number Of Items To Display In SharePoint List Or LibraryFeb 20, 2017. In this article, I am going to explain about how to manage the number of items that should be displayed in a SharePoint list and document library.
- Update A List Item In SharePoint-Hosted Add-In By Using Napa Office 365 Development Tools And JSOMFeb 09, 2017. In this article, you will learn how to update a List Item in a SharePoint-Hosted Add-In by using Napa Office 365 Development Tools and JSOM.
- Developing SharePoint Framework Web Parts Using ReactJS - Part TwoJan 20, 2017. In this article, you will learn how to retrieve SharePoint list items and render those on SPFx web part using ReactJS.
- Create A Simple Bootstrap Navigation Menu Using Content Search WebPartJan 18, 2017. In this article, I have explained how to create a bootstrap navigation menu bar using Content Search web part.
- Utilizing The Action Bar In Android ApplicationsJan 16, 2017. In this article, you will learn about action bar used in Android applications. The action bar displays the application icon together with the activity title. On the right side of the action bar are action items.
- Create Approval Process For SharePoint Online List Items Using Microsoft FlowJan 12, 2017. In this article, you will learn how to create an approval process for SharePoint online list items using Microsoft flow.
- Now You Can Find Your Lost Items Through Microsoft's HololensJan 02, 2017. In this article, you will learn about the new technology by Microsoft where you can find your lost items like keys, wallets, or any other belonging through its AR Headset.
- Developing Web Parts Using SharePoint Framework - Part TwoDec 22, 2016. In this article, you will see how to develop and test a web part on SharePoint Framework, which retrieves SharePoint list items.
- How To Implement Inline Edit, Clone, And Update in SharePoint List Items Using AngularJSDec 22, 2016. Here, you will learn how to implement Inline Edit, Clone, and Update in SharePoint list items, using AngularJS.
- Repeater Item With Drag And Drop CapabilitiesDec 15, 2016. In this article, you will learn how to create a Repeater item (div) enabled with drag and drop capabilities.
- Understand the Basics To Build Games In Unity FrameworkDec 09, 2016. This article is all about understanding very basic menus that are available in the Unity framework to build games.
- Send Notification Mail On a SharePoint List Item Added Event Using Microsoft FlowDec 05, 2016. In this article, you will learn about sending notification mail on a SharePoint list item added event, using Microsoft Flow