¡@

Home 

c# Programming Glossary: learning

How can a Word document be created in C#? [closed]

http://stackoverflow.com/questions/10412/how-can-a-word-document-be-created-in-c

Open Office XML format is fairly new so you might find the learning curve to be a bit higher. Office Open XML Iinformation Office..

XDocument or XMLDocument

http://stackoverflow.com/questions/1542073/xdocument-or-xmldocument

or XMLDocument I am now learning XMLDocument but I've just ran into XDocument and when I try..

Transitioning from Windows Forms to WPF

http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf

to the Windows Forms designer...of course...this is just a learning curve and at some point I plan to go on a course to learn WPF..

How to decide between MonoTouch and Objective-C?

http://stackoverflow.com/questions/1583856/how-to-decide-between-monotouch-and-objective-c

with MonoTouch that much simpler and quicker than learning Objective C and in turn worth the 400 c# objective c mono monotouch.. it and give Apple a hard time but I've had a lot of fun learning iPhone development through Apple's tools . There are so many..

Benefits of using the conditional ?: (ternary) operator

http://stackoverflow.com/questions/3312786/benefits-of-using-the-conditional-ternary-operator

ternary operator I'm currently a student in college learning and for the most part enjoying the wonderful world of programming...

What is the difference between task and thread?

http://stackoverflow.com/questions/4130194/what-is-the-difference-between-task-and-thread

sample program help taken from MSDN for my own sake of learning with Parallel.Invoke Parallel.For Parallel.ForEach but have..

Is everything in .NET an object?

http://stackoverflow.com/questions/436211/is-everything-in-net-an-object

As a novice is there anything I should beware of before learning C# . I thought that was the case as everything in Visual Studio..

Casting vs using the 'as' keyword in the CLR

http://stackoverflow.com/questions/496096/casting-vs-using-the-as-keyword-in-the-clr

vs using the 'as' keyword in the CLR I'm learning about design patterns and because of that I've ended using a..

How would I run an async Task<T> method synchronously?

http://stackoverflow.com/questions/5095183/how-would-i-run-an-async-taskt-method-synchronously

would I run an async Task T method synchronously I'm learning about async await and ran into a situation where I need to call..

When to use struct in C#?

http://stackoverflow.com/questions/521298/when-to-use-struct-in-c

what is the stance on struct usage I sought some extra learning from Microsoft and here is what I found Consider defining a..

The Best Place to Start Learning C++ [closed]

http://stackoverflow.com/questions/525726/the-best-place-to-start-learning-c

a .Net developer for the past decade and am thinking of learning either C or C with a strong preference to C . Does anyone know.. anyone know a good place where a C# fanboi can get started learning C or C With so many tutorial sites on the web it hard to know.. with the basics of the language. If you're serious about learning the language you may want to get hold of a copy of the standard..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

a 500 reputation bounty on this. I'm serious about learning how to build an Internet Explorer extension. I don't want to..

How to handle WndProc messages in WPF?

http://stackoverflow.com/questions/624367/how-to-handle-wndproc-messages-in-wpf

to handle WndProc messages in WPF Finding WPF a steep learning curve. In good ol' Windows Forms I'd just override WndProc and..

How to read data of an Excel file using C#?

http://stackoverflow.com/questions/657131/how-to-read-data-of-an-excel-file-using-c

parameters. P.S. I'm one of those weird people who enjoys learning COM automation. All this code steamed from a tool I wrote for..

What's the best way to learn C# quickly? [closed]

http://stackoverflow.com/questions/72893/whats-the-best-way-to-learn-c-sharp-quickly

now. The best way to learn is doing . Even if they're learning as they knock out production code they should maintain their.. for trying stuff out. If they have some 'official' learning time set aside rather than just use a book or a blog or whatever..

is “else if” faster than “switch() case”? [duplicate]

http://stackoverflow.com/questions/767821/is-else-if-faster-than-switch-case

else and switch case in C# I'm an ex Pascal guy currently learning C#. My question is the following Is the code below faster than..

Managing multiple selections with MVVM

http://stackoverflow.com/questions/803216/managing-multiple-selections-with-mvvm

multiple selections with MVVM On my journey to learning MVVM I've established some basic understanding of WPF and the..

How to use WebBrowser control DocumentCompleted event in C#?

http://stackoverflow.com/questions/840813/how-to-use-webbrowser-control-documentcompleted-event-in-c

control DocumentCompleted event in C# Remark After learning a lot about webcontrol I found that it does FuNKY stuff. Even..

How to add WCF templates to Visual Studio Express?

http://stackoverflow.com/questions/110451/how-to-add-wcf-templates-to-visual-studio-express

to Visual Studio Express I am working through the book Learning WCF by Michele Bustamante and trying to do it using Visual Studio..

Is casting the same thing as converting?

http://stackoverflow.com/questions/143997/is-casting-the-same-thing-as-converting

casting the same thing as converting In Jesse Liberty's Learning C# book he says Objects of one type can be converted into objects..

Learning C#, ASP.NET 3.5 - what order should I learn in / what to skip?

http://stackoverflow.com/questions/282086/learning-c-asp-net-3-5-what-order-should-i-learn-in-what-to-skip

C# ASP.NET 3.5 what order should I learn in what to skip There's..

The fastest way to learn C#? [duplicate]

http://stackoverflow.com/questions/319441/the-fastest-way-to-learn-c

cool woodcut animal drawings . Therefore I would suggest Learning C# 3.0 or Programming C# 3.0 . Or if you want or need a beginner..

Learning C# with exercises, questions and puzzles [closed]

http://stackoverflow.com/questions/3311205/learning-c-sharp-with-exercises-questions-and-puzzles

C# with exercises questions and puzzles closed I learned Java..

Searching systematic, comprehensive and complete comparison between the syntax of VB.NET and C#

http://stackoverflow.com/questions/4009691/searching-systematic-comprehensive-and-complete-comparison-between-the-syntax-o

on this subject. Definately check them out Bill Wagner on Learning C#.NET From VB.NET Kathleen Dollard on Comparing C# and VB in..

Learning .NET [closed]

http://stackoverflow.com/questions/49809/learning-net

.NET closed Assuming all goes well and I get employed by the..

The Best Place to Start Learning C++ [closed]

http://stackoverflow.com/questions/525726/the-best-place-to-start-learning-c

Best Place to Start Learning C closed So I have been a .Net developer for the past decade..

What's the best way to learn C# quickly? [closed]

http://stackoverflow.com/questions/72893/whats-the-best-way-to-learn-c-sharp-quickly

has been to check out MSDN Beginner Developer Learning Center Scott Gu's Blog and to pick up this book C# 3.0 Pocket..

How can I write a generic container class that implements a given interface in C#?

http://stackoverflow.com/questions/847809/how-can-i-write-a-generic-container-class-that-implements-a-given-interface-in-c

will lead to manual changes in the group container class Learning I understand that I have to use reflection here but I'd rather..

Learning C# in Mono

http://stackoverflow.com/questions/92592/learning-c-sharp-in-mono

C# in Mono How solid is Mono for C# development on Linux and..