<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>C#</title>
    <description>Forum to discuss C# programming and related tools.</description>
    <pubDate>Sat, 18 Apr 2026 19:22:24 +0000</pubDate>
    <lastBuildDate>Sat, 18 Apr 2026 19:22:24 +0000</lastBuildDate>
    <generator>Digital Point</generator>
    <link>https://forums.digitalpoint.com/forums/c.48/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://forums.digitalpoint.com/forums/c.48/index.rss"/>
    <item>
      <title>How do I establish an open connection to an open web browser in C#?</title>
      <pubDate>Sat, 28 Dec 2024 16:34:51 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-do-i-establish-an-open-connection-to-an-open-web-browser-in-c.2882056/</link>
      <guid>https://forums.digitalpoint.com/threads/how-do-i-establish-an-open-connection-to-an-open-web-browser-in-c.2882056/</guid>
      <author>invalid@example.com (xarzu)</author>
      <dc:creator>xarzu</dc:creator>
      <content:encoded><![CDATA[How do I establish an open connection to an open web browser in C#?<br />
<br />
In a Microsoft C# program using a Visual Studio Code I am using the following namespaces:<br />
<br />
<b>using OpenQA.Selenium;<br />
using OpenQA.Selenium.Chrome;<br />
using OpenQA.Selenium.Support.UI;</b><br />
<br />
After I get a string variable, &quot;url&quot;, assigned with a URL of a website page, I use the following commands which successfully opens a browser window and loads the web site:<br />
<br />
<b>IWebDriver driver = new ChromeDriver();...</b><br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-do-i-establish-an-open-connection-to-an-open-web-browser-in-c.2882056/" target="_blank" class="internalLink">How do I establish an open connection to an open web browser in C#?</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Harnessing JavaScript in SAP: A Practical Guide for Non-Developers</title>
      <pubDate>Thu, 05 Sep 2024 12:46:03 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/harnessing-javascript-in-sap-a-practical-guide-for-non-developers.2881233/</link>
      <guid>https://forums.digitalpoint.com/threads/harnessing-javascript-in-sap-a-practical-guide-for-non-developers.2881233/</guid>
      <author>invalid@example.com (umadevi)</author>
      <dc:creator>umadevi</dc:creator>
      <content:encoded><![CDATA[<b>Introduction</b><br />
<br />
JavaScript is a powerful tool that enhances the interactivity and functionality of web applications, and its integration with SAP systems can greatly benefit organizations by improving user experiences and streamlining workflows. Even if you don’t have a coding background, understanding how JavaScript can be utilized within SAP can provide valuable insights into how your applications work and how they can be optimized. This blog will guide you through how to work with...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/harnessing-javascript-in-sap-a-practical-guide-for-non-developers.2881233/" target="_blank" class="internalLink">Harnessing JavaScript in SAP: A Practical Guide for Non-Developers</a>]]></content:encoded>
    </item>
    <item>
      <title>key value list sorting based on same key if found more then once</title>
      <pubDate>Mon, 01 Jul 2024 11:28:01 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/key-value-list-sorting-based-on-same-key-if-found-more-then-once.2880044/</link>
      <guid>https://forums.digitalpoint.com/threads/key-value-list-sorting-based-on-same-key-if-found-more-then-once.2880044/</guid>
      <author>invalid@example.com (sam1789)</author>
      <dc:creator>sam1789</dc:creator>
      <content:encoded><![CDATA[Hello i need one help i am thinking to store values in (key,pair) where key is a double array of 4 values. finaly I have to sort this list based on double value (key) if i find more then one key i have to store those values say ex (a,1) (b,2) (a,2) (c,1) In tis case i am looking for sorted list to have only (a,1) &amp; (a,2). ANy help appreciated]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Convert C++ to C# or VB.net</title>
      <pubDate>Sun, 27 Aug 2023 06:22:49 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/convert-c-to-c-or-vb-net.2877165/</link>
      <guid>https://forums.digitalpoint.com/threads/convert-c-to-c-or-vb-net.2877165/</guid>
      <author>invalid@example.com (FPForum)</author>
      <dc:creator>FPForum</dc:creator>
      <content:encoded><![CDATA[I&#039;m wanting to convert the two pieces of code below into either C# or VB.net, but can&#039;t find a converter online. Is anyone able to convert these or point me to an online converter?<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">
#define TARGET_RESOLUTION 1  // 1-millisecond target resolution

TIMECAPS tc;
UINT  wTimerRes;

if (timeGetDevCaps(&amp;tc, sizeof(TIMECAPS)) != TIMERR_NOERROR)
{
  // Error; application can&#039;t continue.
}

wTimerRes = min(max(tc.wPeriodMin, TARGET_RESOLUTION), tc.wPeriodMax);
timeBeginPeriod(wTimerRes);

//...</code></pre>
	<div class="type">Code (markup):</div>
</div><a href="https://forums.digitalpoint.com/threads/convert-c-to-c-or-vb-net.2877165/" target="_blank" class="internalLink">Convert C++ to C# or VB.net</a>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Is c# good for me ?</title>
      <pubDate>Mon, 21 Mar 2022 03:10:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/is-c-good-for-me.2865659/</link>
      <guid>https://forums.digitalpoint.com/threads/is-c-good-for-me.2865659/</guid>
      <author>invalid@example.com (nadjibSoft)</author>
      <dc:creator>nadjibSoft</dc:creator>
      <content:encoded><![CDATA[Hello<br />
I am developper and i am using python and c<br />
I want to move to another language because:<br />
_C is too hard and<br />
_Python is not portable thus its executable isn&#039;t working in all computer and generates dll errors...<br />
<br />
I want to ask if c# is good for me... portable like c and simple like python???]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>The Single Drawbacks of C# Programming Language</title>
      <pubDate>Mon, 06 Dec 2021 11:07:57 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/the-single-drawbacks-of-c-programming-language.2873182/</link>
      <guid>https://forums.digitalpoint.com/threads/the-single-drawbacks-of-c-programming-language.2873182/</guid>
      <author>invalid@example.com (Hooman Bahreini)</author>
      <dc:creator>Hooman Bahreini</dc:creator>
      <content:encoded><![CDATA[5 years ago I started building my own marketplace website from scratch. It&#039;s a platform for buying and selling goods, similar to Ebay or Gumtree. <br />
<br />
I decided to build it using ASP.NET MVC 5 and C#. I had experience with C++ and knew a little bit about Java, so it made sense to work with C#. After 5 years of working on the platform, I am quite happy with my decision, C# has a lot advantage:<br />
<ol>
<li>Like Java, it does the memory management for you so you don&#039;t need to bother allocating and...</li>
</ol><br />
<a href="https://forums.digitalpoint.com/threads/the-single-drawbacks-of-c-programming-language.2873182/" target="_blank" class="internalLink">The Single Drawbacks of C# Programming Language</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Text box</title>
      <pubDate>Thu, 11 Nov 2021 08:57:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/text-box.2872971/</link>
      <guid>https://forums.digitalpoint.com/threads/text-box.2872971/</guid>
      <author>invalid@example.com (nextsmm)</author>
      <dc:creator>nextsmm</dc:creator>
      <content:encoded><![CDATA[I started to learn coding if you call it for c++ (windows forms). I created a button with a Fixed Text and a Button to Copy the text.<br />
<br />
What I need now is a &quot;Add&quot; button that adds alot of desired numbers and shows them in a second TextBox. But I want to add many numbers and it shows only one and there a Next button that when you click it it shows the next number on the list.<br />
<br />
I tried many things and searches but I failed, help would be appreciated.]]></content:encoded>
    </item>
    <item>
      <title>Namespace std</title>
      <pubDate>Wed, 04 Mar 2020 14:17:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/namespace-std.2864839/</link>
      <guid>https://forums.digitalpoint.com/threads/namespace-std.2864839/</guid>
      <author>invalid@example.com (bala)</author>
      <dc:creator>bala</dc:creator>
      <content:encoded><![CDATA[What is the use of &quot;namespace std&quot;? Why should it be used?]]></content:encoded>
    </item>
    <item>
      <title>TOP 10 THEMES FOR C# &amp; vb.net</title>
      <pubDate>Sat, 29 Feb 2020 11:04:17 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/top-10-themes-for-c-vb-net.2864770/</link>
      <guid>https://forums.digitalpoint.com/threads/top-10-themes-for-c-vb-net.2864770/</guid>
      <author>invalid@example.com (salah kai)</author>
      <dc:creator>salah kai</dc:creator>
      <content:encoded><![CDATA[Hello , <br />
here is the best theme i have found on forums<br />
<img src="proxy/FK8%2FygRsvPEJztfoTozbQXcrmbfv8LBuTvKNnPS7mIJ1obmZY10DhmllR1JfWZCG19ysmlfxQ8niC5QPLbiVkkkNq2xPPQnrrBgaRV84YD%2FjhA%3D%3D/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://www.photojoiner.net/image/3q8qNcFD" /> <br />
<div style="text-align: center"><b><span style="text-decoration: underline"><span style="color: #006600">DownLoad : https://www.up-4ever.org/lmxlrrbzunlg</span></span></b>&#8203;</div>]]></content:encoded>
    </item>
    <item>
      <title>What is the difference between get method and post method in Asp.Net ?</title>
      <pubDate>Thu, 19 Dec 2019 02:02:15 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-the-difference-between-get-method-and-post-method-in-asp-net.2666287/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-the-difference-between-get-method-and-post-method-in-asp-net.2666287/</guid>
      <author>invalid@example.com (alendonald)</author>
      <dc:creator>alendonald</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
I am little bit confuse between get method or post method, So tell me what is the difference between get or post method.]]></content:encoded>
      <slash:comments>14</slash:comments>
    </item>
    <item>
      <title>I want to learn ASP.Net MVC</title>
      <pubDate>Wed, 17 Apr 2019 10:36:50 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-want-to-learn-asp-net-mvc.2681809/</link>
      <guid>https://forums.digitalpoint.com/threads/i-want-to-learn-asp-net-mvc.2681809/</guid>
      <author>invalid@example.com (crystaljerk)</author>
      <dc:creator>crystaljerk</dc:creator>
      <content:encoded><![CDATA[Can anyone advise best videos, books or online tutorials to learn latest ASP.Net MVC4?]]></content:encoded>
      <slash:comments>18</slash:comments>
    </item>
    <item>
      <title>Suggestion on writing code Using Best Practices</title>
      <pubDate>Tue, 29 Jan 2019 22:06:03 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/suggestion-on-writing-code-using-best-practices.2818101/</link>
      <guid>https://forums.digitalpoint.com/threads/suggestion-on-writing-code-using-best-practices.2818101/</guid>
      <author>invalid@example.com (Norvegat)</author>
      <dc:creator>Norvegat</dc:creator>
      <content:encoded><![CDATA[My current work is a huge web project like fiverr and I am lookinf for community suggestion on best practices to write code. My thoughts are programming this web site using ASP.Net Razor MVC. Questions I have:<br />
<br />
<ol>
<li>What is good database for this site: SQL Server or MySQL?</li>
<li>what are best practices for writing Quality code: for example i think this code for login user is bad<br />
<br />
if(Session[&quot;admin&quot;] == null) { Response.Redirect(&quot;Login_admin&quot;); }<br />
</li>
</ol>    3. I also want suggestion on...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/suggestion-on-writing-code-using-best-practices.2818101/" target="_blank" class="internalLink">Suggestion on writing code Using Best Practices</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Software</title>
      <pubDate>Mon, 18 Jun 2018 02:17:03 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/software.2834341/</link>
      <guid>https://forums.digitalpoint.com/threads/software.2834341/</guid>
      <author>invalid@example.com (Buket Ece)</author>
      <dc:creator>Buket Ece</dc:creator>
      <content:encoded><![CDATA[How can I find a good software foreign nationals living in Turkey? <br />
India, Lithuania, taiwan v.s]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How to login in to wordpress admin from AsP.net website?</title>
      <pubDate>Wed, 14 Feb 2018 01:51:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-login-in-to-wordpress-admin-from-asp-net-website.2560859/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-login-in-to-wordpress-admin-from-asp-net-website.2560859/</guid>
      <author>invalid@example.com (diyaots)</author>
      <dc:creator>diyaots</dc:creator>
      <content:encoded><![CDATA[Hi Friends<br />
<br />
My problem is that I am developing an ASP.net web application and a blog using wordpress. I want once the admin user has logged into the ASP.net website, he should be able to access wordpress admin area with logging in to the WP admin and  vise-versa.<br />
<br />
Thanks <br />
Diya]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>how to do this?//</title>
      <pubDate>Wed, 14 Feb 2018 01:49:04 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-do-this.1891088/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-do-this.1891088/</guid>
      <author>invalid@example.com (chanda)</author>
      <dc:creator>chanda</dc:creator>
      <content:encoded><![CDATA[hi frnd ....me and my brother learning the asp.net<br />
and i want to make a page where the person enter there data and on clicking on submit button this info send to my email automatically...]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>File Upload Control Problem</title>
      <pubDate>Wed, 14 Feb 2018 01:46:17 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/file-upload-control-problem.1271136/</link>
      <guid>https://forums.digitalpoint.com/threads/file-upload-control-problem.1271136/</guid>
      <author>invalid@example.com (stevejhon)</author>
      <dc:creator>stevejhon</dc:creator>
      <content:encoded><![CDATA[Hi all, Iam using file upload control in my application where user can upload single as well as multiple files &amp; make sure file is uploaded with unique name.<br />
<br />
Also once uploaded to be able to view files in a dropdown &amp; have a download button so selecting any file from the dropdown,user can download the file as well.<br />
<br />
Thanks In Advance!<br />
Steve<br />
(212) 736-3333]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>How can i search and replace in the .exe file?</title>
      <pubDate>Wed, 14 Feb 2018 01:42:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-can-i-search-and-replace-in-the-exe-file.2779677/</link>
      <guid>https://forums.digitalpoint.com/threads/how-can-i-search-and-replace-in-the-exe-file.2779677/</guid>
      <author>invalid@example.com (postcd)</author>
      <dc:creator>postcd</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
im having third party .exe and i would like to search some phrasse (it is displayed when the software is running) in it and replace it. and then having modiffied .exe<br />
<br />
What is the fastest and cheapest way to do it please? And how this is called so i can Google it?<br />
<br />
thank you]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>HOW INSERT UPDATE RECORD IN C# WITH SQL DATABASE and COMBOBOX</title>
      <pubDate>Wed, 14 Feb 2018 01:38:57 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-insert-update-record-in-c-with-sql-database-and-combobox.2828620/</link>
      <guid>https://forums.digitalpoint.com/threads/how-insert-update-record-in-c-with-sql-database-and-combobox.2828620/</guid>
      <author>invalid@example.com (necko16)</author>
      <dc:creator>necko16</dc:creator>
      <content:encoded><![CDATA[I have 2 table in my sql database: 1. city - id - cityname<br />
<br />
<ol>
<li>Student -id -studentname -cityID</li>
</ol>I successfully insert, edit and delete data in the database.<br />
<br />
I have two c# windows form for City:<br />
<br />
1.frmCity with dataGridView and all City data.... 2.frmAddEditCity with textbox for insert and edit....<br />
<br />
I have two c# windows form for Student:<br />
<br />
1.frmCity with dataGridView and all Studentdata.... 2.frmAddEditStudent with textbox for insert and edit...<br />
<br />
BUT.....<br />
<br />
In form...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-insert-update-record-in-c-with-sql-database-and-combobox.2828620/" target="_blank" class="internalLink">HOW INSERT UPDATE RECORD IN C# WITH SQL DATABASE and COMBOBOX</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Looking for an App Developer</title>
      <pubDate>Fri, 09 Feb 2018 20:57:07 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/looking-for-an-app-developer.2832503/</link>
      <guid>https://forums.digitalpoint.com/threads/looking-for-an-app-developer.2832503/</guid>
      <author>invalid@example.com (markscottie)</author>
      <dc:creator>markscottie</dc:creator>
      <content:encoded><![CDATA[I have an app which my business partner has the code to, it was built by his company but branded for use by another company. He wants to create a similar app again and doesn&#039;t want to code it from scratch again so wondering if its possible to use code from an app to create a similar one but with various differences in look and feel, colours and branding etc. <br />
<br />
This is needed for Apple and Android. Anyone in here an app developer?!<br />
Thanks]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>add new rows in gridview</title>
      <pubDate>Wed, 06 Dec 2017 22:01:56 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/add-new-rows-in-gridview.1838717/</link>
      <guid>https://forums.digitalpoint.com/threads/add-new-rows-in-gridview.1838717/</guid>
      <author>invalid@example.com (btzr)</author>
      <dc:creator>btzr</dc:creator>
      <content:encoded><![CDATA[I&#039;m using Visual Studio and developing an ASP webshop website (in VB). I&#039;ve attached an sql database and put a gridview on the form which pulls up the product details from the database. I can turn on Edit and Delete in the gridview so it is easy to edit the rows, but how can I add new rows? What would be the easiest solution? thanks!]]></content:encoded>
      <slash:comments>6</slash:comments>
    </item>
    <item>
      <title>Is it possible to call Fortran function in C# using wrapper?</title>
      <pubDate>Wed, 29 Nov 2017 22:48:52 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/is-it-possible-to-call-fortran-function-in-c-using-wrapper.2810463/</link>
      <guid>https://forums.digitalpoint.com/threads/is-it-possible-to-call-fortran-function-in-c-using-wrapper.2810463/</guid>
      <author>invalid@example.com (Achiever)</author>
      <dc:creator>Achiever</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
<br />
I am looking for the building a wrapper class for fortran function or subroutine. is there any way to get a proper implementation of c# wrapper class? As per my research, Microsoft&#039;s system runtime interopservices provides a wrapper interface for fortran function.<br />
so is there anyone who did similar ?<br />
<br />
<br />
regards!]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>I wana read about c sharp</title>
      <pubDate>Thu, 23 Nov 2017 19:03:16 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/i-wana-read-about-c-sharp.1941035/</link>
      <guid>https://forums.digitalpoint.com/threads/i-wana-read-about-c-sharp.1941035/</guid>
      <author>invalid@example.com (mika45)</author>
      <dc:creator>mika45</dc:creator>
      <content:encoded><![CDATA[I wana read about c sharp some one give the tutorial of c sharp]]></content:encoded>
      <slash:comments>10</slash:comments>
    </item>
    <item>
      <title>Which things do I need to learn C# at first?</title>
      <pubDate>Tue, 14 Nov 2017 11:38:03 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/which-things-do-i-need-to-learn-c-at-first.2645555/</link>
      <guid>https://forums.digitalpoint.com/threads/which-things-do-i-need-to-learn-c-at-first.2645555/</guid>
      <author>invalid@example.com (Shere Ali Khan)</author>
      <dc:creator>Shere Ali Khan</dc:creator>
      <content:encoded><![CDATA[I want to learn C#. But I need first initial idea. Where from will I start to learn it? Please provide first learning topics of C#.]]></content:encoded>
      <slash:comments>33</slash:comments>
    </item>
    <item>
      <title>what is CLR?</title>
      <pubDate>Tue, 07 Nov 2017 08:45:10 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-clr.1852941/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-clr.1852941/</guid>
      <author>invalid@example.com (bulochc83)</author>
      <dc:creator>bulochc83</dc:creator>
      <content:encoded><![CDATA[give me detail.thank you]]></content:encoded>
      <slash:comments>24</slash:comments>
    </item>
    <item>
      <title>Programming</title>
      <pubDate>Wed, 09 Aug 2017 11:32:13 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/programming.2808124/</link>
      <guid>https://forums.digitalpoint.com/threads/programming.2808124/</guid>
      <author>invalid@example.com (ling1995)</author>
      <dc:creator>ling1995</dc:creator>
      <content:encoded><![CDATA[Hello<br />
 How to program PIC16F?]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>difference between web application and window application?</title>
      <pubDate>Wed, 26 Jul 2017 18:43:15 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/difference-between-web-application-and-window-application.2439555/</link>
      <guid>https://forums.digitalpoint.com/threads/difference-between-web-application-and-window-application.2439555/</guid>
      <author>invalid@example.com (raspms)</author>
      <dc:creator>raspms</dc:creator>
      <content:encoded><![CDATA[Hello,<br />
can anybody tell me what is the difference between web applicaton and window application?]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Need C / C++ Editor</title>
      <pubDate>Wed, 26 Jul 2017 18:40:44 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/need-c-c-editor.2633201/</link>
      <guid>https://forums.digitalpoint.com/threads/need-c-c-editor.2633201/</guid>
      <author>invalid@example.com (i_am_dhaval)</author>
      <dc:creator>i_am_dhaval</dc:creator>
      <content:encoded><![CDATA[Hi<br />
 <br />
i have install windows 7 os<br />
 <br />
now i want to run basic programer  c and c ++<br />
 <br />
in my computer<br />
 <br />
can you please suggest some free editor where i can run C program]]></content:encoded>
      <slash:comments>19</slash:comments>
    </item>
    <item>
      <title>Is ASP the future or not?</title>
      <pubDate>Wed, 26 Jul 2017 18:29:43 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/is-asp-the-future-or-not.2290837/</link>
      <guid>https://forums.digitalpoint.com/threads/is-asp-the-future-or-not.2290837/</guid>
      <author>invalid@example.com (simplythewebst)</author>
      <dc:creator>simplythewebst</dc:creator>
      <content:encoded><![CDATA[Except the beautiful Microsoft Visual Studio environment, I still am not convinced that ASP is the future of web development. I mean there is the huge HTML5/Javascript thing and PHP, Ruby, Python and Java. ASP is minor in my opinion. What are your thoughts about it. Thanks in advance.]]></content:encoded>
      <slash:comments>89</slash:comments>
    </item>
    <item>
      <title>What type of programs is C# best used for?</title>
      <pubDate>Thu, 13 Apr 2017 13:37:58 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-type-of-programs-is-c-best-used-for.2774470/</link>
      <guid>https://forums.digitalpoint.com/threads/what-type-of-programs-is-c-best-used-for.2774470/</guid>
      <author>invalid@example.com (CParkerWriting)</author>
      <dc:creator>CParkerWriting</dc:creator>
      <content:encoded><![CDATA[I&#039;m starting my programming courses in my CIS degree, and I&#039;ve completed the C# courses. I&#039;m wondering if C#is widely used, or if it&#039;s just used as a starting point in the college curriculum? I&#039;ve heard of Java, SQL, UNIX, and wondering if there are better languages to get familiar with rather than C#. Not that I can get my degree and not take C#, but since I&#039;m finished with it, will it be likely that I&#039;ll ever use it?]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>Which one is the faster whether Asp or Asp.Net?</title>
      <pubDate>Fri, 31 Mar 2017 10:47:05 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/which-one-is-the-faster-whether-asp-or-asp-net.2421619/</link>
      <guid>https://forums.digitalpoint.com/threads/which-one-is-the-faster-whether-asp-or-asp-net.2421619/</guid>
      <author>invalid@example.com (raspms)</author>
      <dc:creator>raspms</dc:creator>
      <content:encoded><![CDATA[I want to do the project but i m very confused while deciding a plattform <br />
whether i choose asp or asp.net?<br />
<br />
which one is faster and more useful in my feature whether asp or asp.net?]]></content:encoded>
      <slash:comments>23</slash:comments>
    </item>
    <item>
      <title>Best Book for C#</title>
      <pubDate>Fri, 31 Mar 2017 10:40:25 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/best-book-for-c.2684689/</link>
      <guid>https://forums.digitalpoint.com/threads/best-book-for-c.2684689/</guid>
      <author>invalid@example.com (John Alex)</author>
      <dc:creator>John Alex</dc:creator>
      <content:encoded><![CDATA[Which is the best Book to Learn C# for Beginner???]]></content:encoded>
      <slash:comments>18</slash:comments>
    </item>
    <item>
      <title>What is the best compiler?</title>
      <pubDate>Fri, 31 Mar 2017 10:35:22 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-the-best-compiler.2729970/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-the-best-compiler.2729970/</guid>
      <author>invalid@example.com (Ashford2)</author>
      <dc:creator>Ashford2</dc:creator>
      <content:encoded><![CDATA[Hello there ? there are compilers have been trying to use to run my c++ code but the don&#039;t seem to work very well,this compilers  are Microsoft C# and borland c++ in fact when i try to install ms C# on my machine the installation suddenly stops could somebody pls advice me on the best compiler to use?]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>What is .ASPX ??</title>
      <pubDate>Fri, 31 Mar 2017 10:34:35 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-aspx.1873997/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-aspx.1873997/</guid>
      <author>invalid@example.com (seofighter)</author>
      <dc:creator>seofighter</dc:creator>
      <content:encoded><![CDATA[Hi,,,,,,,<br />
<br />
So I have been seeing this alot I know its top end program but please explain in detail its nothing like PHP or CSS etc and its used by name brand sites&gt;? The sites are writing in .aspx]]></content:encoded>
      <slash:comments>13</slash:comments>
    </item>
    <item>
      <title>What is Static Constuctor</title>
      <pubDate>Thu, 09 Mar 2017 19:56:45 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-is-static-constuctor.1937266/</link>
      <guid>https://forums.digitalpoint.com/threads/what-is-static-constuctor.1937266/</guid>
      <author>invalid@example.com (webmaster8757)</author>
      <dc:creator>webmaster8757</dc:creator>
      <content:encoded><![CDATA[<span style="color: darkorchid">Hi,<br />
<br />
I am confused about what is static constructors in c#.Please help me by giving some suitable examples.</span>]]></content:encoded>
      <slash:comments>7</slash:comments>
    </item>
    <item>
      <title>What’s the difference between an interface and abstract class?</title>
      <pubDate>Thu, 09 Mar 2017 19:43:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what%E2%80%99s-the-difference-between-an-interface-and-abstract-class.2666854/</link>
      <guid>https://forums.digitalpoint.com/threads/what%E2%80%99s-the-difference-between-an-interface-and-abstract-class.2666854/</guid>
      <author>invalid@example.com (alendonald)</author>
      <dc:creator>alendonald</dc:creator>
      <content:encoded><![CDATA[Hi,<br />
I am little bit confusion between interface and abstract class. So tell me the difference between in both.]]></content:encoded>
      <slash:comments>12</slash:comments>
    </item>
    <item>
      <title>Looking for a experienced C# coder, Budget $50, (easy scripts)</title>
      <pubDate>Tue, 21 Feb 2017 11:51:48 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/looking-for-a-experienced-c-coder-budget-50-easy-scripts.2796740/</link>
      <guid>https://forums.digitalpoint.com/threads/looking-for-a-experienced-c-coder-budget-50-easy-scripts.2796740/</guid>
      <author>invalid@example.com (Arclite)</author>
      <dc:creator>Arclite</dc:creator>
      <content:encoded><![CDATA[never mind i already found someone]]></content:encoded>
    </item>
    <item>
      <title>Creating your age with c++</title>
      <pubDate>Tue, 21 Feb 2017 10:10:58 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/creating-your-age-with-c.2766165/</link>
      <guid>https://forums.digitalpoint.com/threads/creating-your-age-with-c.2766165/</guid>
      <author>invalid@example.com (M3RS4D-EmcCadch3)</author>
      <dc:creator>M3RS4D-EmcCadch3</dc:creator>
      <content:encoded><![CDATA[<iframe src="//www.youtube.com/embed/3F-1dWGGUXI?html5=1" width="500" height="300" frameborder="0" allowfullscreen=""></iframe><br />
<br />
learn how to create your age and your name with c++]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>difference types of validation controls in asp.net?</title>
      <pubDate>Wed, 18 Jan 2017 18:49:56 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/difference-types-of-validation-controls-in-asp-net.1856821/</link>
      <guid>https://forums.digitalpoint.com/threads/difference-types-of-validation-controls-in-asp-net.1856821/</guid>
      <author>invalid@example.com (bulochc83)</author>
      <dc:creator>bulochc83</dc:creator>
      <content:encoded><![CDATA[suggest me]]></content:encoded>
      <slash:comments>11</slash:comments>
    </item>
    <item>
      <title>Get All Contact List Of Gmail Account</title>
      <pubDate>Wed, 18 Jan 2017 18:45:46 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/get-all-contact-list-of-gmail-account.2758392/</link>
      <guid>https://forums.digitalpoint.com/threads/get-all-contact-list-of-gmail-account.2758392/</guid>
      <author>invalid@example.com (zinist)</author>
      <dc:creator>zinist</dc:creator>
      <content:encoded><![CDATA[Hello Friends,<br />
I am working on a module, where my job is I have to fetch all contact list of Gmail Account in Asp.net. I have tried the code, but it is not working it shows error &quot;Execution of authentication request returned the unexpected result: 404.&quot;<br />
I have attached my code file.<br />
Please Help me in above.]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Book Introduction : "26 Hands-on Microsoft Visual Basic projects"</title>
      <pubDate>Thu, 05 Jan 2017 17:42:39 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/book-introduction-26-hands-on-microsoft-visual-basic-projects.2794286/</link>
      <guid>https://forums.digitalpoint.com/threads/book-introduction-26-hands-on-microsoft-visual-basic-projects.2794286/</guid>
      <author>invalid@example.com (mjmorovati)</author>
      <dc:creator>mjmorovati</dc:creator>
      <content:encoded><![CDATA[<img src="proxy/5ZzPx%2FKS7J7b1%2FGNeWZeUUwFb7GI7uKZB1vHBPVsFCJn0RwukFRx%2FkWYlJU6xqWA1vHdQKMtoQJaGF%2ByI3I0dtlnnbNjhT4suIJSDMRkSp8pK%2BPCqA6EUSD4nZ%2FXIKZ5i0e1NS9W0aM6JapJJd5VpF5%2BfsxiNQCURyLcTDv9Jmg%3D/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="https://images-na.ssl-images-amazon.com/images/I/51Te32Z8nUL._SX331_BO1,204,203,200_.jpg" /> <br />
This ebook contains the implementation of <b>26 simple, practical and commercial programming projects in Microsoft VB.</b><br />
<br />
For <b><span style="text-decoration: underline">Microsoft VB educators, Microsoft VB beginner developers, and high school and college students,</span></b><br />
For Teaching &amp; Learning<br />
<br />
Link: <b><span style="text-decoration: underline">Https://sites.google.com/site/itbooklets/VB</span></b><br />
<br />
The following topics have been discussed in each project :...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/book-introduction-26-hands-on-microsoft-visual-basic-projects.2794286/" target="_blank" class="internalLink">Book Introduction : &quot;26 Hands-on Microsoft Visual Basic projects&quot;</a>]]></content:encoded>
    </item>
    <item>
      <title>"bot" auto click</title>
      <pubDate>Thu, 01 Dec 2016 04:27:43 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/bot-auto-click.2791733/</link>
      <guid>https://forums.digitalpoint.com/threads/bot-auto-click.2791733/</guid>
      <author>invalid@example.com (scipt101)</author>
      <dc:creator>scipt101</dc:creator>
      <content:encoded><![CDATA[<b>Hello,</b><br />
Would someone be kindly enough to help me with a script. i&#039;m new to scripting, and need some help to create a program wich will auto detect when something is under the cursor, then auto click the buttons z and x, can explain better if you ask. Kind regard Script101 <span class="smileWrapper"><img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie8" alt=":D" title="Big Grin    :D" /></span>]]></content:encoded>
      <slash:comments>8</slash:comments>
    </item>
    <item>
      <title>Developing free .NET obfuscator. Need feedback.</title>
      <pubDate>Tue, 08 Nov 2016 11:14:22 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/developing-free-net-obfuscator-need-feedback.2732666/</link>
      <guid>https://forums.digitalpoint.com/threads/developing-free-net-obfuscator-need-feedback.2732666/</guid>
      <author>invalid@example.com (ianderf)</author>
      <dc:creator>ianderf</dc:creator>
      <content:encoded><![CDATA[I&#039;m developing a .NET obfuscator (free)<br />
Supported features (for version 0.7)<br />
<ul>
<li>  Obfuscation of type, method, field names (including public names and virtual methods, when possible)</li>
<li>  Deletion of namespaces, property and event definitions (when possible)</li>
<li>  Encryption of constants</li>
<li>  Fine-grained settings system</li>
<li>  Map of obfuscated names</li>
</ul><br />
At this moment, only command-line interface is available.<br />
Feedback is welcome. What you like or don&#039;t like, feature suggestions, etc.]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Need help in making a connection between iphone app and pc app C#</title>
      <pubDate>Tue, 08 Nov 2016 11:11:15 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/need-help-in-making-a-connection-between-iphone-app-and-pc-app-c.2755836/</link>
      <guid>https://forums.digitalpoint.com/threads/need-help-in-making-a-connection-between-iphone-app-and-pc-app-c.2755836/</guid>
      <author>invalid@example.com (Harvey13)</author>
      <dc:creator>Harvey13</dc:creator>
      <content:encoded><![CDATA[Hello DP&#039;ers!<br />
<br />
I created a windows C# app (Tennis Scoreboard) where each player has a button. When you click player1&#039;s button he will receive one point and so on...<br />
<br />
<img src="proxy/QA7fx3HcKowbqzSizkYxGpy%2BoCCjdySQNtyxs2CChuC1QFgJg%2B4bvc9sK7Vt4CHLt0uQ%2Fink5ngY3obaeL8EoUHvDJLYg44%2FFdU9iKXxX4wjY%2ByvETX3LXU%3D/image.png" class="bbCodeImage LbImage" alt="[&#x200B;IMG]" data-url="http://s24.postimg.org/bnex336ph/Screenshot_1.png" /> <br />
<br />
I would like to know if there is any possibility to control that Scoreboard from a simple iphone app. So this app would have 2 simple buttons (one for each player - everything is simple so far) but I don&#039;t know how to use this iphone app to change each player&#039;s...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/need-help-in-making-a-connection-between-iphone-app-and-pc-app-c.2755836/" target="_blank" class="internalLink">Need help in making a connection between iphone app and pc app C#</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Expire Cookie</title>
      <pubDate>Tue, 08 Nov 2016 00:07:11 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/expire-cookie.1465300/</link>
      <guid>https://forums.digitalpoint.com/threads/expire-cookie.1465300/</guid>
      <author>invalid@example.com (PartyRama.co.uk)</author>
      <dc:creator>PartyRama.co.uk</dc:creator>
      <content:encoded><![CDATA[Hi Gurus,<br />
<br />
How can i Expire an Cookie data<br />
<br />
As I am storing the customer Cart data in the Request.Cookie(&quot;&quot;)<br />
<br />
Once the order is complete, how do I clear the cart contents from the cookie?<br />
<br />
Regards<br />
Sri]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>Alternate content</title>
      <pubDate>Mon, 26 Sep 2016 10:29:27 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/alternate-content.961918/</link>
      <guid>https://forums.digitalpoint.com/threads/alternate-content.961918/</guid>
      <author>invalid@example.com (user567453)</author>
      <dc:creator>user567453</dc:creator>
      <content:encoded><![CDATA[Dear all, I want to provide an external alternate resource for my site.<br />
Any help is appreciated<br />
Thank you]]></content:encoded>
    </item>
    <item>
      <title>PayPal checkout integration</title>
      <pubDate>Sun, 14 Aug 2016 10:21:13 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/paypal-checkout-integration.2786321/</link>
      <guid>https://forums.digitalpoint.com/threads/paypal-checkout-integration.2786321/</guid>
      <author>invalid@example.com (DesignBytes)</author>
      <dc:creator>DesignBytes</dc:creator>
      <content:encoded><![CDATA[Have integrated PayPal checkout with the Rest Full API, managed to make the payment and receipt flow, but I am still a little confused in correlating things <br />
<br />
Here&#039;s what I have done <br />
<br />
1. Created a (dummy) business/seller account on PayPal.com to receive (test) payments <br />
2. Signed up on developer.paypal.com using the same account, there the business one became the facilitator account and the other personal <br />
3. Created an APP in the account created in step 2, got a Client ID and Secret Key...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/paypal-checkout-integration.2786321/" target="_blank" class="internalLink">PayPal checkout integration</a>]]></content:encoded>
    </item>
    <item>
      <title>What does double means?</title>
      <pubDate>Fri, 20 May 2016 17:52:50 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/what-does-double-means.2732693/</link>
      <guid>https://forums.digitalpoint.com/threads/what-does-double-means.2732693/</guid>
      <author>invalid@example.com (Megamon)</author>
      <dc:creator>Megamon</dc:creator>
      <content:encoded><![CDATA[I am learning Primitive Data Types and i came up to double so would someone explain what double actually do?<br />
 <br />
And by double i mean :<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">double foo = 3.14;</code></pre>
	<div class="type">Code (markup):</div>
</div>or what&#039;s the difference between floats and double? i got a little bit confused and i would really appreciate it if you could give a hand of help.<br />
<br />





<div class="bbCodeBlock bbCodeCode">
	<pre class="line-numbers"><code class="language-markup" data-start="1">float foo = 3.14f;</code></pre>
	<div class="type">Code (markup):</div>
</div>]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>How To Solve Server Error 'CS0246' at .aspx page?</title>
      <pubDate>Fri, 11 Mar 2016 05:47:07 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/how-to-solve-server-error-cs0246-at-aspx-page.2776252/</link>
      <guid>https://forums.digitalpoint.com/threads/how-to-solve-server-error-cs0246-at-aspx-page.2776252/</guid>
      <author>invalid@example.com (Zion Amal Rafeeq)</author>
      <dc:creator>Zion Amal Rafeeq</dc:creator>
      <content:encoded><![CDATA[<span style="font-size: 22px">The application is running successfully at the Local Host Server. But when we run it on the web server, the error is showing up. <br />
<br />
Server Error in &#039;/&#039; Application.</span><br />
<span style="font-size: 18px"><i>Compilation Error</i></span><br />
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. <br />
<br />
Compiler Error Message: CS0246: The type or namespace name &#039;MySqlConnection&#039;...<br />
<br />
<a href="https://forums.digitalpoint.com/threads/how-to-solve-server-error-cs0246-at-aspx-page.2776252/" target="_blank" class="internalLink">How To Solve Server Error &#039;CS0246&#039; at .aspx page?</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>C# Object Oriented Programming Basic to Advance(POO)</title>
      <pubDate>Tue, 08 Mar 2016 11:42:06 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/c-object-oriented-programming-basic-to-advance-poo.2776029/</link>
      <guid>https://forums.digitalpoint.com/threads/c-object-oriented-programming-basic-to-advance-poo.2776029/</guid>
      <author>invalid@example.com (laanayapro)</author>
      <dc:creator>laanayapro</dc:creator>
      <content:encoded><![CDATA[<iframe src="//www.youtube.com/embed/t7LjSHQu1kA?html5=1" width="500" height="300" frameborder="0" allowfullscreen=""></iframe>]]></content:encoded>
    </item>
    <item>
      <title>C# Thread</title>
      <pubDate>Sat, 27 Jun 2015 09:26:19 +0000</pubDate>
      <link>https://forums.digitalpoint.com/threads/c-thread.2727597/</link>
      <guid>https://forums.digitalpoint.com/threads/c-thread.2727597/</guid>
      <author>invalid@example.com (jessysmith1234)</author>
      <dc:creator>jessysmith1234</dc:creator>
      <content:encoded><![CDATA[<b>How to implement singleton design pattern in C#?<b>How to use nullable types in .Net?</b></b>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
  </channel>
</rss>
