Resources No resource found - Bind Combobox With Enum Using ObjectDataProvider WPF MVVMMar 24, 2018. In this article, you will learn to bind combo box with enum directly using ObjectDataProvider in WPF MVVM.
- Converting A Website Into An Android AppMar 15, 2018. In this article, I have implemented a simple technique of converting a website into an Android app.
- 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”.
- First Look At ASP.NET Core 2.1 Preview One - Convert Existing .NET Core Application To .NET Core 2.1Mar 07, 2018. Finally, .NET Core 2.1 preview is out for people to try. Two days ago, the .NET team has announced the first preview of .NET Core 2.1. Let us see some of the highlights for this release.
- Xamarin.Forms Tip - The Easiest Way To Convert A PCL Project Into .NET Standard ProjectJan 25, 2018. Microsoft updated the Xamarin.Forms project templates in VS 2017 to use .Net Standard instead of PCL for writing the shared code (including the Xamarin.Forms UI more details here) as NET Standard is the future of cross platform code sharing see this blog for more information on .Net Standard.
- Converting SQLite Database To Excel And Excel To SQLite Data In AndroidJan 23, 2018. In this article, we will learn how to export Android SQLite Database to Excel or Import Excel into SQLite Database. We can use SQLiteToExcel library to perform these functionalities.
- CRUD Operations In SharePoint Using REST API - CREATE OperationsJan 18, 2018. REST API is a powerful CSOM concept that can be leveraged in SharePoint for converting sophisticated business designs into working and efficient SharePoint Artifacts (Add-Ins, CSOM solutions, etc.). REST does not require any separate references for its working unlike other frameworks (SPservices!)
- Voice 2 Text Android Application TutorialJan 06, 2018. Hello all, in this article we will learn how to create an Android Voice2Text App. So by the app name we can understand what we will be going to make. In this app Voice2Text, user voice will be converted into text and will be displayed in the input field. Voice2Text App does not need any internet connection it will work offline.
- Pro Tips To Load Image From Image Assest Jan 05, 2018. In this article, we will see how we can categorize our images in our iOS project and load them more effectively without moving to Image Assets all time
- Swift Programming - Zero To Hero - Part TenDec 15, 2017. In this article, I have shared Enumeration concept in Swift Programming.
- Convert XML File To Excel FileNov 27, 2017. Here, we are going to learn to read XML files in C# WindowsForm applications. We are going to make a small single-form application which takes an XML file from the user and convert XML Data to Excel Data and Returns an Excel File.
- Enums In C#Nov 09, 2017. Suppose we are creating a program in which we have to use multiple named constants of similar type and on the basis of a particular constant we have to perform some operation. So what we normally do is initialize each named constant with a value. This may require a lot of effort if the number of constants is large. Also the look and feel of the code is not up to the mark. Have a look at the below program to understand more. The program contains months of the year. We have to put lots of effort to assign each month to a value.
- Excel To XML Using LINQOct 11, 2017. In this article we will show you the easiest way to convert Excel data into Xml files. There is a certain way to convert Excel file to Xml, for example using Excel Library (Com Component)
- Convert HTML Files To DOCX Files With MariGold.OpenXHTMLSep 30, 2017. This tutorial explains how to create an HTML to DOCX converter with a C# windows application.
- 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).
- Azure Logic Apps Integration With Microsoft TeamsSep 22, 2017. In this article, you will see how you can use Azure Logic Apps to get your RSS Feeds converted into short links and get them delivered directly into your Microsoft Teams channel and mailbox.
- Learn Universal Windows Programming Via Modern C++ (Check Box)Sep 19, 2017. In the button control, we are using the IInspectable to set the content of the text. How do we get the value from the IInspectable interface ? By IPropertyValue; using the “as” operator, we can convert from IInspectable to IPropertyValue.
- Convert Rows To Columns Using Dynamic Pivot In SQL ServerSep 17, 2017. In this article, we will show how to convert rows to columns using Dynamic Pivot in SQL Server.
- 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.
- Uses Of Int.Parse, Convert.ToInt32, And int.TryParseAug 06, 2017. Here, we are going to see the usage and differences among Int.Parse, Convert.ToInt32, and int.TryParse.
- 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#.
- Convert SharePoint List View To Radar Chart Using Client Side Rendering And Chart JSApr 26, 2017. This article helps you in converting SharePoint List View to Radar Chart, using Client Side Rendering and Chart JS.
- Converting PowerPoint Presentations (PPT/PPTX) To PDF Using ASP.Net Core with Office Interop C#Apr 11, 2017. In this article, I am going to share with you one of my great experiences on converting PPTX/PPT to PDF file.
- Creating Phoneword Android Project Using Xamarin Android ApplicationApr 04, 2017. This application lets you to convert the alphabet into numbers and then the converted numbers can be called using Phone Dialer.
- Converting Azure VM Unmanaged Disks To Managed DisksApr 01, 2017. In this article, we will see the details of how to convert Azure VMs with un-managed disks to managed disks.
- Convert Web Application To Universal Windows Platform App In Visual Studio 2017Mar 28, 2017. Learn how to convert Web application to Universal Windows Platform App in Visual Studio 2017.
- How To Convert Farm License Type In SharePoint 2013 Central AdministrationMar 19, 2017. In this article, we will see how to convery farm license type in SharePoint 2013 Central Admin.
- Convert Numeric Value Into Words (Currency) In C#Mar 12, 2017. Convert Numeric Value Into Words (Currency) In C#.
- SharePoint 2016 Central Admin - Upgrade And Migration - Convert Farm License TypeFeb 27, 2017. In this article, you will learn how to convert Farm license type in SharePoint 2016 Central Admin.
- Convert SharePoint List View To Pie Chart Using Client Side Rendering And Chart JSFeb 21, 2017. In this article, you will learn how to convert SharePoint List View to Pie Chart using Client Side Rendering and Chart JS.
- 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.
- SharePoint 2016 Central Admin - System Settings - Convert Server Role In This FarmJan 09, 2017. In this article, you will learn how to convert server role in this Farm in SharePoint 2016 Central Admin.
- Convert A Single PDF Into Number Of Pages As A PDF Using iTextSharpSep 21, 2016. In this article, I will describe how to convert a single PDF into number of pages as a PDF, using iTextSharp PDF library.
- Quick Reference To TypeScriptSep 07, 2016. In this article, you will learn about TypeScript.
- Converting Microsoft MVP Bookmarklet To ExtensionletJul 19, 2016. In this article, you will learn how to convert Microsoft MVP Bookmarklet to Extensionlet.
- SharePoint 2013: How to Render Single Line of Text as Date Range Control using JSLinkJul 15, 2016. In this article, we will discuss the implementation details of Client Side Rendering Framework to convert a Single Line of Text Column to Date Range Control
- Convert JSON To Strongly Typed Object Using DataContract In C#Jun 30, 2016. In this article, you will learn how to convert JSON to strongly typed objects using datacontract in C#.
- The Best Thing To Happen To Desktop App Developers: Project CentennialJun 26, 2016. In this article I am going to explain a technology announced by Microsoft known as "Desktop Bridge," or "Project Centennial," to convert desktop applications into Universal Windows Applications.
- 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.
- Converting ASP.NET 5 Beta 8 App To ASP.NET Core RC2May 21, 2016. In this article you will learn how to convert ASP.NET 5 Beta 8 Appto ASP.NET Core RC2.
- Text To Speech In AndroidMay 10, 2016. In this article you will see how Android allows the user to convert text in to speech.
- Working With The Error Cannot Implicitly Convert Type 'ListName[]' to 'System.Collections.Generic.IList<ListName>' in WCF.Apr 17, 2016. In this article I am going to discuss about a common error that most of the time comes while working with WCF.
- 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.
- 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.
- Convert Generic List Into XML In ASP.NET MVCApr 12, 2016. In this article we will learn how to convert generic list which is created from model class Into XML In ASP.NET MVC
- Convert PDF Files To Images In Windows 10 Universal AppMar 17, 2016. In this article we are going to see how to convert PDF files to images in Windows 10 universal app.
- Convert JSON Data Into Data Grid ColumnsFeb 03, 2016. In this post we will see how we can show our JSON data in a client side grid.
- Learn Tiny Bit Of C# In 7 Days - Day 4Jan 31, 2016. In this article you will learn about Delegates, Enums, Attributes, Generics in C#. This is part 4 of the series.
- Convert Value Using Nintex Workflows In SharePoint 2013 And Office 365Jan 28, 2016. In this article you will learn how to convert value using Nintex Workflows in SharePoint 2013 and Office 365.
- Convert List To Table In SQL ServerJan 16, 2016. In this article you will learn how to convert a list to a table in SQL Server.
- How To Work With Enums In ASP.NET MVC Jan 06, 2016. In this article you will learn how to work with Enums in ASP.NET MVC.
- Convert English Language To Arabic In Windows Form Application C#Jan 06, 2016. In this article you will learn how to convert English language to Arabic in Windows Application C#.
- 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().
- Bind Enum To DropDownList In ASP.NET MVCDec 18, 2015. In this article you will learn how to bind Enum to DropDownList in ASP.NET MVC.
- Convert HTML To XMLDec 04, 2015. In this article you will learn how to convert HTML to XML.
- Convert Local Time From Other Time Zones In SQL ServerNov 23, 2015. This article consists of examples to resolve issues related to find out time as per different time zones and basic time related functions.
- Convert DataReader To DataTableNov 18, 2015. In this article we will learn how we can convert Microsoft ADOMD DataReader to DataTable.
- Convert XML To JSON In AngularJSNov 05, 2015. In this post you will see how we can convert an XML file to JSON in AngularJS.
- Convert Your Windows Device Into A Wi-Fi HotspotOct 09, 2015. This article discusses about how to convert your windows device into a portable hotspot.
- Introduction To Type Casting In C#Sep 24, 2015. In this article we will learn type casting and converting in C#. Some operators will also be discussed.
- Using Spire.PDF In ASP.NETSep 02, 2015. In this article we are going to see a new product Spire.PDF that helps us to create, manipulate PDF and many more.
- Convert Word Document to PDF using Spire.DocAug 28, 2015. In this article we will learn how to convert a Word Document to PDF using Spire.Doc
- Calculate Fractions in VB.NETAug 22, 2015. In this brief article, we'll see a simple method to convert the decimal part of a number into its fractional representation, developing a reusable class apt to do it.
- Working with Charts using Spire.XLSAug 20, 2015. Today we will see an another in a series of new products, Spire.XLS, that helps us to create, manipulate and convert an Excel file to other formats, create charts dynamically and much more.
- 3 Ways to Convert DataTable to JSON String in ASP.NET C#Aug 19, 2015. This article explains how to convert a DataTable to JSON in ASP.NET C#.
- Enum in C#Aug 16, 2015. This article explains enumerations of the C# language.
- Convert Uppercase to Lowercase on Click of a Button Using Knockout.jsJul 29, 2015. In this article we will learn how to convert upper case into lower case on button click in Knockout.js.
- Creating Master Page From HTML in SharePoint 2013Jul 13, 2015. Here I will show how to convert a HTML file and create a Master page in SharePoint 2013.
- Convert PDF to Word Using C#Jul 13, 2015. This article shows how to how to read a PDF file and then convert it to Word format.
- Convert Excel file using Spire.XLSJul 12, 2015. This article explains Spire.XLS for creating, manipulating and converting Excel files to other formats.
- Convert PDF to Other Format Using Spire.PDFJun 25, 2015. This article shows how to convert a PDF using Spire.PDF.
- SharePoint 2013 Custom Control (Multi Textbox and Date)Jun 18, 2015. This article explains the code, procedure and the method to convert default text column to Multi TextBox and Date Column.
- Using Reflection to Get Enum Description and ValueMay 31, 2015. In this article you will see how to handle enum values with descriptions.
- Understanding Enums Constants in C#May 30, 2015. This article explains enum constants in C#.
- How to Convert Format of a Video FileMay 17, 2015. This article explains how to convert one video format file into another video format.
- Examples Of DATE/DATETIME ConversionMay 15, 2015. Basic considerations and examples of DATETIME, DATE and TIME data types.
- Convert LINQ Query to DataTableMay 03, 2015. This article shows how a LINQ query result can be converted to a datatable and later how the datatable can be consumed depending on the requirements.
- Introduction to Web Service with Example in ASP.NETApr 30, 2015. In this article I explain about web Service with example that is how to convert from a date into days using ASP.Net web services.
- Convert Part of Excel to Image Using Free Excel APIApr 24, 2015. This article shows how to convert part of an Excel worksheet to an image using the free Spire.XLS API.
- Convert CSV File to XML With DataTableApr 20, 2015. In this short article, we'll see how to convert a common CSV file into its XML representation, using Visual Basic .NET and the powerful functionalities of DataTable objects.
- FLAMES: A Windows Phone ApplicationApr 18, 2015. In this article we can see how simply a puzzle can be converted into a Windows Phone Application.
- Converting ASP.Net Web App Into Provider-Hosted App Using Visual StudioApr 03, 2015. In this article you will see how to convert an ASP.NET Web Application into a Provider-Hosted App using Visual Studio 2013.
- SQL Server: A (0-1 & 1-0) Convert Puzzle to SolveMar 12, 2015. This article provides a solution to SQL Server: A (0-1 & 1-0) conversion puzzle.
- Why To Use Convert.ToString() Over ToString()Mar 12, 2015. In this article we compare the Convert.ToString() over .ToString().
- Convert Text to Speech Using ASP.Net C#Mar 06, 2015. In this article we will learn how to Convert Text to Speech Using ASP.Net C#.
- How to Convert an Array Into a Generic Type in C#Mar 03, 2015. In this article we will see how to convert an array to a generic type.
- Convert Microsoft ADOMD Cell Set to JSONFeb 24, 2015. In this article you will learn how to convert a Microsoft ADOMD Cell Set to JSON.
- Convert DataTable To JSON String in ASP.NetFeb 20, 2015. Here I will explain how to convert a DataTable to JSON string using a written helper function (in C#) and Newtonsoft DLL.
- How to Convert Microsoft ADOMD Data Source to JSONFeb 19, 2015. This article helps you to understand how to convert your ADOMD data source into the JSON format.
- Convert a Text File To a PDF When Uploading in ASP.NetFeb 14, 2015. This article explains how to convert a text file to a PDF when uploading in ASP.Net.
- Excel to XML Conversion in Visual StudioFeb 02, 2015. In this article you will learn how to convert an Excel data to XML in Visual Studio.
- Convert Word File to PDF Using WordToPDF.dll in C#Dec 02, 2014. This article shows how to convert a Word file to a PDF using C#.
- Convert LINQ Query Result to Datatable Nov 27, 2014. In this article we will learn how to convert Linq query result into the Datatable.
- Various Ways to Convert DataTable to ListNov 25, 2014. This article shows 3 ways to convert a DataTable to a List in C#.
- Convert a DataTable to Generic List CollectionNov 25, 2014. In this article, I am sharing a generic method I have developed while solving a question here on C# Corner.
- How to Convert Dataset and Datareader to ListNov 07, 2014. This article explains how to convert a DataSet and DataReader to a list using a simple WPF application.
- Create PDF Document and Convert to Image ProgrammaticallyNov 04, 2014. This article shows how to create a PDF and convert it to an image in a relatively easy method to use ItextSharp and Spire.PDF.
- Convert CellSet to HTML Table and From HTML to JSON and to ArrayOct 27, 2014. This article shows how to convert a Cell Set to a HTML table and render it to a client-side Grid.
- .NET Reverse Engineering: Part 2Oct 26, 2014. This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction and how to integrate an IL code into an existing high-level C# written code and how to convert an already built C# code into IL code directly.