Resources No resource found - Xamarin.Forms Application For A ScrollView Multiple Circles ImageApr 21, 2018. This article demonstrates how to create a Xamarin application for a ScrollView Multiple Circle Image. Xamarin is a platform that allows us to create a multi-platform mobile application for platforms, like Android, Windows, and IOS through a single integrated development environment (IDE).
- Student Info In Xamarin.Forms Application Using SQLite For Android And UWPApr 19, 2018. Reading this article, you can learn how to perform local database operation in Xamarin Forms application using SQLite for Android and Universal Windows Platform with XAML and Visual C# in cross-platform application development.
- Establishing Multi Factor Authentication In Azure Active DirectoryApr 16, 2018. Brief explanation of Multi Factor Authentication in Azure Active Directory along with a step by step demo of the same.
- Integrating "Sign In With Google" Functionality To An ApplicationApr 09, 2018. This article demonstrates how to integrate "Log in using Google account" functionality to your web application. There are many ways to integrate it. Here, I will explain how to integrate using REST API. Before you can integrate Google Sign-In into your website, you must create a Google API Console project and client ID, which you need to call the sign-in API.
- Console Application To Fetch SharePoint List Data Using REST API With CAML Query In C# Managed CodeApr 05, 2018. SharePoint 2013 has many restful APIs, to fetch data from lists. However, sometimes we need to use CAML query to filter out the data. SharePoint rest API has an option to pass CAML query as a data to API call. Below steps will help you to call a rest API with CAML query filtering.
- Push Notification Using The Android Studio And Google FirebaseApr 05, 2018. This article will demonstrate how to add push notification authentication on Android applications using Android studio.
- Dissecting A Flutter App Folder StructureApr 05, 2018. In my last article, I mentioned the step by step installation guide about how to install Flutter with Android Studio on Mac as well as Windows. In this article we will dissect the folder structure of the default Flutter app and understand how to manage the various resources needed for developing a cross platform app using Flutter.
- Local Authentication Using Node.jsApr 02, 2018. Authentication means validating your credentials like username and password to confirm your identity. The system or application confirms that you are the true user for accessing the private or confidential data. Authorization is a process of verifying that you have access to do something.
- 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.
- WPF - REST Web API ConsumptionMar 29, 2018. This article is about REST Web API Consumption in WPF client-side software/application.
- Azure AD Authentication For MVC Web ApplicationMar 29, 2018. Azure AD is designed for internet scale, Internet-based standards, and protocols and it is not a replacement for on-premises Windows Active Directory.
- ASP.NET Core - Two Factor Authentication Using Google AuthenticatorMar 26, 2018. We will generate a QR code in our ASP.NET Core application and use it to configure Google Authenticator app in our smartphone which will generate a six-digit time-based one-time password (TOTP) to implement two-factor authentication in our web application.
- Task And Thread In C#Mar 23, 2018. The Thread class is used for creating and manipulating a thread in Windows. A Task represents some asynchronous operation and is part of the Task Parallel Library, a set of APIs for running tasks asynchronously and in parallel.
- How To Install Azure Active Directory Pass-Through Authentication (PTA)Mar 19, 2018. In this article, we will see how to install Azure AD pass-through Authentication (PTA) along with Seamless Single Sign-on (SSSO).
- Three Steps To Install Angular And Create Your First Hello World Angular AppMar 17, 2018. Before creating our first Angular app first we’ll see how to install Angular on a Windows system.
- Learn About SSMS Output WindowMar 17, 2018. In my experience, there have been occasions where SQL Server Management Studio (SSMS) becomes unresponsive for a length of time. In one particular case, this occurred while I was expanding the list of databases. SSMS just sat there and waited for some unknown reason and became frustrating. The client eventually did respond and life was good again.
- Introduction To Azure Architecture - Part TwoMar 16, 2018. I will cover rest of the architecture of Azure in this article. so let's see them one by one.
- Host An ASP.NET Core Application As A Windows ServiceMar 15, 2018. ASP.net core applications can be hosted using various way such as Hosted with IIS, Hosted with HTTP.sys Server, etc. This article is to about hosting ASP.net core application as Windows service. Windows services feature is available only with Windows platform. This is one of the way to host Asp.net core application on Windows platform without using IIS.
- WPF - Data Storage Using SQL ServerMar 15, 2018. For any development domain, be it mobile or web or desktop or service-based, data storage is an essential component whether it is done on the server side or the client side. WPF application is a client-side application and it also supports many data storage resources which depend on the business requirement or business choice.
- Building A Data Driven App Using WPF XamDataGridMar 15, 2018. A typical rich data-driven Windows client app includes a backend database and a front-end client UI. The app connects to a database, reads the database, displays records in data controls, and implements CRUD operations. The app may also include some advanced UI operations such as sorting, searching, filtering, multiple views, and data export.
- How To Use HeaderedContentControl In UWPMar 14, 2018. Reading this article, we will learn how to use HeaderedContent Control in Universal Windows Apps development with XAML and Visual C#
- How To Use Alignment Grid XAML Control In UWPMar 13, 2018. Reading this article, we can learn how to use AlignmentGrid Control in Universal Windows Apps development with XAML and Visual C#.
- Generating Client Certificate For P2SMar 13, 2018. In my previous article, I have explained about P2S VPN gateway “Azure Native Certificate Authentication” through Self Signed Root certificate. The Self Signed Root Certificate cannot be shared with the end users as it has more privileges. The Child Certificate can be exported from the Self Signed Root Certificate, and the Azure resources can be accessed through this certificate by the end users.
- How To Use FocusTracker Control In UWPMar 10, 2018. Reading this article, we can learn how to use FocusTracker Control in Universal Windows Apps development with XAML .
- Removing Item Permission Using SharePoint Workflow And REST APIMar 10, 2018. In this article I have explained about how we break item permission inheritance.
- Building Xamarin Mobile Application With Bing Web Search Using Cognitive ServicesMar 08, 2018. The Bing Web Search API provides an experience similar to Bing.com/Search by returning search results that Bing determines are relevant to the user's query. The API results include Web pages, images, videos, news, and entities, along with related search queries, spelling corrections, time zones, unit conversion, translations, and calculations. The web Search API uses JSON format for data exchange, and API Keys for authentication.
- Overview Of Staggered Panel Control In UWPMar 07, 2018. In this article, you will learn how to use StaggeredPanel Control in Universal Windows Apps development with XAML and Visual C#.
- Authentication Using Facebook In ASP.NET Core 2.0Mar 06, 2018. In this article we are going to look into authentication of ASP.NET Core app using a Facebook account.
- Why Choose Xamarin For Cross Platform Mobile Apps With Visual Studio?Mar 05, 2018. Nowadays, everyone wants to use mobile apps rather than websites because they are easy to use with your smartphones. But, do you think mobile apps development is easy? No...Mobile app development is not an easy task due to the availability of different platforms like iOS, Android, and Windows. When we create a website, it is accessible from any device from an Android phone to your laptop. But when you create an App, it is not always accessible from all platforms.
- 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.
- Create Animations Very Easily With Lottie On UWPMar 05, 2018. Lottie is a tool created by Airbnb to bring quality animations into your native apps. In this article, I will show you how to use it in a Universal Windows Platform project.
- SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Post Requests)Feb 28, 2018. In this article we will see how to use Fiddler as a debugging & testing tool for SharePoint REST API EndPoints.
- SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Get Requests)Feb 28, 2018. In this article, we will understand how utilize a famous developer productivity tool called fiddler as a REST API Test Client for SharePoint (though the target system could be anything with a valid REST API Endpoint)
- Get The Current Logged In User Details In SharePoint 2013 Using SSOM, CSOM, REST API, JSOM And PowerShellFeb 27, 2018.
In this article we will learn how to fetch the user details of the current logged in user in a SharePoint site. There are multiple approaches by which we can get the logged in details such as User ID, Login Name (Login ID) of the user and the Display Name of the user.
- ASP.NET Core 2.0 Project Structure And A Few Important Folders/ FilesFeb 26, 2018. Despite having been widely accepted as a development platform, ASP.Net was facing a big challenge in that it is only made for Windows servers and can only be executed on IIS.
- 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.
- Xamarin.Android - Login With Gmail AuthenticationFeb 22, 2018. Gmail Login is an easy way for users to log in. It will automatically retrieve all the user information.
- How To Fetch Data From Task List Using Rest For Workflow History In SharePoint OnlineFeb 20, 2018. I got a requirement to make a history form for a workflow. For that, I had to fetch the data from a task list. We can use Rest API, SP Services, or any other methods for this kind of task. So, I chose REST API for the same. Now, the question is, what will be the scenario? Because Workflow status columns of Assign to and Modified Date are not available in the normal list. Then, I learned that we can fetch it from the task list or history list as in workflow all the information resides in Task list & History List.
- Authentication Using LinkedIn In ASP.NET Core 2.0Feb 20, 2018. In this article, we are going to look into authentication of ASP.NET Core app using a LinkedIn account.
- Using jQuery DataTable To Display SharePoint 2013 List Data On SharePoint Site PagesFeb 17, 2018. In this article, we will learn how to pass SharePoint List Data to a jQuery DataTable using REST API and display SharePoint list data on SitePages using DataTable.
- 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
- Authentication Using Google In ASP.NET Core 2.0Feb 14, 2018. In this article, we are going to look into authentication of ASP.NET Core app using a Google account.
- Authentication Using Twitter In ASP.NET Core 2.0Feb 13, 2018. In this article, we are going to look into authentication of ASP.NET Core app using Twitter.
- Microsoft Operations Management Suite (OMS) - A Beginner's GuideFeb 13, 2018. Operations Management Suite (also known as OMS) is a collection of cloud-based services for managing your on-premises and cloud environments from one single place. Rather than deploying and managing on-premises resources, OMS components are entirely hosted in Azure. In simple words, what basically happens is that OMS goes and talks to different servers, applications in your environment, collects information about how they're doing, consolidates this information in the form of nice colorful graphics and searchable records, after that presents it to you in one single, convenient place, and it doesn't matter where your servers or applications are running, Azure, AWS, on-premises or which operating system they're running on, Windows or Linux, it just works. Configuration is minimal, and you can be up and running literally in a matter of minutes.
- WPF - File Menu User ControlFeb 08, 2018. This article is about the development of WPF File Menu User control.
- Cookie Authentication With ASP.NET Core 2.0Feb 07, 2018. Authentication is an integral part of web security. ASP.NET Core provides multiple ways to implement authentication in a web application. We will be looking into on such technique - Cookie authentication in this article.
- Microsoft Defines Windows Progressive Web App Plans for 2018Feb 07, 2018. Microsoft articulated more about their Progressive Web Application plans in a recent article. They are the first platform to include PWAs in their App Store.
- ASP.NET Web API With SwaggerFeb 06, 2018. ASP.NET Web API is an extensible framework for building HTTP based services that can be accessed in different applications on different platforms such as web, windows, mobile etc. It is like a web service or WCF service but the exception is that it only supports HTTP protocol.
- 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.
- ASP.NET Core 2.0 IdentityJan 30, 2018. In a previous post, I showed how to use cookie authentication middleware to protect your web application. ASP.NET Core also provides a richer set of services, called Identity, to work with user authentication and management scenarios. For instance, in addition to authentication and password hashing, it provides features for registering new users, creating forgot & reset password tokens and their validation, two-factor authentication and authentication using external providers.
- 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.
- SharePoint 2013 - Add Top Navigation Link To A Site Using REST APIJan 29, 2018. In this article, we will look at how to add links to the Top Navigation Bar in a SharePoint site using REST API. I will demonstrate this by using a little jQuery and REST API to add a link to the Top Navigation which makes it a custom top navigation link since we are using some code to achieve it.
- Python With PostgresSql, SQLAlchemy And FlaskJan 28, 2018. This article explains the integration of Python with PostgresSqL using with SQLAlchemy and expose Rest Service by Flask
- Versioning ASP.NET Core 2.0 Web API - Part OneJan 25, 2018. In this article series, we are going to explore REST API versioning best practices. At the end of the article series you will be able to pick the best solution for your project needs.
- CRUD Operations In SharePoint Using REST API - Update OperationsJan 24, 2018. In the previous blogs, we had a look at the “Create” and “Read” operations in this series of CRUD Operations in SharePoint using REST API. In this blog, we will explain the “Update” operations.
- ASP.NET Core Apps In Docker SwarmJan 23, 2018. First, we need a few Virtual Machines to make a cluster of machines to run Docker on. I am using Windows 10 and will use Hyper-V for this purpose. If you’re using another OS then skip the first part of the tutorial where I setup VMs.
- Getting Started With Kubernetes On Windows 10 Using HyperV And MiniKubeJan 22, 2018. Today we are going to get started with Kubernetes on Windows machines running windows 10 OS. Mostly this is for all the developers like us who have windows 10 machines for their day to day use and want to quickly get started with Kubernetes.
- CRUD Operations In SharePoint Using REST API - READ OperationsJan 19, 2018. In the previous blog, we had a look at the “Create” operations in this series of CRUD Operations in SharePoint using REST API. In this blog, we will have a look at the “Read” operations.
- FAQ based Bot Application Using QnA Maker - Part OneJan 19, 2018. QnA Maker is rest based cognitive services which help to train and create the knowledge base. It can be easily incorporated using Bot Framework
- Getting Started With Docker For Windows - Containerize a C# Console AppJan 19, 2018. I had some free time recently, so I wanted to go deep into docker (rather containerization).
- CRUD Operations In SharePoint Using REST API - CREATE OperationsJan 18, 2018. REST API is a powerful CSOM concept that can be leveraged in SharePoint for converting sophisticated business designs into working and efficient SharePoint Artifacts (Add-Ins, CSOM solutions, etc.). REST does not require any separate references for its working unlike other frameworks (SPservices!)
- Create Your First ASP.NET Core 2.0 Service Fabric Container Application In WindowsJan 16, 2018. Learn how to create your first ASP.NET Core 2.0 Service Fabric Container application in Windows.
- Add Quick Launch Link To SharePoint 2013 Site Using REST APIJan 15, 2018. In this article, I have explored how to add links represented as headings in the Quick Launch area of the user interface using REST API. Here, we trying to add a custom navigation node corresponding to links in the Quick Launch area of the site using REST API using jQuery.
- How To Control An LED Using Raspberry Pi 3, Windows IoT Core, And Visual Studio UWPJan 13, 2018. This is an introduction to Raspberry Pi 3 Model B. We will explore what Raspberry Pi 3 has to offer in terms of its features and performance.
- Install Windows 10 IoT Core And Remote Login On Raspberry Pi 3Jan 12, 2018. Windows 10 IoT Core is a version of Windows 10 that is optimized for smaller devices with or without a display, and that runs on the Raspberry Pi 2 and 3, Arrow DragonBoard 410c & MinnowBoard MAX. Windows 10 IoT Core utilizes the rich, extensible Universal Windows Platform (UWP) API for building great solutions. If you're new to Windows 10 IoT, this post will go through how to get Windows 10 IoT installed on a Raspberry Pi 3.
- Authentication With Route Guards In Angular 5 Single Page ApplicationJan 11, 2018. Angular comes with many built-in features which can be used to achieve things like authentication and authorization Route guards are one of them; let’s see how we can achieve this in this article.
- Creating REST Service Using Flask And PythonJan 11, 2018. This article will explain to create REST service by using Flask framework and Python.
- Configure Windows Authentication In ASP.NET CoreJan 11, 2018. Using Windows authentication, users are authenticated in ASP.NET Core application with help of operating system. Windows Authentication is a very useful in intranet application where users are in same domain.
- Setting Up Xamarin Development Environment In Windows And iOSJan 09, 2018. This course aims to introduce Xamarin multi-platform development framework in my way of learning.
- Retrieving Weather Info In Xamarin.Forms Application For Android And UWPJan 07, 2018. Reading this article, you can learn about retrieving weather details using API key from openweathermap.org in Xamarin Forms application for Android and Universal Windows Platform.
- Office 365 Modern App DevelopmentJan 06, 2018. Web standard Apps are built using industry proven web Standards such as HTML, JavaScript and REST. Apps are independently scalable which reduces the total cost of ownership. Apps are secured and isolated from SharePoint. These apps can be accessed from any device with a browser.
- Working With Azure Storage Explorer In Visual Studio CodeJan 03, 2018. Visual Studio code is an open source source code editor developed by Microsoft which supports all major operating systems like Windows, Linux and Mac OS. It includes support all most all software development activities like debugging, Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring.
- ASP.NET Core 2.0 Bearer AuthenticationJan 02, 2018. Bearer Tokens (or just Tokens) are commonly used to authenticate Web APIs because they are framework independent, unlike something like Cookie Authentication that is tightly coupled with ASP.NET Core framework.
- ASP.NET Core 2.0 Cookie AuthenticationJan 02, 2018. Cookie Authentication allows developers to hook into events at various lifecycle stages of the authentication process. For instance you could log successful sign-ins using OnSignedIn or use OnValidatePrincipal (runs on every request) to invalidate the user (e.g. if you want to force sign-out).
- Xamarin.Android - Finger Print AuthenticationDec 31, 2017. Today, I shall show you how to develop fingerprint authentication application in Xamarin.Android.
- Custom Authentication With ASP.NET MVCDec 30, 2017. In this article, we will demonstrate how we can build authentication system using ASP.NET MVC
- How To Reset The Administrator Password Using The Command PromptDec 29, 2017. This blog will help you to reset the local Administrator password from your Windows machine without any third-party software or Windows password recovery tool.
- Enable Other Protocols (TCP, PIPE, MSMQ etc.) In IISDec 29, 2017. By default it's available only HTTP, HTTPS and FTP protocols Windows IIS though it supports others like TCP, PIPE protocols as well. This blog demonstrates how to enable other protocols like TCP in IIS.
- Kendo UI TreeList Remote DataBinding With ASP.NET MVC 5 Using ASP.NET WEB APIDec 24, 2017. This article tells you how to construct the kendo TreeView with complex JSON object, which is the response of the REST API developed using ASP.NET Web API.
- 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.
- QR Code Scanner In Xamarin.FormsDec 23, 2017. This article demonstrates how to make a QR CodeScanner application using C# and XAML in Xamarin.Forms. QR codes are plastered on advertisements, billboards, business windows, and products. They appear to be very popular among marketers, although it’s rare to see anyone actually scanning one.
- Understand HTTP.sys Web Server In ASP.NET CoreDec 19, 2017. HTTP.sys is a Windows-based web server for ASP.NET Core. It is an alternative to Kestrel server and it has some features that are not supported by Kestrel.
- Add Email Authentication To Xamarin.Android App Using Firebase - Part TwoDec 19, 2017. Today, I am going to show you how to add Email authentication in Android using FireBase.
- Add Email Authentication To Xamarin.Android App Using Firebase - Part OneDec 18, 2017. Today, I am going to show you how to add Email authentication in Android using FireBase.
- Create First Project In VSTS And Clone It Using Tortoise GITDec 18, 2017. In this article, we will learn how we can create a new project in VSTS. Also, we will learn how we can clone that project in our windows system. Once the project has been cloned we will push our files to a VSTS.
At last we will talk about Dashboards in VSTS.
- 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.
- Dock Panel Control In UWPDec 10, 2017. Reading this article, you can learn how to use DockPanel Control in Universal Windows Apps development with XAML and Visual C#.
- Login Window Xamarin.Forms UWP App With Blocking Feature If Incorrect LoginDec 07, 2017. In this article, we are going to create the login window application that will take UserId and Password as its credentials and prompt success if correct credentials are passed.
- Creating A Chat Application In Node.js With Express, MongoDB, Mongoose And Socket.ioDec 05, 2017. In this article, we are going to create a chat application in NodeJS with the back end MongoDB. We will also be using Mongoose for creating the MongoDB models and Socket.io for making multi directional chats on multiple client window.
- 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.
- Mounting Azure File Share With WindowsNov 30, 2017. This article shows how to create an Azure Storage account
- Building Windows 10 App Using UWPNov 30, 2017. Build a Windows 10 application that runs anywhere using the Universal Windows Platform
- A Beginner's Guide To Windows Server SetupNov 29, 2017. All developers must be familiar with how to interact with a server for various project requirements. This server interaction varies depends on the project requirements. Some of may be just connecting to an SQL Server database server through an application, some of you may be hosting your application to an IIS server.
- CRUD Operations On A SharePoint List Using REST APINov 29, 2017. In this article, I am going to explain how to perform CRUD (Create, Read, Update, Delete) operations on a SharePoint list using REST API.
- Custom Vision Service REST API Using Web Interface To Upload Image And TrainNov 28, 2017. Custom Vision Service using Visual intelligence made easy to just bring a few example of labeled images and let Custom Vision do the hard work.
- Creating A Windows Virtual Machine On The Azure Portal And Expanding The OS DiskNov 28, 2017. This article demonstrates how to create a Virtual Machine on the Azure portal and also how to expand the OS Disk for high space availability.
- Part Two - Building API Gateway Using Ocelot In ASP.NET Core - AuthenticationNov 27, 2017. In this article, I will continue with the topic of Building API Gateway In ASP.NET Core and will show you something about authentication later.
- Chat Bot With Azure Authentication - Part TwoNov 27, 2017. In the previous part of the article series, we have completed initial setup such as app registration, Azure Active Directory Authentication and saving AccessToken to Bot State Service. In this part of the article, we will implement chat bot which will get the AccessToken from Bot State Service and make Azure service call.
- Developer's Tools - How To Generate Basic Authentication TokenNov 22, 2017. This demo is about another tool that I worked out during an assignment while working with an integration scenario using web services supporting Basic Authentication.