Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

c #

adel_s_1
Einsteiger
5.862Aufrufe

I want to learn C # programming language where you Start

0 Kudos
24 Antworten
TimP
Geehrter Beitragender III
4.571Aufrufe

Many on-line resources, e.g.

https://mva.microsoft.com/en-US/training-courses/c-fundamentals-for-absolute-beginners-8295?l=lQifIGYy_5004984382

I'm not aware of Intel putting many resources into c#, beyond some profiling support in VTune Amplifier.

Frances_R_Intel
Mitarbeiter
4.571Aufrufe

This isn't really an Intel Xeon Phi coprocessor question. If you are planning to write code for the coprocessor, including offload code, you will need to use C++ or Fortran for those parts of your program.

TimP
Geehrter Beitragender III
4.571Aufrufe
There has been no indication that Intel intends to redirect this forum specifically to Xeon phi. As Frances points out, the intended subject of Multi level parallel program is better supported by those compiled languages
adel_s_1
Einsteiger
4.571Aufrufe

Thanks for your interest Dear Francis

adel_s_1
Einsteiger
4.571Aufrufe

Thanks for your interest Dear Tim Prince

Bernard
Geschätzter Beitragender I
4.571Aufrufe

You can buy also one of many C# programming books.

 

adel_s_1
Einsteiger
4.571Aufrufe

 

Thank you for caring Dear iliyapolak

Bernard
Geschätzter Beitragender I
4.571Aufrufe

This book can be of great value for you "Microsoft Visual C# 2013 Step by Step"

adel_s_1
Einsteiger
4.571Aufrufe

I am very thankful for your interest, sir iliya polak
I've already downloaded a copy of the
Microsoft Visual C # 2013
Step by Step

Bernard
Geschätzter Beitragender I
4.571Aufrufe

@adel,

You are welcome.

Derp_K_
Neuer Beitragender I
4.571Aufrufe

Interesting topic for beginners

adel_s_1
Einsteiger
4.571Aufrufe

Dear K Derp
Thread really interesting and wonderful thing to learn Microsoft Visual C # programming language
Thank you for your interest

Derp_K_
Neuer Beitragender I
4.571Aufrufe

You are welcome

adel_s_1
Einsteiger
4.571Aufrufe

Thank you for your help to colleagues
It was the first implementation of Microsoft Visual C # simple project

adel_s_1
Einsteiger
4.571Aufrufe

C language Sharp excellent and enjoyable

adel_s_1
Einsteiger
4.571Aufrufe

Possible way to link C Sharp with databases sql

adel_s_1
Einsteiger
4.571Aufrufe

Why is there no response from the members of the group is

adel_s_1
Einsteiger
4.571Aufrufe

In trouble connecting to the database program

C Sharp

  SQL

 

 

adel_s_1
Einsteiger
4.571Aufrufe
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
 
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
           // Console.WriteLine("welcom first program");
           
             int x;
             int y;
             DateTime dataDay;
             x = 8;
             y = 7;
             dataDay = DateTime.Now;
             Console.ReadKey();
Bernard
Geschätzter Beitragender I
4.422Aufrufe

I think that you may receive more adequate response and help on the StackOverflow forums.

http://stackoverflow.com/questions/tagged/c%23

P.s

 Few second of googling brought this tutorial:

http://www.codeproject.com/Articles/4416/Beginners-guide-to-accessing-SQL-Server-through-C

Antworten