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
  • Free RPA Training Videos & PDF
    • Blue Prism Developer Training Videos
    • Free Blue Prism tutorial pdf download
  • RPA Certification free
  • Hot RPA Jobs
Main Menu
  • Google Meet downloading

  • Rpa uipath competitors

  • Rpa online training websites

  • Agile Manifesto Fundamentals

  • Testing metrics in Agile

Google Meet downloading
Rpa uipath competitors

how to get dataset from xml in .net

December 4, 2017April 8, 2019Vikas Kumar Singh Comment
public static DataSet GetDataSet(this string xmlString) { DataSet set = new DataSet(); try { StringReader input = new StringReader(xmlString); XmlTextReader reader = new Continue reading
SHARE THIS
bulk insert in .net

bulk insert in .net

December 4, 2017September 6, 2019dotnetbasic Comment
We will  Know about how we use “bulk insert in .net”. For  bulk insert we mostly use the object SqlBulkCopy because it seemed the Continue reading
SHARE THIS

how to know the Assembly/dll information of .net project .

December 4, 2017April 8, 2019Vikas Kumar Singh 1
 public static class AssemblyInfo { public static string BuildName; public static string BuildVersion; public static string BuildDate; static GlobalInfo() { var assembly = Continue reading
SHARE THIS

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, 2017June 25, 2021Vikas Kumar Singh Comment
In this post ,we will know about “how to Convert image to base64 in asp.net”. Use below code to convert image to base 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
  • uipath orchestrator installation
    uipath orchestrator installation 14 comments   02 Aug, 2019
  • godaddy free email with domain 8
    GoDaddy free business email 14 comments   07 May, 2019
  • UiPath Email Automation
    UiPath Email Automation 13 comments   31 Jul, 2019
  • pdf to excel
    PDF to Excel in uipath 10 comments   17 Apr, 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
  • Google Meet
    Google Meet downloading 24 Jun, 2021
  • rpa uipath competitors
    Rpa uipath competitors 22 Jun, 2021
  • RPA online training websites
    Rpa online training websites 14 Jun, 2021
  • Agile Manifesto Fundamentals 22 Feb, 2021
  • Testing metrics in Agile
    Testing metrics in Agile 04 Feb, 2021
  • Ophelia Delullo: Good editorial Sir! Thanks for post that it can be...
  • Devorah Trapp: Right editorial Bro! Thanks for article that can b...
  • Fashion Styles: Very great post. I simply stumbled upon your blog ...
  • DUI Lawyer Edmonton: I saw a lot of website but I think this one con...
  • dotnetbasic: Yes

Tags

Agile (4)angular (1)aspnet (11)Automation Anywhere (10)Automation Anywhere (9)blockchain (2)Blue-Prism (16)cloud (2)CMS (4)csharp (13)devops-and-aws (1)Domain Email (1)Free SSL (1)healthcare (1)HotDocs - Document Automation (1)insurance (1)IOT (1)Miscellaneous (5)RPA (66)seo (1)
All Rights Reserved by DotNetBasic.com © 2022
Proudly powered by WordPress. | Theme: Awaken by ThemezHut.