Resources No resource found - 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.
- 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.
- Introduction To Serialization In .NETMar 08, 2018. In the modern era of computer science, serialization and deserialization is much important topic and gain worth with the passage of time. Since an ancient time, human being can communicate with each other and exchange the message in secure way, the message is convert in some special format and then send to the other person and keep the records which is changes with the passage of time. Now in this era, serialization comes before the communication layer which is using to convert one state of thing to another, when we done any operation on thing, “the terms operation referred as Serialization”.
- ASP.NET MVC - Sending SMS Messages Using Nexmo APIFeb 18, 2018. In this article, we will demonstrate how we can send an SMS message from Asp.Net MVC application using Nexmo SMS API.
- Meter Number Picker Library Using Android ApplicationFeb 11, 2018. This article demonstrates how to add Meter Number Picker Library on Android Application using Android studio.
- Email Directly From C# .NET On Azure With No Mail ServerFeb 05, 2018. One of the background parts of most systems I write involves messaging of some kind ... more often than not, the default is email notification of one thing or another. When I need to carryout large scale mail-outs I always use one for the major Azure services, but when I only need adhoc mail operations or low volume, I use a combination of an SMTP Client and a DNS MX Lookup.
- Xamarin iOS AlertJan 28, 2018. In this article, we will create a Xamarin iOS application. We will learn how to use UIAlert Controller in order to give messages to the user and ask what operations the user wants to proceed with. This application will contain three buttons, clicking on which will open an alert, which may be a simple alert, an alert with actions, or an alert action sheet.
- CRUD Operation With Angular 5 HTTP Client And ASP.NET Core Web APIJan 23, 2018. HTTP is the messaging system between the client and the server-client which sends the request and server responds with the proper message. Angular HTTP client is the toolkit which enables us to send and receive the data over the restful Http endpoints.
- Office 365 - Shared MailBoxesJan 22, 2018. Shared MailBoxes allow multiple users to view and send email messages from a common mailbox.
- SignalR Chat App With ASP.NET WebForm And BootStrap - Part ThreeJan 12, 2018. In a previous article we have learned how to create a real-time chat application using SignalR and Bootstrap. So far we learned creation of group chat, Creation of Private Chat, Title Bar Notification Alert system, Message Count and Clear Chat History. And now we are going to learn the most trending feature in Chat Application which is “Emoji” or “Smiley” which makes our application more interactive.
- Azure PowerShell Login IssueJan 04, 2018. At times we face issues while logging in to Azure PowerShell. There may be different types of error messages while logging in. This article explains about the resolution of the error message “The PowerShell session has not been properly initialized. Please import the module and try again."
- Asynchronous Messaging Using ASP.NET Core 2.0 Web APIDec 21, 2017. How to implement asynchronous messaging using ASP.NET Core Web API. Create an empty project and update the Startup class to add services and middleware for MVC.
- SharePoint Status And SharePoint NotificationsDec 19, 2017. Whenever we need to notify a user about some field value or when we want to describe the current state of the form, we usually go ahead and use Alerts or Message box.
- Floating Chat Heads Using Android ApplicationDec 19, 2017. We all love the chat head or chat bubbles from the popular Facebook Messanger. This provides very handy and easy access to the chat conversation screen no matter which screen you are on. Chat heads are very convenient for multitasking, as a user can work and chat at the same time. That means if you are using the calculator app on your phone and if any new message arrives, you can open the conversation and replay the message without switching app.
- How To Solve "Spooler Subsystem App Has Encountered A Problem"Dec 18, 2017. I recently had a troubleshooting call in my computer repair business involving an office printer that would not install the print driver software. During the installation, an error message appeared that read “Spooler subsystem app has encountered a problem and needs to close”. This occurred at an automotive repair garage that had to be able to print invoices and automotive diagrams, so they were in a real bind.
- Sending An HL7 Message, Receiving It Using A Listener And Sending An Acknowledgement BackDec 15, 2017. HL7 (Health Level Seven) is a set of standards, formats and definitions for the exchange, integration, sharing, and retrieval of electronic health information. The HL7 standards are produced by the HL7 International, international standards developing organization.
- Xamarin.Forms - Messaging AppDec 14, 2017. In this article, we are going to learn about messaging plugin and discuss how to use it in xamarin.forms application by using visual studio 2017 15.5
- Xamarin.Android - User Input DialogDec 09, 2017. This article is an attempt to demystify the use of dialog box to gather user input. It is not intended to be exhaustive, rather, it is aimed at new or beginning programmers.
- Introduction To Firebase Cloud Messaging (FCM)Dec 08, 2017. Firebase Cloud Messaging is a powerful API that lets you deliver messages reliably and independent of the platform you are developing on. With the help of FCM you can send notifications and messages to your client’s app. We can send instant messages of up to 4KB in size.
- Highcharts - Loading Image With Angular Custom Directive And Web APINov 29, 2017. This article will demonstrate about how to show loading message or any spinner image when your chart is being loaded or drilldown chart is being loaded using Highcharts Library in Angular JS with Web API.
- Progress Bar Android App Using Android StudioNov 28, 2017. In this article, I will show you how to create a Progress bar android App using Android studio. We can display the Android progress bar dialog box to display the status of work being done e.g. downloading file, analyzing status of work etc.
- How To Track Facebook Wall Messages In An Excel Table Using Microsoft FlowNov 22, 2017. Microsoft Flow is a cloud-based service. It allows us to react to an event in one and do something with the data from that event into another service. It makes it practical and simple for line-of-business. The users can build workflows that automatically do some business tasks and processes across applications and services.
- DROP IF EXISTS In SQL Server 2016Nov 13, 2017. With this very small but handy tip, we’ll check the enhancement that has been made to DROP statement in SQL Server 2016. Earlier, we used to write additional checking logic to make sure that the object exists to drop. If we miss writing the check and if the object is not available, then we are being served with an error message. With SQL Server 2016, now we can check the existence of the respective object without any error being generated.
- CRUD Operation with Model dialog using UI-Grid in AngularJS and Web APIOct 27, 2017. In this article, you will learn CRUD operations with model dialog using UI-Grid and Web API.
- Azure Service Bus - Peek-Lock A Message From Queue Using Azure Logic AppsOct 26, 2017. In this article, we will take a look at how you can peek-lock on a message from a Service Bus Queue without actually reading the message from the queue.
- Angular 2+ Logger Using ng2.loggerOct 23, 2017. In this article I am going to show you the process to log messages in Angular 2+ applications with examples. Ng2 Logger is a simple logging module for Angular 2+ applications. This allows you to log messages based on the log level setup.
- Learn Universal Windows Programming Via Modern C++ (ContentDialog)Oct 22, 2017. This article explains about Content dialog in C++/WinRT. It forces the user to get the input (whether success or failure) until the user cannot interact with Parent windows.
- How To Display Message On LCD Using Serial Monitor Of ArdunioOct 14, 2017. In this article we are going to link hardware and software of Arduino with the LCD. We are going to display typed Message on LCD 16/2 Display using Serial Monitor.
- Logging Exception in Database Using CustomFilter ExceptionOct 11, 2017. As per request from one of my followers I am writing this article, which will explain how we can handle Errors in an MVC application. In this article I am also going to explain how we can log our exception message in our Data Base.
- Broadcasting Message From ASP.NET Core To Angular Client Using SignalROct 10, 2017. Recently, the .NET team has announced SignalR for ASP.NET Core. So, in this article, I am trying to show how we can use SignalR with ASP.NET Core for an Angular client.
- Amazon SNS (Simple Notification Service) Using Visual StudioOct 07, 2017. This is the working example of the ASNS (Amazon simple notification service) you can follow the step and can implement the notification service, message service, email service using this.
- Sending Bot Reply Message With Attachment Using Bot FrameworkOct 07, 2017. The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be freeform. Your bot can also have more guided interactions where it provides the user choices or actions. The conversation can use simple text strings, the message with an attachment like the image, File (pdf, word, excel, ppt), mp3, Video or more complex rich cards.
- Xamarin.Forms - Create Message Center AppOct 05, 2017. Xamarin Forms Platform using create message center application. This article demonstrates how to create Message Center Application C# and XAML in Xamarin Forms.
- How To Log Messages (Information, Errors, Warnings) In ASP.NET CoreOct 04, 2017. Framework provides logging capability through ILoggerFactory, to which you could attach one or more providers. Providers act on the logged data in some form i.e., log it to file, database, Azure etc.
- Develop Chatbot On NodeJS Platform Using Microsoft Bot Framework (Part Three) - Manage Conversation Using Multiple DialogsOct 03, 2017. In article Develop ChatBot On NodeJS Platform Using Microsoft Bot Framework (Part Two) - Manage Conversation Using Root Dialog, we have discussed how to handle conversation using root dialog in chatbot developed using Microsoft Bot Framework NodeJs SDK. In this article, we are going to handle the conversation flow with multiple dialogs instead of root dialog. We are also going to use trigger for dialogs.
- Execution Of Selenium Web Driver Using C# And JavaScriptOct 01, 2017. In my previous articles / blogs on selenium webdriver , we have seen the execution of various HTML controls using selenium C#. As we know using selenium we can automate anything which we see on the webpage or web application like Alert message , prompt message ,messagebox , textbox , dropdown buttons like (single click ,double click) , hyperlink , checkbox ,radiobutton etc , and even we can automate applications which is developed using Ext.js(Sencha Applications) or KendoUI applications etc.
- 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.
- Print Dialog And Print Preview Tools Using Entire Windows Form To PrintSep 15, 2017. In this article, we will discuss how to print an entire Windows form using print dialog & print preview tools step-by-step in a Windows Forms application step-by-step.
- File Upload With JQuery Progress Bar In ASP MVCSep 14, 2017. First we have to create an Asp Mvc project in visual studio. To do that, Open Visual Studio -> New Project -> A new dialog window will appear -> In left pane select C# ->select Web -> Select "ASP.NET MVC 4 Application" name your project and click ok.
- How To Add Android Exit Dialog To Android App Using Android StudioSep 11, 2017. Android is one of the most popular operating systems for mobile. In this article, I will show you how to add Android Exit Dialog to Android App Using Android Studio.
- Develop ChatBot On NodeJS Platform Using Microsoft Bot Framework (Part Two) - Manage Conversation Using Root DialogSep 02, 2017. In article Develop ChatBot on NodeJs platform Using Microsoft Bot Framework (Part One) - Quick start for beginners, we have discussed about where and how to start with development of chatbot on NodeJs platform using Microsoft Bot Framework. In this article we are going to see usage of Dialogs which will help us to manage conversation flow.
- Getting Started With Prompt Dialog Using Microsoft Bot FrameworkAug 31, 2017. In this article, we will understand how to use prompts and how you can use them to collect information from the users. We are creating a sample Demo Bot for our C# Corner Annual Conference 2018 registration process automation.
- Getting Started With Dialog Using Microsoft Bot FrameworkAug 28, 2017. The Bot Framework enables you to build bots that support different types of interactions with users. You can design conversations in your bot to be freeform. Your bot can also have more guided interactions where it provides the user choices or actions. The conversation can use simple text strings or more complex rich cards that contain text, images, and action buttons. And you can add natural language interactions, which let your users interact with your bots in a natural and expressive way.
- Getting Started With Azure Service BusAug 24, 2017. It's communication engine which provides secure and reliable communication between components. It allows you to build applications and connect with different roles between Web and worker TL, you can use this for load labeling and or for decoupling where your web TS sent messages into a queue.
- Learn Azure Blob StorageAug 11, 2017. Basically, it represents the durable store in the Azure cloud. And also, it allows storing blob, tables, messages, and queues.
- How To Create Multi-Project Template Using Visual Studio 2017Jul 30, 2017. Visual Studio provides many inbuilt templates for creating a project. Project template will allow a developer to create new projects based on your exported project. The developer will be able to utilize your template for the new project dialog box. In this article, we can create a new project template for solution with multiple project as per your client or product requirement and use your project template for multiple developers.
- Quick start - Development Of Chat Bot Using Microsoft Bot Framework - For BeginnersJul 08, 2017. In solution explorer, you will see WebApiConfig.cs file, Controllers and Dialogs folders. 'MessageController' is inherited from 'System.Web.Http.ApiController'. Bot application is nothing but webapis which will be called from chat window to get response.
- Binding Dropdown List In Angular With ASP.NET Core Web APIJul 05, 2017. After selecting a project a new dialog will pop up with name “New Project” now from the left panel just select Templates inside Templates select Visual C# à The Web after that choosing it will show a list of Project Templates as shown in below dialog.
- ASP.NET MVC Tooltip Using Web API, Bootstrap Popover And jQuery UI DialogJul 03, 2017. I am sharing an article on how to create a help tooltip for a HTML element using Web API, Bootstrap Popover and jQuery UI dialog.
- Building Web Apps With ASP.NET Core And DotVVMJun 29, 2017. There is one category of web applications where the MVVM pattern can be especially useful: line of business applications. Yes, these crazy large web sites with hundreds of grids, large and complicated forms with hundreds of fields, tabs, wizards and modal dialogs.
- Google Map Location Coordinates Using Bootbox In ASP.NET MVCMay 30, 2017. Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes.
- Send Email Using Templates In ASP.NET Core ApplicationsMay 30, 2017. In this article, you will learn how to send email using Email Template in ASP.NET Core Web Application. Also we will discuss how to design a custom HTML Email Template using Images, CSS and Personalized Message, and send that to multiple users in ASP.NET Core Application.
- Dialog In Microsoft Bot FrameworkMay 24, 2017. In this article, you will learn what is a dialog and why we use dialog in Bot framework.
- Xamarin Android - Google Firebase Cloud Messaging (FCM)May 19, 2017. In this article, you will create Android App Firebase Cloud Messaging.
- Accessing Office 365/ Microsoft Cloud Data On SharePoint Using Graph API - Part ThreeMay 09, 2017. In this article, let us look at how to access Office 365 Outlook events and Outlook messages with the help of Microsoft graph API.
- Dialogs In WPF (MVVM) - Part ThreeMay 07, 2017. In this article, you will learn about dialogs in WPF (MVVM).
- Basic Authentication Using Message Handlers In Web APIMar 19, 2017. Basic Authentication Using Message Handlers In Web API.
- Create An Alert Dialog In Xamarin iOS App Mar 05, 2017. In this article, you will learn how to create an Alert dialog in Xamarin iOS, using Xamarin Studio.
- SignalR Message Conversation App Using ASP.NET MVC 5 In Real Time ScenarioFeb 22, 2017. In this article you will learn about SignalR Message Conversation using ASP.NET MVC In a real time scenario.
- Integrate NativeScript With Google Firebase Notification (FCM ) In AndroidFeb 20, 2017. In this article, we will learn how to use NativeScript using Angular 2 and TypeScript to build a native Android mobile app that is integrated with Google's Firebase Cloud Messaging (FCM )
- Voice Notice Board Using Windows FormsFeb 17, 2017. In this article, I have explained the concept of creating an e-notice board, which can be used to display a message with just voice commands rather than typing.
- Display An Alert Dialog In Xamarin.Forms Using Visual StudioFeb 01, 2017. In this article, you will learn how to display an alert dialog in Xamarin.Forms, using Visual Studio.
- Creating Dialog Fragment Using Xamarin AndroidJan 31, 2017. This article explains how to create Dialog Fragment using the Login System UI design and understanding of C# codes and XML files.
- Dialog Boxes In C#Jan 24, 2017. In this article, you will learn about dialog boxes in C#.
- Asynchronous Communications Using RabbitMQ Message BrokerJan 14, 2017. In this article, we are going to learn about a new message queuing protocol, RabbitMQ.
- Create An Alert Dialog With Icon In Xamarin Android App Using Visual StudioJan 12, 2017. In this article, you will learn how to create an Alert dialog with the icon in Xamarin Android app, using Visual Studio 2015.
- MVC 5 - Partial View With Pagination In jQuery DialogDec 21, 2016. This article describes how we can integrate the partial view with div element with the help of jQuery & jQuery UI in ASP.NET MVC 5 Application.
- Understanding Dialog Box In Onsen UI Using Visual Studio 2015 Dec 18, 2016. In this article, you will learn how to use the Dialog box in Onsen using Visual Studio 2015.
- Extensibility - Inspecting WCF MessagesNov 18, 2016. In this article, you will learn extensibility - inspecting WCF messages.
- How To Send SMS Message Using SMS Manager Or An Intent In Xamarin Android App Using Visual Studio 2015Oct 21, 2016. In this article, you will learn how to send SMS Message using SMS Manager or an Intent in Xamarin Android app, using Visual Studio 2015.
- Message Logging In WCFSep 21, 2016. In this article, you will learn about Message Logging in WCF.
- Display Message When Filtering Records Not Found In AngularJS With ASP.NET MVCAug 31, 2016. In this article, you will learn how to implement the filter using AngularJS and display the message, when the records are not found in ASP.NET MVC.
- Increase Message Size Quota In WCF And Web ServiceAug 08, 2016. In this article, we can learn how to increase the message size.
- Firebase Cloud MessagingJul 23, 2016. In this article, you will learn about Firebase Cloud Messaging.
- Custom Pop Up Notification Dialog Box In Windows 10 UWPJul 14, 2016. In this article we are going to see how to create popup notification dialog box in Windows 10 UWP App.
- Google Firebase Cloud Messaging (FCM) Push Notification Implementation In AndroidJul 13, 2016. In this article, you will learn about Google Firebase Cloud Messaging (FCM) push notification implementation in Android.
- Dialogs In WPF (MVVM) - Part TwoJul 11, 2016. In this article, you will learn about dialogs in WPF (MVVM).
- How To Display A Progress Dialog Window In AndroidJul 11, 2016. In this article, you will learn about displaying a progress dialog Window.
- How To Display A Dialog Window In AndroidJul 07, 2016. In this article, I will explain about displaying a dialog window. There are many times when a user needs to display a dialog window to get a confirmation from the end user.
- Create Modal Dialog Pop Up In SharePoint 2016 And Office 365Jul 05, 2016. In this article, you will learn how to create modal dialog pop ups in SharePoint 2016 and Office 365.
- Azure Automation - Import PowerShell Runbook From Portal GalleryJun 28, 2016. In this article, we will learn how to Import a basic Runbook that displays a "Hello World" message from the portal gallery.
- Azure Automation: Author Runbook Using PowerShell - Hello WorldJun 27, 2016. In this article, we will learn how to create a basic Runbook that displays the "Hello World" message.
- Attach Images and Files With Reply Message In Bot FrameworkJun 13, 2016. In this article, I will explain how you can send images and files using Bot framework reply message.
- Understanding Message Templates In nopCommerceJun 06, 2016. In this article you will learn how to understand message templates in nopCommerce.
- SSIS: Write Custom Message Or Variable Value In SSIS Log FileMay 29, 2016. In this article you will learn how to write custom messages or variable value in SSIS Log File.
- Showing Message Dialogs When Using MVVM Pattern In Windows 10 UWP APPMay 28, 2016. In this article we are going to see how to show message dialog using MVVM pattern in Windows 10 universal app.
- All About API: HTTP Response Message - Part ThreeMay 09, 2016. In this article you will learn about HTTP Response Message.
- Dialogs In WPF (MVVM)Apr 28, 2016. In this article you will learn about Dialogs in WPF (MVVM).
- Set Up Cloud Messaging Service In Android Studio: Part FourApr 27, 2016. In this article you will learn how to set up Cloud Messaging Service In Android Studio.
- Dialogue And Toast In AndroidApr 26, 2016. In this article you will learn about Dialogue and Toast in Android.
- Set Up Google Cloud Messaging Service In Android Studio: Part ThreeApr 19, 2016. In this article you will learn how to set up Google Cloud Messaging Service In Android Studio.
- Set Up PHP Form For Cloud Messaging Service In Google: Part TwoApr 18, 2016. In this article you will learn how to set up PHP Form for Cloud Messaging Service in Google.
- Difference in between Show And Show Dialog To Open A Child Window From View Model In WPF With MVVM Using PrismApr 14, 2016. In this article, I will demonstrate what is the difference in between show and show dialog to open a child window via the button click event in WPF with MVVM pattern using prism library.
- Parallel Processing Messages Based On SQL ServerApr 13, 2016. In this article you will learn about Parallel Processing Messages based on SQL Server.
- Set Up Google Cloud Messaging Service For Android - Part OneApr 12, 2016. In this article you will learn how to set up Google Cloud Messaging Service in Google.
- Global And Per-Route Message Handlers In Web APIApr 08, 2016. In this article you will learn Global and Per-Route Message Handlers in WebAPI.
- Dialogue Fragment With Multiple Selection In AndroidApr 05, 2016. In this article I describe how to show a dialogue with multiple select boxes
- Calling Web Service Using SOAP Request In Console ApplicationMar 28, 2016. In this article we will learn how to make the post request to web service using SOAP message to and get response from service.
- Push Notification To Android Mobile Using GCM (Google Cloud Messaging)Mar 16, 2016. In this article you will learn Push Notification to Android Mobile using GCM (Google Cloud Messaging).
- Dialog Control in C# 6Mar 11, 2016. In this article you will learn about Dialog Control in C# 6.