<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Codesnippets on Aby George A</title><link>https://abygeorgea.com/categories/codesnippets/</link><description>Recent content in Codesnippets on Aby George A</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 09 Apr 2019 22:03:26 +1000</lastBuildDate><atom:link href="https://abygeorgea.com/categories/codesnippets/index.xml" rel="self" type="application/rss+xml"/><item><title>Sending Emails through SMTP in C#</title><link>https://abygeorgea.com/blog/2019/04/09/sending-emails-through-smtp-in-c-number/</link><pubDate>Tue, 09 Apr 2019 22:03:26 +1000</pubDate><guid>https://abygeorgea.com/blog/2019/04/09/sending-emails-through-smtp-in-c-number/</guid><description>How to send emails in C# using SMTP</description></item><item><title>Find DotNet Version Using Powershell</title><link>https://abygeorgea.com/blog/2018/10/03/find-dotnet-version-using-powershell/</link><pubDate>Wed, 03 Oct 2018 21:39:55 +1000</pubDate><guid>https://abygeorgea.com/blog/2018/10/03/find-dotnet-version-using-powershell/</guid><description>How to find DotNet Version using powershell</description></item><item><title>Running Command Line in Remote Machine Using WMI</title><link>https://abygeorgea.com/blog/2018/09/08/running-command-line-in-remote-machine-using-wmi/</link><pubDate>Sat, 08 Sep 2018 21:47:52 +1000</pubDate><guid>https://abygeorgea.com/blog/2018/09/08/running-command-line-in-remote-machine-using-wmi/</guid><description>How to run CMD remotely</description></item><item><title>Running Powershell Remotely</title><link>https://abygeorgea.com/blog/2018/09/05/running-powershell-remotely/</link><pubDate>Wed, 05 Sep 2018 22:46:14 +1000</pubDate><guid>https://abygeorgea.com/blog/2018/09/05/running-powershell-remotely/</guid><description>How to run powershell script on remote machine using C#</description></item><item><title>Working With Windows Services</title><link>https://abygeorgea.com/blog/2018/09/03/working-with-windows-services/</link><pubDate>Mon, 03 Sep 2018 22:59:54 +1000</pubDate><guid>https://abygeorgea.com/blog/2018/09/03/working-with-windows-services/</guid><description>How to start stop windows services</description></item><item><title>Comparing XML file Structure without XSD</title><link>https://abygeorgea.com/blog/2018/09/01/comparing-xml-file-structure-without-xsd/</link><pubDate>Sat, 01 Sep 2018 22:05:42 +1000</pubDate><guid>https://abygeorgea.com/blog/2018/09/01/comparing-xml-file-structure-without-xsd/</guid><description>How to compare XML files without XSD</description></item><item><title>Extracting Substring using Javascript</title><link>https://abygeorgea.com/blog/2017/07/21/extracting-substring-using-javascript/</link><pubDate>Fri, 21 Jul 2017 06:09:53 +1000</pubDate><guid>https://abygeorgea.com/blog/2017/07/21/extracting-substring-using-javascript/</guid><description>&lt;p&gt;In previous blogs &lt;a href="https://abygeorgea.com/blog/2017/04/27/stubbing-xml-responses-using-mountebank/"&gt;here&lt;/a&gt; , I have explained how we return a XML response using mountebank. However , most of the time, we will have to make some modification to the template response before returning a response. Say for example, we may have to replace details like timestamp, or use an input from request parameter and update that in response etc.&lt;/p&gt;
&lt;p&gt;One of the easiest way to do this without using other frameworks like xml2js etc is to extract the substring between the node values and replace it . Below is a code snippet which will help to achieve this&lt;/p&gt;</description></item><item><title>Zip and Extract zip files using Csharp</title><link>https://abygeorgea.com/blog/2017/04/20/zip-and-extract-zip-files-using-csharp/</link><pubDate>Thu, 20 Apr 2017 21:59:02 +1000</pubDate><guid>https://abygeorgea.com/blog/2017/04/20/zip-and-extract-zip-files-using-csharp/</guid><description>Zip and Extract zip files using Csharp</description></item><item><title>Running Command Line from C#</title><link>https://abygeorgea.com/blog/2016/09/08/running-command-line-from-csharp/</link><pubDate>Thu, 08 Sep 2016 23:07:03 +1000</pubDate><guid>https://abygeorgea.com/blog/2016/09/08/running-command-line-from-csharp/</guid><description>How to run command line from C#</description></item><item><title>Data Driven Framework - Excel</title><link>https://abygeorgea.com/blog/2016/07/30/data-driven-framework-excel/</link><pubDate>Sat, 30 Jul 2016 05:49:22 +1000</pubDate><guid>https://abygeorgea.com/blog/2016/07/30/data-driven-framework-excel/</guid><description>How to read from Excel for making a data driven framework</description></item><item><title>Java - Writing Into specific cell in Excel</title><link>https://abygeorgea.com/blog/2014/06/10/java-writing-into-specific-cell-in-excel/</link><pubDate>Tue, 10 Jun 2014 22:24:30 +1000</pubDate><guid>https://abygeorgea.com/blog/2014/06/10/java-writing-into-specific-cell-in-excel/</guid><description>How to write into a specific cell value in Excel</description></item><item><title>Java - Reading a specific cell in Excel</title><link>https://abygeorgea.com/blog/2014/06/01/java-reading-a-specific-cell-in-excel/</link><pubDate>Sun, 01 Jun 2014 21:04:52 +1000</pubDate><guid>https://abygeorgea.com/blog/2014/06/01/java-reading-a-specific-cell-in-excel/</guid><description>How to read a specific cell value from Excel</description></item></channel></rss>