Skip to content
  • Aboutme
  • Contactus
Top Menu
Learn Robotic Process Automation
  • Home
  • Dot Net Technologies
    • C#
    • ASP.NET
  • ROBOTIC PROCESS AUTOMATION (RPA)
    • Blue Prism
    • UI-Path
    • Automation Anywhere
  • RPA Training Videos & PDF
    • Blue Prism Developer Training Videos
    • Blue Prism tutorial pdf download
  • RPA Certification free
Main Menu
  • Agile Manifesto Fundamentals

  • Testing metrics in Agile

  • QA testing process in agile

  • What are Scrum master responsibilities

  • send email automation anywhere

Agile Manifesto Fundamentals
Testing metrics in Agile

how to encode/decode plain text in .net.

December 4, 2017April 8, 2019Vikas Kumar Singh Comment
 [Ajax.AjaxMethod(Ajax.HttpSessionStateRequirement.ReadWrite)] public string encodetext(string plaintext) { return WebUtility.HtmlEncode(plaintext); } [Ajax.AjaxMethod(Ajax.HttpSessionStateRequirement.ReadWrite)] public string decodetext(string encodedtext) { return WebUtility.HtmlDecode(encodedtext); }     Continue reading
SHARE THIS

how to encode data in base64 in .net

December 4, 2017April 8, 2019Vikas Kumar Singh Comment
 public string EncodeBase64(string data) { try { var s = data.Trim().Replace(” “, “+”); if (s.Length % 4 > 0) s = s.PadRight(s.Length + Continue reading
SHARE THIS

how to Convert image to base64 in asp.net

December 4, 2017April 8, 2019Vikas Kumar Singh Comment
Use below code to convert image to base 64. public string ConvertImageToBase64(string imgSrc) { try { var webClient = new WebClient(); var imageBytes Continue reading
SHARE THIS
Split datatable into multiple tables

Split datatable into multiple tables

November 30, 2017April 24, 2019Vikas Kumar Singh Comment
Split datatable into multiple tables I have a data table which has 1123 records. I want to split this table into 5 fixed Continue reading
SHARE THIS
how to zip the file using ionic

how to zip the file using ionic

November 30, 2017May 14, 2019Vikas Kumar Singh Comment
  private string WriteResponseInZip() { down vote DataSet ResultDataSet= new DataSet(); DataTable customers = myDataset.Tables.Add(“Customers”); customers .Columns.Add(“Name”); customers.Columns.Add(“Age”); customers .Rows.Add(“Chris”, “25”); //Prefixing the Continue reading
SHARE THIS

What is w3wp.exe / IIS Worker Process?

November 22, 2017April 8, 2019Vikas Kumar Singh Comment
Web applications on Windows Servers are configured via command line or Internet Information Systems (IIS) Manager. Within IIS you can set up websites and Continue reading
SHARE THIS

Posts navigation

  • Previous
  • 1
  • …
  • 11
  • 12
  • 13
  • 14

Connect With Us

Subscribe

Subscribe to Learn RPA by Email

Post

  • Popular
  • Recent
  • Comments
  • godaddy free email with domain 8
    GoDaddy free business email 14 comments   07 May, 2019
  • uipath orchestrator installation
    uipath orchestrator installation 13 comments   02 Aug, 2019
  • UiPath Email Automation
    UiPath Email Automation 12 comments   31 Jul, 2019
  • rpa solution design document template, rpa process design document sample, rpa technical design document?, uipath solution design document, rpa process design document template, rpa sdd document, rpa pdd template
    rpa solution design document sample 10 comments   09 Apr, 2019
  • pdf to excel
    PDF to Excel in uipath 7 comments   17 Apr, 2019
  • Agile Manifesto Fundamentals 22 Feb, 2021
  • Testing metrics in Agile
    Testing metrics in Agile 04 Feb, 2021
  • QA testing process in agile
    QA testing process in agile 27 Jan, 2021
  • what are scrum master responsibilities
    What are Scrum master responsibilities 05 Apr, 2020
  • send-email-automation-anywhere
    send email automation anywhere 17 Mar, 2020
  • dotnetbasic: Thank you so much.
  • escort esenyurt: Great website you got here! Please keep updating, ...
  • Click here: Perfect work you have done, this site is really ...
  • Click here: very good post, i definitely enjoy this excellent ...
  • site: I am now not positive where you're getting your in...

Tags

Agile (4)aspnet (11)Automation Anywhere (10)Automation Anywhere (8)blockchain (2)Blue-Prism (15)cloud (2)CMS (4)csharp (13)devops-and-aws (1)Domain Email (1)healthcare (1)HotDocs - Document Automation (1)insurance (1)IOT (1)Miscellaneous (4)RPA (64)seo (1)sharepoint (1)Ui-Path (50)
All Rights Reserved by DotNetBasic.com © 2021
Proudly powered by WordPress. | Theme: Awaken by ThemezHut.