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.
- 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.
- 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.
- 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.
- Bind Menu And Sub Menu Dynamically In ASP.NET MVC From Database Using LINQJan 12, 2018. Many times we need to create a menu for a simple application. We ususally get stuck on how to bind the menu. Here in this article we you will learn how to bind menu and sub menu dynamically in ASP.NET MVC from database using linq.
- 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.
- 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.
- Display Sub Directories And Files In TreeViewDec 05, 2017. Display Sub Directories and Files in Treeview, Tooltip in Treeview Nodes, Loading Files in Treeview, Display image icon in TreeNode.
- 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
- 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.
- 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.
- 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.
- 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.
- 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.
- Dynamic Menu Using Entity Framework And AngularJS In ASP.NET MVC Aug 23, 2017. The logic behind this is all main menus should have parentid = 0 and whatever ID column value of Main menu that ID value should be mentioned in parentid column of sub menu. Then the sub menu will appear for corresponding Main Menu.
- 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.
- 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.
- Built-In Filter Type In ASP.NET Core MVCJul 29, 2017. The ASP.net core framework includes five built-in filter types that we can sub-class and customize based on our requirement. The framework supports following built-in filters type.
- 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.
- 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.
- How To Create A Sub Site In SharePoint OnlineJun 21, 2017. In this article you will learn how To Create A Sub Site In SharePoint Online.
- 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.
- Expanding Razor View Location And Sub Areas In ASP.NET CoreMay 09, 2017. In this article, we'll learn sub area and customize Razor engine view location, using IViewLocationExpander. IViewLocationExpander takes care to modify view locations.
- 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.
- To Get Multi-Select Values From Sub-Grid Within Entity Form From Plugin Using C#Apr 19, 2017. This article describes how to get sub grid values from the entity form.
- 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.
- Common Web Parts And Sub Parts For SharePoint 2013, 2016 And SharePoint OnlineFeb 14, 2017. In this article, you will learn about common Web parts and sub parts for SharePoint 2013, 2016 and SharePoint Online.
- 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.
- Point Domain To Sub-Directory In Apache Bitnami Virtual HostsNov 08, 2016. In this article, you will learn how to point domain to Sub-Directory in Apache Bitnami Virtual Hosts.
- 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.
- Populate Sharepoint Sub Sites Using Pnp JS And Office UI ComponentsSep 23, 2016. In this article, you will learn how to populate SharePoint Sub Sites using PnP, JS, and Office Ui Components.
- Adventures In String Concatenation - Introducing String InterpolationAug 14, 2016. In this article, you will learn about the string concatenation and interpolation.
- Site Collection Manipulation Using PnP-Core JSAug 05, 2016. In this article, we will learn about the available properties of Site Collection, how to update values for them, delete Site Collection, and create sub sites
- Create A New Sub-Site Under SharePoint Using Office 365Aug 05, 2016. In this article you will learn how to create a new sub-site under SharePoint using Office 365.
- Retrieve Sub Sites From Sharepoint Sites Or Sub Sites Using Pnp Javascript Core LibraryJul 21, 2016. In this article, you will learn how to retrieve all the sub sites from SharePoint sites or sub sites, using PnP JavaScript Core Library.
- Retrieve Sub Sites From SharePoint Site Collection Using PnP JavaScript Core LibraryJul 20, 2016. In this article, you will learn how to retrieve all the sub sites from SharePoint site collection, using PnP JavaScript core library.
- 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.
- Create, Retrieve, Update Or Delete Sub Sites On SharePoint Using JavaScript Object ModelJun 28, 2016. In this article, you will learn how to retrieve, create, update or delete the sites under a site collection, using JavaScript Object Model on SharePoint 2013 / SharePoint online sites.
- Create, Retrieve, Update or Delete Sub Sites On SharePoint Using REST APIJun 27, 2016. In this article, you will learn how to retrieve, create, update or delete the sites under a site collection using REST APIs on SharePoint 2013 / SharePoint online sites.
- 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.
- Create, Update, Delete or Retrieve SharePoint Sub Sites Using CSOM PowerShellMay 18, 2016. In this article you will learn how to retrieve, create, update or delete SharePoint sub sites programmatically using CSOM with PowerShell for SharePoint Online / SharePoint 2013.
- 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++
- 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.
- Manage Organization Sub-types Under User Profiles At The SharePoint Admin Center On Office 365Apr 09, 2016. In this article you will learn how to manage Organization Sub-types under User Profiles at the SharePoint Admin Center on Office 365.
- Manage Sub-types Under User Profiles At The SharePoint Admin Center On Office 365Apr 08, 2016. In this article you will learn about managing sub-types under user profiles at the SharePoint Admin Center on Office 365.
- String Operations In F#Apr 07, 2016. In this article you will learn about String Operations in F#.
- 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.
- Differences Among CTE, Derived Table, Temp Table, Sub Query And Temp VariableFeb 28, 2016. In this article you will learn about the difference between CTE, Derived Table, Temp Table , Sub Query and Temp variable.
- 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.
- Trim String Using Nintex Workflows In SharePoint 2013 And Office 365Jan 30, 2016. In this article you will learn how to trim string using Nintex Workflows in SharePoint 2013 and Office 365.
- Extract Substring From Start Of String Using Nintex Workflows In SharePoint 2013 and Office 365Jan 29, 2016. In this article you will learn how to extract substring from start of string using Nintex Workflows in SharePoint 2013 and Office 365.
- Extract Substring From Index Of String Using Nintex Workflows In SharePoint 2013 and Office 365Jan 29, 2016. In this article you will learn how to extract substring from Index of string using Nintex Workflows in SharePoint 2013 and Office 365.
- Extract Substring Of String From Index With Length Using Nintex Workflows In SharePoint 2013 And Office 365Jan 29, 2016. In this article you will learn how to extract substring of string from Index with length using Nintex Workflows in SharePoint 2013 and Office 365.
- JavaScript StringsJan 28, 2016. In this article we will learn about the properties and methods of string in JavaScript.
- Build String Using Nintex Workflows In SharePoint 2013 And Office 365Jan 27, 2016. In this article you will learn how to build String using Nintex Workflows in SharePoint 2013 and Office 365.
- SQL String FunctionsJan 17, 2016. In this article you will learn about some SQL String functions.
- String Interpolation In C# 6.0Jan 12, 2016. In this article you will learn about String Interpolation in C# 6.0.
- String To DateTime Conversion In C#Dec 25, 2015. This article describes string to DateTime object in C#. It can accomplish through built-in methods Convert.ToDateTime(), DateTime.Parse(),DateTime.ParseExact(), DateTime.TryParse(), DateTime.TryParseExact().
- SplitView Control With Submenu In Universal Windows Program - Part 2Dec 20, 2015. This article going to cover how to add menu & sub menu in the Hamburger Menu using SplitView control.
- Pass And Get Query String Value Using JQuery In Kendo UI Dec 13, 2015. In this article you will learn how to pass and get query string value using JQuery in kendo UI.
- Jump Start With Python - Part 4 (Strings)Dec 10, 2015. This article explains how to get started with programming in Python. This is part 4 of the series.
- Resolve 'String Was Not Recognized As A Valid DateTime' ErrorDec 08, 2015. In this article there is an elaboration of the occurrence of 'string was not recognized as a valid DateTime' error and its fix.
- C# 6.0 String InterpolationNov 30, 2015. In this article you will learn about C# 6.0 String Interpolation.
- Using Oracle Connection String In Windows FormNov 10, 2015. This article is about using Oracle database in windows form using a connection string.
- How To Make Your Connection String Encrypted In ASP.NET Using C#Nov 01, 2015. In this article you will learn how to make your Connection String encrypted in ASP.NET using C#.
- Handling Larger JSON String Values In .NET And Avoiding ExceptionsOct 30, 2015. In this article you will learn how to handle larger JSON String Values in .NET and avoiding exceptions.
- Generating An MD5 Hash From A String Using LINQOct 27, 2015. In this article you will learn how to generate an MD5 Hash from a String Using LINQ.
- iOS Xamarin - Pushing / Retrieving - UIImage To 64 Base String Using Azure Mobile ServiceOct 20, 2015. In this article you will learn about iOS Xamarin - Pushing / Retrieving - UIImage to 64 Base String Using Azure Mobile Service.
- Pub/Sub Pattern In JavaScriptOct 13, 2015. In this article you will learn about PubSub Pattern in JavaScript. Publisher/Subscriber Pattern is Pub/Sub patter.
- SharePoint Workflow: Create A SubFolder In Site Collection Documents Or Shared DocumentOct 12, 2015. In this article, you will learn how to create a sub folder in Site Collection Document/ Shared Document.
- Pass Parameter Or Query String In Action Method In ASP.NET MVCOct 09, 2015. In this article, we will learn how to pass parameter or Query String in an Action Method in ASP.NET MVC.
- C# 6.0 String InterpolationOct 07, 2015. In this article you will learn new string interpolation features in C# 6.0.
- Magic String Dilemma And C# 6.0Sep 16, 2015. In this article you will learn about Magic String Dilemma and C# 6.0.
- Parsing JSON From Flickr API In A Universal Windows AppSep 12, 2015. This article explains how to parse a JSON string from an API in Universal Windows App.
- String To Value Type Converter ImplementationSep 12, 2015. In this article we will learn how to use string to value type converter and its implementation.
- Pass QueryString Value From SharePoint Page To Provider Hosted App In SharePoint 2013 Sep 03, 2015. In this article you will learn how to pass query string value from SharePoint page to provider hosted app in SharePoint 2013.
- Defining and Using Connection Strings in Azure WebsitesSep 02, 2015. In this article you will learn how to define and use Connection Strings in Azure Websites.
- Various Ways to Specify Connection String in ASP.NET Web and Windows ApplicationsAug 28, 2015. In this article you will learn various ways to specify a Connection String in ASP.NET Web and Windows Applications.
- How to get GridView Running Column Sub Total in ASP.NETAug 21, 2015. In this article we will learn how to get Grid running column sub total in ASP.NET.