Resources No resource found - ASP.NET MVC Notes - Part TwoApr 23, 2018. HTML helper binds model’s property value to control. All HTML helper control derived from System.Web.Mvc.Html namespace. All HTML helpers controls are classes and having its separate extension methods.
- Blazor - Running C# On Browser Using Web AssemblyApr 23, 2018. Microsoft announced the new Web UI Framework Called Blazor based on C#, Razor, and HTML which runs in the Browser using the Web Assembly.
- Firebase CRUD Operations Using PythonApr 23, 2018. You need to be logged in with a Google account which can use the Firebase console and follow the below steps to create a Firebase database.
- Image Text Sentiment Analysis Using Vision And Text Analytics APIApr 23, 2018. With the ever growing use of social media platforms like FaceBook, Twitter, Linked In to promote business, analyzing what the users feel and what feedback they share regarding the business is going to be of paramount importance. One such scenario is where the users post there feedback in images on the concerned company's social media pages. It is of great importance that the companies analyze what the users post on their social media pages as it will give them an overall idea of the sentiment of the users towards the services offered by the company, which in turn will help them plan their marketing strategies accordingly.
- Leadership Challenge 007 - The Best Coaching Question EverApr 22, 2018. I have come across a great article by Keith Rosen – focusing on asking the right questions. Do not focus on the fact that this uses some sales examples. Consider how to leverage this strategy within your own world.
- Creating Simple API In Node.jsApr 22, 2018. In this article, we are going to learn how to create a simple API in node js and using MS SQL as a data source on which we are going to perform CRUD operation.
- Retrieve Real-Time Data In Firebase Using Android StudioApr 20, 2018. Data retrieval is the process of identifying and extracting data from a database, based on a query provided by the user or application. It enables the fetching of data from a database in order to display it on a monitor and/or use within an application.
- ASP.NET Web API Using MVC, Entity Framework And jQuery For Retrieve Data - Part TwoApr 20, 2018. The most common use case for using Web API is for building RESTful services.
- How To Create And Use Azure Cosmos DB In Xamarin.Forms Application For AndroidApr 19, 2018. Reading this article, you can learn How to Create and use Azure Cosmos DB In Xamarin Forms application using for Android with XAML and Visual C# in cross-platform application development.
- CRUD Operations Using MVC Knockout With Entity FrameworkApr 19, 2018. In this article, you will learn how to implement CRUD functionality using MVC with Knockout and Entity Framework.
- 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.
- Write Your First Program Using Microsoft Graph SDKApr 18, 2018. In this article, I will explain how you can write your first program to interact with MS Graph API using MS Graph SDK in Visual Studio.
- Zoom View In Android Using Android StudioApr 18, 2018. In this article, we are going to see how to obtain zoom view in Android using Android Studio. Zooming view is a famous library used widely throughout the world.
- Azure Storage CRUD Operations In MVC Using C# - Azure Blob Storage - Part TwoApr 18, 2018. This article will give a step-by-step demonstration on how to store any physical object into Azure Blob Storage.
- ASP.NET Web API Using MVC And Entity Framework - Part OneApr 18, 2018. Web API concepts in different fields and Its implementation using Asp.Net MVC and Entity Framework . Web API Controller connects with Sql Server by Entity Framework. Web API Route can be used in different types of clients Like IOTs.
- CRUD Operations In Android SQLite - KotlinApr 18, 2018. In this article, we will learn how to perform CRUD (Create Read Update Delete) operations SQLite using Kotlin, the official first-class programming language for Android development. It is very easy and similar to implement like Java. We will learn SQLite implementation by building Simple TODO Application.
- How To Configure Search Service Application Using PowerShellApr 18, 2018. In this article, we will discuss how to provision Search Service Application for SharePoint 2016 using PowerShell
- 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.
- Logic Apps 101 - Inserting Data Into Multiple Tables Using SQL Connector And Trigger(SQL)Apr 17, 2018. In this article, you will learn Logic Apps 101 - Inserting Data Into Multiple Tables Using SQL Connector And Trigger(SQL).
- Angular 5 - Reactive Forms With Dynamic FormArray And Simple ValidationApr 17, 2018. I am sharing an article on how to dynamically display controls in <em>FormArray</em> using Angular 5 <em>Reactive Forms</em> and enabled/disabled the validators based on the selection.
- Using Business Rule For Data Import ValidationApr 16, 2018. In this article, we will learn how to use Business Rule for Data Import Validation.
- Intraday Price-Volume HeatMap Of A Stock Using RApr 16, 2018. In this article, we will see how to create price volume heatmap of any stock ticker in R.
- Social-Media Link Share In Android Using Android StudioApr 16, 2018. In this article, we are going to see how to create a share button in Android app using the Android Studio.
- What Is Microsoft Graph SDK?Apr 16, 2018. This article is a quick overview of MS Graph SDK. Using MS Graph SDK, you can easily write code which calls MS Graph APIs to interact with Office 365 data.
- Create Compass Using BBC Micro - BitApr 16, 2018. By the end of this article, you will know how to create a compass or how to use your BBC Micro: Bit as a compass.
- Using Azure Redis Cache On Your .NET Core Application - Part TwoApr 16, 2018. In this article, we will see how to use Azure Redis cache to cache your data and provide a faster way of loading the web pages to the users.
- Forget JavaScript, Try C# Instead For Client Side Application Development - BlazorApr 16, 2018. Blazor lets you use all your C# knowledge to Apply in Client Side development. Blazor replaces Javascript Code with C#. Essentially, it means that rather than writing the Client side code in Angular, React, Vue using Javascript, Typescript you can use C# and Razor. Does that sound like a dream.
- Alert Dialog Setup In Android Using Android StudioApr 16, 2018. In this article, we are going to see how to set up an Alert dialog to the back button in an Android app using Android Studio.
- PDF Viewer for Android Using Xamarin.formsApr 11, 2018. This article is going to explain how to create a pdf viewer inside the Android application using Xamarin forms in Visual Studio.
- ts.validator - TypeScript Based Generic Validation FrameworkApr 10, 2018. I have created a TypeScript based generic, fluent validation framework. Also, I have built a demo Angular 5 CLI app which uses the framework.
- ASP.NET Core Using TypeScript (2.6) With RequireJS In C#Apr 10, 2018. This article demonstrates how to create and use an application in ASP.NET Core using TypeScript (2.6) with RequireJS (2.3.5) in C#.
- Audio Play Using SD Card Module And ArduinoApr 10, 2018. In this article, we will see how to play an audio using SD card Module and Arduino. We have to save the Audio in a .wav file and specifically command the Arduino to play the Audio at the specific digital pin. The volume of the Audio can also be adjusted in the coding as per the requirement.
- How To Upload Audio In Database And Play In GridView Using ASP.NETApr 10, 2018. In this article, we are going to discuss how to upload an audio file in our project folder and save its path in SQL server database table.
- Overview Of Ticketing System In SharePointApr 10, 2018. In this article, I have explained how to create a help desk solution using SharePoint Out of The Box functionality Microsoft Flow.
- Night Clock In Android Using Android StudioApr 10, 2018. In this article, we are going to learn about Night Clock in Android using Android Studio.
- Azure Storage CRUD Operations In MVC Using C# - Azure Table Storage - Part OneApr 10, 2018. This article is about 'How to execute CRUD Operations in Azure Table Storage.'
- Dots Loading Android Using Android StudioApr 09, 2018. In this article, we are going to see how to create a Dot Loader in Android app using the Android Studio.
- Real-Time Data Storage In Firebase Using Android StudioApr 09, 2018. This article demonstrates how to store real-time data in Firebase using Android Studio.
- Create Site Column In SharePoint From OOB And JSOMApr 09, 2018. In this article, I would like to share the steps to create site column and code to create the site column in SharePoint using JSOM. Most of us know how to create column in SharePoint list.
- Swipe Lock In Android Using Android StudioApr 09, 2018. In this article, we are going to learn how to add Swipe Lock functionality to an Android application using Android Studio.
- ASP.NET Core - CRUD Using Blazor And Entity Framework CoreApr 09, 2018. Microsoft has recently announced the release of a new .NET web framework – Blazor. In this article we are going to create a web application using Blazor with the help of Entity Framework Core. We will be creating a sample Employee Record Management system and perform CRUD operations on it.
- 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.
- How To Upload Video In Database And Play In GridView Using ASP.NETApr 08, 2018. In this article we are going to learn how to upload video in project folder and save its path in SQL server database table. We will bind that table to gridview and play audio using html5 video element.
- Wave View In Android Using Android StudioApr 07, 2018. In this article, we are going create a Wave View in Android using Android Studio. It is a type of library which makes the wave in UI. By using this, we can show the progress status in a percentage. This view is widely used in mobile apps.
- Google Smart Lock In AndroidApr 07, 2018. By integrating Smart Lock for Passwords into your Android app, you can automatically sign users in to your app using the credentials they have saved. Users can save both username-password credentials and federated identity provider credentials. Integrate Smart Lock for Passwords into your app by using the Credentials API to retrieve saved credentials on sign-in.
- Writing A Sensor Value In The SD Card Using ArduinoApr 07, 2018. In this article, we are going to see how to write ultrasonic sensor values in the SD card using SD Card module. This is applicable to every SD card.
- Pulse View In Android Using Android StudioApr 07, 2018. In this article, we are going create a Pulse View in Android using Android Studio. It is a type of library which makes the pulse view for the image as a icon.
- Integrating "Sign In With LinkedIn" Functionality To An ApplicationApr 07, 2018. This article demonstrates how to integrate "login using the LinkedIn credential" in your web application.
- Creating Custom Pipe Using Safe HTML In Angular 5Apr 07, 2018. A pipe takes in the data as input and transforms it into the desired output. Pipes are declared using @Pipe decorator. We will create a custom pipe here, in this article. Like a filter, a Pipe also takes data as input and transforms it into the desired output.
- Create Music Remote System Using BBC Micro :BitApr 06, 2018. At the end of this tutorial, you will be able to control your phone's music player using Micro:Bit.
- StreamView Your Location Using Android Studio And InstanceID TokenApr 06, 2018. This article demonstrates how to add StreamView Location on an Android application using Android studio and InstanceID token.
- Various Techniques To Verify The Connectivity From Client To Server (Including Port Number)Apr 06, 2018. In this article, I will explore a few techniques to test the network connectivity with another machine & Port number using the built-in tools in the Operating System.
- Create And Publish A Nuget Package Using Visual Studio (.NET Standard)Apr 05, 2018. In this article, you will learn to create and publish a Nuget Package using Visual Studio (.NET Standard).
- DatePicker Placeholder And Border Style Using CustomRendererApr 05, 2018. In Xamarin.Forms, there is no Placeholder, BorderRadius, BorderColor, or BorderWidth for DatePicker Control. So in this article, we can learn how to set those properties for DatePicker using CustomRenderer.
- Xamarin.Android - Develop SQLite Database Using SQLiteOpenHelper ClassApr 05, 2018. In this article, you will learn to create your own database for Xamarin Android.
- How Are You Using Document Libraries In SharePoint?Apr 05, 2018. SharePoint is well known for its content management ability. We can store files in SharePoint (inside Document Library) and use search and approval workflows features on top of it. I have seen many organizations are using only the content management feature of SharePoint by uploading tons of files. But, is it the right way of using SharePoint?
- Define Motion For Buttons In Android Using Android StudioApr 05, 2018. In this article, we are going to see how to create a motion button in Android app using the 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.
- 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.
- 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.
- LINQ Fundamentals - First() Vs FirstOrDefault()Apr 04, 2018. There are four famous concepts in LINQ, almost every C# developer knows about them and has used them in their daily development work.
- Button Animation In Android Using Android StudioApr 04, 2018. In this article, we are going define a motion for the button in Android using Android Studio.
- RecyclerView In Android - KotlinApr 04, 2018. In this article, we will learn how to work with RecyclerView in Android using Kotlin.
- How Develop Analytics For SharePoint Online Using Power BIApr 03, 2018. In this article, we will discuss how to use data stored in SharePoint Online Site to develop analytics using PowerBI.
- 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.
- Working With SD Card Module And ArduinoApr 03, 2018. In this article, we are going to see how to work with SD card module and Arduino using Master Slave technique.
- Power BI Analytics Powered By R IntegrationApr 03, 2018. In this article, we will have a discussion and demo on how to integrate “R” scripts with “PowerBI” using PowerBI R Connector.
- 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.
- Building API Gateway Using Ocelot In ASP.NET Core - Load BalancingApr 02, 2018. In this article, we will discuss the load balancing module of Ocelot when building API Gateway.
- 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.
- Basics Of Node.js ModulesApr 02, 2018. Nowadays, Most of the web developers are working with new technology like Angular, React, Vuejs a frontend and Express.Js, Meteor web framework or SharePoint Framework of the JavaScript. But every developer face issue to understand the pattern of writing the code or we can say the ecosystem used in the packages\libraries.
- How To Create Temperature Gauge Using Micro - BitApr 02, 2018. In this article, I am going to write about how we can create a simple temperature gauge
- CRUD Operations In .NET Core With Angular And Entity FrameworkApr 01, 2018. In this article, we will learn how to implement CRUD (Create, Read Update, Delete) operations using .NET Core (2.0) with angular and Web API with Entity Framework using Visual Studio 2017.
- ExtraTextView In Android Using Android StudioMar 31, 2018. In this article, we are going create a ExtraTextView in Android using Android Studio.
- How To Read Temperature Using BBC Micro:Bit Mar 31, 2018. In this tutorial, I am going to write about how to read temperature using Micro:Bit.
- Single Page Application Using ASP.NET Core - AngularMar 31, 2018. In this post, we are going to create a Single Page Application (SPA) with AngularJS and ASP.Net Core. We will use Angular-UI-Router for our application routing instead of MVC routing.
- Building An Angular 5 CLI Project With ngx-bootstrapMar 30, 2018. This article will demonstrate how to create Angular 5 project using CLI and implement ngx-bootstrap or Bootstrap 3 with it.
- ASP.NET Core - Getting Started With BlazorMar 30, 2018. In this article, we will understand the new .NET framework – Blazor and create a sample calculator application using ASP.NET Core and Blazor.
- Upload And Set Office 365 Profile Image Using Microsoft Graph APIMar 30, 2018. In this article, I have explained how to change your profile image in Office 365 and set it into Office 365 from SharePoint online using Microsoft Graph API.
- C# Object To JSON Parser (JSON Serializer)Mar 30, 2018. This article demonstrate how to parse a C# object into JSON string without using any .Net serializer and third party libraries.
- Implementing Blockchain Miner Rewards And Transactions In JavaScriptMar 29, 2018. In the previous article, Creating a Blockchain Using JavaScript, you learned how to create a simple blockchain application in JavaScript.
- 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.
- Angular - Creating Custom Pipe(|)Mar 28, 2018. As we already know that Pipes (|) in Angular are used to transform the data before displaying in a browser. So in this article, my requirement is to filter the student record based on the value i.e. Name of the student entered in the search textbox given at the top.
- Implementing A Blockchain Proof-Of-Work In JavaScriptMar 28, 2018. In the previous article, Creating a Blockchain Using JavaScript, you learned how how to create a simple blockchain application in JavaScript.
- Multiple Models In One View Using ASP.NET MVC And Entity FrameworkMar 28, 2018. In a client requirement, I needed to create a page where two forms or models exist in a single View (page), like login and registration in the same single view.
- Are SharePoint Hub Sites Here To Replace The Traditional Intranet?Mar 28, 2018. With the rollout of the new Hub Site feature for SharePoint online, we can see different use cases is explained, how it can be used. From grouping sites to replacing the traditional Intranets to challenging the ready-made Intranet products in the market.
- TN Image View In Android Using Android StudioMar 28, 2018. In this article, we are going create a TN image view in android using Android Studio.It is a type of library which makes the image touchable and movable.By using this we can move the image with a simple touch.
- MVC CRUD Operations Using Entity FrameworkMar 27, 2018. In this article I am going to talk about MVC CRUD Operations Using Entity Framework 6 without writing any code. First, you should learn about MVC and the basics of Entity Framework.
- Stream Web API Transactions Using SignalRMar 27, 2018. In the new world of APIs and microservices, it is absolutely correct to say that things have started moving really quickly; .i.e., transforming an idea into a product. But with all this agility comes a lot of moving parts, which sometimes results in serious overhead and in some cases failure of the sole product.
- Star Rating Bar In Android Using Android StudioMar 27, 2018. In this article, we are going to see how to obtain rating bar in Android using Android Studio.
- Unity - The Big Picture On Game DevelopmentMar 27, 2018. In this article, you will learn how easy it actually is to get your feet wet with Unity and the essentials of starting a project using this game development platform.
- Angular - PipesMar 27, 2018. Pipes (|) in Angular are used to transform the data before displaying it in a browser. Angular provides a lot of built-in pipes to translate the data before displaying it into the browser.
- Play Video In Angular Using Ignite UI Video PlayerMar 27, 2018. The Ignite UI Video Player is an HTML 5 Video Player which renders video on a web page with a robust, cross-browser user interface. It support H264/AVC video, Ogg/Theora video, and WebM video formats.
- Xamarin.Forms - Calendar Control in SyncfusionMar 27, 2018. In this article, you will learn about using Syncfusion Calendar Control in Xamarin.Forms.
- Monitoring Specific Table Using SQL ProfilerMar 27, 2018. This article helps you to understand how to use the SQL Profiler, and how to trace a particular table.
- Publishing Angular Apps Using Firebase HostingMar 26, 2018. In this article, you will learn to publish Angular Apps using Firebase Hosting.
- Create Shimmer For Image In Android Using Android StudioMar 26, 2018. In this article, we are going to see how to give a shimmer effect to an image in Android app using the Android Studio.
- Ref And Out KeyWords - Two Separated TwinsMar 26, 2018. In this article, I am going to explain the concepts of some useful keywords like Ref & Out parameters. These keywords are used along with the data to be passed to a function as parameter. Below I will explain a brief explanation about each of these keywords with an example.
- 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.
- Learn About Selenium Using C#Mar 24, 2018. In this article, you will learn about Selenium using C#.