Resources No resource found - 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.
- 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.
- Android Kotlin - Strings And Ranges - Part ThreeMar 20, 2018. In this article, we are going to learn about Strings and Ranges in Kotlin with string methods.
- Time Picker In a 24 Hour Format In Xamarin.FormsMar 19, 2018. This article describes how we can set the 24 hour format for TimePicker Control.
- SharePoint Custom Search ScriptMar 14, 2018. This article will explain the PowerShell script searches for files within Document libraries in SharePoint (farm level, site collection level, web level etc.) based on the search parameters you provide. It can also be used for searching in SharePoint for any files with the specified extension. The results are returned in a .CSV format.
- 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”.
- 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.
- Pipes In Angular 5Feb 13, 2018. In this article we will be discussing Pipes in Angular 5. Pipes are the operators which is used to format data in Angular. This comes from the symbol (|) used to do this operation. Pipes are there in Angular from Angular2 onwards. But it has evolved over the period of time. There are many inbuilt pipes available in Angular 5 and it gives an easy template to create your own pipe using @angular/cli.
- Search Word Or SubString From Paragraph Or String Using JavaScript And jQueryFeb 13, 2018. In this article, we will learn how to search and locate the words or substrings in the paragraphs or large strings. We will achieve this by using both JavaScript and JQuery.
- Boolean Search Basics For Recruiters - Tutorial OneJan 31, 2018. Boolean Search is a mathematical logic which we use to put on Google, LinkedIn, and other job boards etc. to get the accurate and relevant results while expanding and narrowing the strings with key operators like AND, OR, NOT etc.
- Loading Base64 Images In Xamarin.FormsJan 30, 2018. In this article, we will learn to load Base64 String Images into Images in Xamarin.Forms without using any External Plugins like FFMpeg Image Loader Plugin.
- How To Validate XML Using XSD In C#Jan 29, 2018. Extensible Markup Language (XML) is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public Internet, as well as via corporate networks. The XML tags are not pre-defined in XML. You will have to create tags according to your needs.
- SharePoint Modern UI - Column FormattingJan 23, 2018. Microsoft is focusing more on Modern UI in SharePoint online. Microsoft is releasing new and very nice features to Office 365 on a frequent basis. SharePoint in its online version is also experiencing the addition of new useful features.
- Deploying Multiple ASP.NET Core Apps To Docker And AzureJan 22, 2018. API - has controller with CRUD operations for a movies database. It uses a class library Data, which contains repositories. Database is hosted in Azure and connection string stored in application settings (appsettings.json).
- Google Chart With ASP.NET Core And Visual Studio CodeJan 13, 2018. The Google Chart API lets you dynamically generate charts with a URL string and embed these charts on a web page, or download the image for local or offline use. The Google Chart Tools enable adding live charts to any web page. They provide advantages such as a rich gallery of visualizations provided as image charts and interactive charts and they can read live data from a variety of data sources. Users embed the data and formatting parameters in an HTTP request, and Google returns a PNG image of the chart. Many types of chart are supported, and by making the request into an image tag the chart can be included in a web page.
- JavaScript - Date And Time Library Moment.JSJan 11, 2018. This article is about using client side date & time format & manipulation JavaScript library Moment.JS
- Preventing Redirect Attacks In ASP.NET Core 2.0Jan 09, 2018. When your controllers redirect to another location based on user input (e.g. via query string), it is important to ensure that the location is not malicious and prevent open redirect attacks. The simplest way to ensure this is by examining the URL provided by the user.
- 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.
- 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.
- Versioning ASP.NET Core 2.0 Web APIDec 13, 2017. As your Web API changes, you would need to add versioning support in order for clients to continue working correctly. Adding versioning support in ASP.NET Core involves first configuring services in Startup and then choosing a versioning strategy i.e. via query string, URL or HTTP header.
- Introduction To Format Specifiers In Visual Studio DebuggerDec 08, 2017. That is going to be tedious work if we need to keep evaluating the expressions in a lengthy code. Well, there is a way to avoid that. Using format specifiers (while debugging), you can force the evaluation of the expression.
- Configuring SQL Server 2016 Express On LAN For C# Connection StringNov 08, 2017. In this article I will share my experience about configuring SQL Server 2016 Express on LAN for SQL connection using my C# application’s connection string
- Pipes Operator In Angular 2 - Part ThirteenOct 20, 2017. In this article, we are going to learn about Pipe Operator. In Angular, pipes are used to transform expressions to a desired format.
- Find And Replace Text In Word Document Using C#Oct 18, 2017. On Microsoft Word, we can find special text strings and replace them with new text strings easily. We can replace all the searched text automatically at one time and we can also only replace some of them from the searched results. This article will mention various approaches of the finding and replacing feature on the word document by using a .NET API Spire.Doc independently (without using any third-party code) as below.
- Getting Started With Adaptive Card Design Using Microsoft Bot FrameworkOct 12, 2017. The Bot Framework supports different types of rich cards and provides a richer interaction experience to the user. In this article, I will show how to integrate adaptive card UI design in a Bot Application. The Adaptive Card contain a combination of text, speech, images, buttons, and input controls.Adaptive Cards are created using the JSON format specified in the Adaptive Cards schema and Microsoft provided Microsoft.AdaptiveCards NuGet package for .Net Developer to building cards and handles the serialization.
- 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.
- How To Change/Switch The Database Dynamically In An ASP.NET MVC ApplicationOct 06, 2017. This is an example with code snippets to show how to switch or change the database (Connection string) dynamically while running a program in ASP.NET MVC 5 applications.
- Create Power BI Report Using Twitter AnalyticsOct 04, 2017. In this article, we will learn how we can use Twitter analytics data and prepare Power BI Report. We can export Twitter analytics data in .csv format and consume that .csv file to prepare a Power BI report.
- Export Active Users (Licensed Users) In .CSV Format From Office 365 Using PowerShellOct 04, 2017. Sometimes, there is a situation in which we need to connect our PowerShell with Office 365. We have received a requirement from one of our clients, they want csv for all licensed users available in Office 365.
- How To Change User Language Settings In SharePointOct 04, 2017. In this article, I will discuss how to change language settings for a particular user using two ways. When you create a site , you also specify user language setting such as Time Zone, local display for numbers, dates, and time, sort order, calendar type, work week, and time format (12 or 24 hour) settings in both SharePoint On premise and Online.
- How To Secure PII Data In SQL Server Using CLE (Column Level Encryption)Oct 03, 2017. PII (personally identifiable information) which is used to identify individual identity such as SSN, DOB, Bank Account Number etc. When you are working with financial application you face the scenario where you have to store the data in encrypted format, so no one can see the actual data.
- SharePoint 2013 - Converting GMT/UTC Time To Local Time In XSLT For Rendering RSS Feed ResultsSep 29, 2017. Recently, I came across the requirement where the date coming from RSS feed which is in GMT format needed to be converted to local time and displayed in the required format.
- XAML Value Converter With A Simple ExampleSep 27, 2017. In this article, I'm going to show you how you can use value converter in XAML to convert one format of data into another format. In our case, we'll convert a string value (value in the textbox) to a Boolean value (checked status of a checkbox).
- Getting Started With Customizing A FormFlow Using Microsoft Bot FrameworkSep 25, 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.
- Basic PDF Export Using JQuery In ASP.NET MVC RazorSep 21, 2017. Here i will show you after insert records how to export the record in pdf format using jquery.
- How To Secure PII Data In SQL Server Using .NET AssemblySep 21, 2017. PII (Personally Identifiable Information) is used to identify individual identity markers such as SSN, DOB, Bank Account Number etc. When you are working with financial applications you face a scenario where you have to store the data in encrypted format, so no one can see the actual data.
- Encrypt And Decrypt User Password In SQL Server DB Using C# Winform ApplicationSep 18, 2017. In this article we are going to learn how to maintain the user login details in sql server table with password encryption format and decrypt the user password and validate the credentials in login form.
- New String Function In SQL Server 2017Sep 06, 2017. It requires one separator argument and a minimum of two arguments otherwise it raises an error. All the arguments are implicitly converted to string types and then they are concatenated.
- Construct Readable XML Output From SQL Query From Two Or More Tables Using “For XML PATH” StatementSep 04, 2017. In my previous article I discussed about how to get a XML format output from query and process that by using XML AUTO statement, and I give different types of “for XML”.
- How To Perform Web Scraping Using Python ProgramSep 04, 2017. Web Scraping (also known as Screen Scraping, Web Data Extraction, Web Harvesting etc.) is a process to scrap (extract) data from web pages, web document, HTML document or XML document in a structured manner and then store in database, text file as a spreadsheet , as a XML , or in whatever file format we want to save in.
- Getting Started With MongoDBAug 29, 2017. MongoDB is an open-source/cross platform (Windows, Linux, etc) document database that is NoSql in JSON format database. A NoSQL database means it does not have any relationships (non-relational database). It is a document-oriented database.
- Working With JSON In SQL Server 2016Aug 28, 2017. JSON (JavaScript Object Notation) is a lightweight data interchange format. It is language independent, easy to understand and self-describing. It is used as an alternative to XML. JSON is a very popular data interchange format nowadays. Most modern services return the data into the JSON text.
- 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.
- JasperReports - Basic IntroductionAug 26, 2017. JasperReports is an open source software which is widely used for creating PDFs. It is not limited to creating PDFs but one can also export any desirable formats such PNG, CSV, Excel, Word doc, and HTML etc.
- JavaScript Code For Validating U.S. Format Phone NumbersAug 21, 2017. In this article, we shall learn how to do client side validation of US format phone numbers in three textbox fields. It means the application will be more responsive because the load on the server is reduced. JavaScript uses the client machine processing power.
- Custom Model Binding In ASP.NET Core MVCAug 17, 2017. Model binding in MVC maps HTTP request data to the parameters of the controller's action method. The parameter may either be of simple type like integers, strings, double etc. or complex types. MVC binds the request data to the action parameter by parameter name.
- Download Files In Zip Format Using ASP.NET MVC Razor And SweetAlert LibraryAug 10, 2017. There are so many websites that display a list of files to the end user. The user can then select one or more files from the list and request a zipped bundle of those files as a single download. In this article, I will show you this implementation using MVC.
- Aligning And Formatting The C# And ASPX/CSHTML Code Using Visual Studio 2017Aug 09, 2017. Aligning code in the code-behind as well as in front-end makes the code more professional look. The Visual Studio Code Editor gives you the ability to format your code with options such as hiding text, displaying URLs, and so forth.
- ASP.NET MVC - Using Resource Files To Manage String ConstantsAug 08, 2017. In this article, we will see how we can save strings in a resource file instead of constants spread all over the application.
- SharePoint Online / Office 365 - Exporting All the Terms from Particular TermSet In .CSV File Using CSOM And Console ApplicationJul 28, 2017. In this article, I’ll explain how to export TermSets in .CSV file format using CSOM and console application. I’ll go through step by step procedure for exporting TermSet.
- Learn MVC : Using Angular PDF File ViewerJul 23, 2017. This article demonstrates the way of using Angular pdf file viewer in Visual Studio 2017. Angular portable document format (PDF) file viewer that is built with html5 & this viewer supported by Mozilla Labs. It is a web standards- based platform for parsing and rendering PDFs.
- Using PowerShell To Create Log/CSV Files And File Out CommandsJul 19, 2017. In many instances while developing using Powershell we need to get the logfile in a specific folder and format.
- Arithmetic Operation In ASP.NET MVCJul 16, 2017. In action result method I passed one string parameter named command and using this command I assigned some arithmetic operation string value and based on that the operation will be performed.
- How To Download SQL Records In Excel Format Using MVCJul 02, 2017. I will explain how to download records in Excel format from database.
- Working With Variables In Windows PowerShellJun 27, 2017. Windows PowerShell variables are quite different when you compare them with Cmd.exe variables. In Command-prompt, all the variables are environment variables and they can only store a string of text. But in Windows PowerShell, variables can store more than just text, they store objects.These variables help you to create reliable scripts.
- Different Formats In Report Generation Using JSReport ServerJun 23, 2017. The JSReport Server supports different types of formats in report generation like pdf, xlsx, html, text, html to xlsx etc. In previous article the report was generated in PDF format.
- Why String Is ImmutableJun 20, 2017. Why String Is Immutable.
- Code Improvement Techniques In C#Jun 13, 2017. General code improvement technique over string.empty, string.Equals, string.Intern, StringBuilder, string.Format, case insensitive comparisons, using Block and Linq - First, FirstOrDefault, Single and SingleOrDefault. Main focus points are - what are the advantages and the purpose to use these.
- Upload Content To Azure Container, CDN In WordPress Folder FormatJun 03, 2017. Here, in this article we are going to a see how we upload contents to our Azure container in our CDN storage in a WordPress folder format. You may be thinking what is so special in WrdPress folder format, what makes the difference in other formats? When I say WordPress folder format, I mean one folder in an another folder. In WordPress we usually have the structure as wwwroot/wp-content/uploads/2017/05/. The real problem is, we can not create a container inside a container. Yeah, you heard it right. But, you don’t need to worry about it, there are always few ways we can achieve this need, in this post I am going to show you that. I hope you will like this. Now let’s begin.
- ASP.NET Core Web API - Configure FormatsMay 19, 2017. ASP.NET Core Web API Configure Formats.
- Command-Line Disk Formatting In Windows Server 2016May 17, 2017. Command-line disk formatting in Windows Server 2016.
- How To Convert And Bind JSON String In To ASP.NET GridView With C#Apr 29, 2017. This article introduces you to converting and binding JSON string into ASP.NET GridView with C#.
- Commonly Used Built In String Functions In SQL ServerApr 25, 2017. This article illustrates commonly used built in string functions in SQL Server.
- How To Create Dynamic Strings In C#Mar 11, 2017. In this article, we shall see how to create dynamic strings in C#.
- Coding Challenge - Lesson LearnedFeb 22, 2017. Here, I am sharing some note from the coding challenge: NumberStyles, Tuple, Generic Extension Method, Group string from right to left.
- Convert DateTime To String Format Using IQueryableJan 10, 2017. In this article, you will learn how to convert DateTime to string (yyyy/mm/dd) format in ViewModel/Whatever class with IQueryable.
- Node.js - Query String And API - Day TwelveNov 28, 2016. In this article, you will learn about Query String and API in Node.js.
- To Filter SharePoint List View Using Query String Web Part With No CodeOct 22, 2016. In this article, we are going to see how the "Query String Filter" Web Part can be used to filter the SharePoint List View Web Part values.
- ASP.NET WebAPI Query String ParametersSep 29, 2016. In this article, you will learn about ASP.NET WebAPI query string parameters.
- Uploading Downloading PDF Files In Binary Format Using FileResult In ASP.NET MVCSep 06, 2016. In this article, we will learn, how to upload files in binary format into database and download from database, using ASP.NET MVC.
- Download Multiple Files In Compressed Format In ASP.NET MVC 5 Step By StepAug 18, 2016. In this article, you will learn how to download multiple files in compressed format, in ASP.NET MVC 5.
- Adventures In String Concatenation - Introducing String InterpolationAug 14, 2016. In this article, you will learn about the string concatenation and interpolation.
- ABBYY FlexiCapture Engine - Read Text From PDF Or Image FileAug 10, 2016. In this article, we are discussing about ABBYY FlexiCapture Engine and FlexiLayout Studio through which we can extract text from letters, forms, invoices, bills, or any type of document in image or PDF format.
- Date Time Formats Used in C# MVCAug 06, 2016. In this article, we will learn Date Time formats, used in C# MVC.
- Sql Injection Through Query String And Its Prevention MechanismJul 17, 2016. In this article, you will learn about SQL Injection through Query String and its prevention mechanism.
- Strings In Swift Programming LanguageJul 10, 2016. In this article, you will learn about Strings In Swift Programming Language.
- Upload Files And Save In Oracle Database In Blob Format In ASP.NETJul 08, 2016. In this article, you will learn how to upload files and save them in the Oracle database in Blob format in ASP.NET.
- Upload Files And Save Into Database In Binary Format Using ASP.NETJul 03, 2016. In this article, you will learn how to upload files and save into the database in binary format, using ASP.NET.
- Converting A String To Different Cases And HumanizerMay 30, 2016. In this article, you will learn ways to convert a string to different cases, for example Upper case, Lower case, Title case (capitalize each word), Camel case, Pascal case, Sentence case, Toggle case or converting a string to a sentence using C# code.
- Encrypt And Decrypt Connection String In Web.Config FileMay 16, 2016. In this article we are going to see how we can encrypt and secure our connection string in our web config file.
- Bind HTML Data Into WebView Using Xamarin FormsMay 13, 2016. In this article we will learn how to bind data in HTML-formatted strings in WebView using Xamarin Forms.
- A Simple Way To Change SQL Server Connection String Programmatically In C#May 08, 2016. In this article I am describing a simple way to change SQL Server database connection programmatically while the application is running. In this way you can also change the server.
- Encrypt And Decrypt String In Windows Runtime AppsApr 28, 2016. In this article, we will learn how to encrypt and decrypt string in Windows Runtime apps.
- Creating Java String Functions in C/C++Apr 24, 2016. In this article we will create string functions used in Java, such as charAt() ,compareTo(),equals(), equalsIgnoreCase(), indexOf(), startsWith()/endsWith(), substring(), isLetter(), isDigit() etc.. in C/C++
- 99 Problems And A Bit Ain’t OneApr 19, 2016. In this article we will discuss about how 32-bit and 64-bit processes interact with one another within the CLR.
- Convert HTML String To PDF Via iTextSharp Library And DownloadApr 15, 2016. In this article, we will see how to convert HTML strings to PDF by using a third party PDF generation library.
- Working With JSON String In C#Apr 15, 2016. In this article you will learn how to work with JSON string in C#.
- Convert HTML String To PDF Via iTextSharp Library And Send As An Email AttachmentApr 14, 2016. In this article, we will see how to convert HTML string to PDF by using third party PDF generation library.
- String Operations In F#Apr 07, 2016. In this article you will learn about String Operations in F#.
- Printing And Formatting Outputs In F#Apr 01, 2016. In this article you will learn how to print and format outputs in F#.
- Display Data In A DataGridView C# 6Mar 29, 2016. The sample example show you how to use DataGridView to display data in a grid format.
- Preparing .NET Interview - Part Five (Equality)Mar 27, 2016. This article presents the common questions asked in .NET interviews related to equality and explains the answers in an easy way.
- An Overview of IIS 7.5 feature - Request FilteringMar 16, 2016. In this article, we will look into one of the features of IIS 7.5 that helps to allow\deny a web request based on its URL, HTTP verb, query string etc.
- Learn a Tiny Bit of C# in Seven Days - Day FiveMar 12, 2016. In this article we will cover important topics of C# and try to unleash them practically.
- Printing A PDF Report From Power BIMar 06, 2016. A new feature came out in Power BI last December to print a report in PDF format. This article walks through the process.
- Heatmaps Using JavaScript: Part TwoFeb 25, 2016. In this article, we will take a look at how to customize the format of heatmaps. This will also help us in knowing summarized and detailed views of a data on heatmaps.
- Localization Implementation In Moment.JSFeb 23, 2016. In this article, we will take a look how simple it is to display localized date format using Moment.js.
- Change Date And Time Formats In Windows 10Feb 17, 2016. In this article you will learn how to change the date and time format in Windows 10.
- Find Substring In String Using Nintex Workflows In SharePoint 2013 And Office 365Jan 31, 2016. In this article you will learn how to find substring in string using Nintex Workflows in SharePoint 2013 and Office 365.
- Replace Substring In String Using Nintex Workflows In SharePoint 2013 And Office 365Jan 30, 2016. In this article you will learn how to replace substring in string using Nintex Workflows in SharePoint 2013 and Office 365.