Csharp

Browse 226 guides in Csharp

Showing 30 of 226 guides (Page 5 of 8)
When to use Task.Delay, when to use Thread.Sleep?
When to use Task.Delay, when to use Thread.Sleep?
Learn when to use task.delay, when to use thread.sleep? with practical examples, diagrams, and best practices. Covers c#, multithreading, task-parallel-library development techniques with visual ex...
intermediate c multithreading task-parallel-library
📄
Sending email anonymously via smtp
Learn sending email anonymously via smtp with practical examples, diagrams, and best practices. Covers c#, gmail, mailmessage development techniques with visual explanations.
intermediate c gmail mailmessage
📄
How to Fix, Could not load file or assembly 'XXX' or one of its dependencies. Strong name signatu...
Learn how to fix, could not load file or assembly 'xxx' or one of its dependencies. strong name signature could not be verified with practical examples, diagrams, and best practices. Covers c#, asp...
intermediate c aspnet aspnet-mvc
📄
Nullable type as a generic parameter possible?
Learn nullable type as a generic parameter possible? with practical examples, diagrams, and best practices. Covers c#, generics development techniques with visual explanations.
intermediate c generics
How to set null to a GUID property
How to set null to a GUID property
Learn how to set null to a guid property with practical examples, diagrams, and best practices. Covers c#, guid, nullable development techniques with visual explanations.
intermediate c guid nullable
📄
Can I figure out skin tone or body temperature using kinect?
Learn can i figure out skin tone or body temperature using kinect? with practical examples, diagrams, and best practices. Covers c#, kinect, kinect-sdk development techniques with visual explanations.
intermediate c kinect kinect-sdk
How do I encode and decode a base64 string?
How do I encode and decode a base64 string?
Learn how do i encode and decode a base64 string? with practical examples, diagrams, and best practices. Covers c#, base64 development techniques with visual explanations.
intermediate c base64
📄
Async always WaitingForActivation
Learn async always waitingforactivation with practical examples, diagrams, and best practices. Covers c#, .net, asynchronous development techniques with visual explanations.
intermediate c net asynchronous
c# math cos different values from calculator
c# math cos different values from calculator
Learn c# math cos different values from calculator with practical examples, diagrams, and best practices. Covers c#, math development techniques with visual explanations.
intermediate c math
Clear array after is used C#
Clear array after is used C#
Learn clear array after is used c# with practical examples, diagrams, and best practices. Covers c#, arrays development techniques with visual explanations.
intermediate c arrays
📄
Specify encoding XmlSerializer
Learn specify encoding xmlserializer with practical examples, diagrams, and best practices. Covers c#, xml, c#-4.0 development techniques with visual explanations.
intermediate c xml c-40
Microsoft Sam, SAPI alternatives
Microsoft Sam, SAPI alternatives
Learn microsoft sam, sapi alternatives with practical examples, diagrams, and best practices. Covers c#, windows, speech-recognition development techniques with visual explanations.
intermediate c windows speech-recognition
📄
Why use .AsEnumerable() rather than casting to IEnumerable<T>?
Learn why use .asenumerable() rather than casting to ienumerable<t>? with practical examples, diagrams, and best practices. Covers c#, linq, ienumerable development techniques with visual explanati...
intermediate c linq ienumerable
📄
Login to SkyDrive using Live SDK
Learn login to skydrive using live sdk with practical examples, diagrams, and best practices. Covers c#, windows-8, windows-store-apps development techniques with visual explanations.
intermediate c windows-8 windows-store-apps
📄
What is Rectangle width and height unit ? is it in pixels?
Learn what is rectangle width and height unit ? is it in pixels? with practical examples, diagrams, and best practices. Covers c# development techniques with visual explanations.
intermediate c programming
📄
Switch statement inside a switch statement?
Learn switch statement inside a switch statement? with practical examples, diagrams, and best practices. Covers c#, switch-statement development techniques with visual explanations.
intermediate c switch-statement
What is the meaning of ToString("X2")?
What is the meaning of ToString("X2")?
Learn what is the meaning of tostring("x2")? with practical examples, diagrams, and best practices. Covers c#, encryption, tostring development techniques with visual explanations.
intermediate c encryption tostring
📄
Not enough quota is available to process this command -WPF
Learn not enough quota is available to process this command -wpf with practical examples, diagrams, and best practices. Covers c#, wpf, mvvm-light development techniques with visual explanations.
intermediate c wpf mvvm-light
📄
how to create a vpn software
Learn how to create a vpn software with practical examples, diagrams, and best practices. Covers c#, c++, network-programming development techniques with visual explanations.
intermediate c c network-programming
📄
What is the C# equivalent of friend?
Learn what is the c# equivalent of friend? with practical examples, diagrams, and best practices. Covers c#, encapsulation, friend development techniques with visual explanations.
intermediate c encapsulation friend
Convert int to string?
Convert int to string?
Learn convert int to string? with practical examples, diagrams, and best practices. Covers c#, string, int development techniques with visual explanations.
intermediate c string int
📄
Better way to handle switch case in C#
Learn better way to handle switch case in c# with practical examples, diagrams, and best practices. Covers c#, coding-style, enums development techniques with visual explanations.
intermediate c coding-style enums
How to use FlashControl (MediaCapture.VideoDeviceController)
How to use FlashControl (MediaCapture.VideoDeviceController)
Learn how to use flashcontrol (mediacapture.videodevicecontroller) with practical examples, diagrams, and best practices. Covers c#, .net, wpf development techniques with visual explanations.
intermediate c net wpf
📄
Display time in seconds by using timer
Learn display time in seconds by using timer with practical examples, diagrams, and best practices. Covers c#, timer development techniques with visual explanations.
intermediate c timer
Guid to Base34 encoder/decoder
Guid to Base34 encoder/decoder
Learn guid to base34 encoder/decoder with practical examples, diagrams, and best practices. Covers c#, encoding, guid development techniques with visual explanations.
intermediate c encoding guid
Does using "new" on a struct allocate it on the heap or stack?
Does using "new" on a struct allocate it on the heap or stack?
Learn does using "new" on a struct allocate it on the heap or stack? with practical examples, diagrams, and best practices. Covers c#, .net, memory-management development techniques with visual exp...
intermediate c net memory-management
📄
GlobalConfiguration.Configure() not present after Web API 2 and .NET 4.5.1 migration
Learn globalconfiguration.configure() not present after web api 2 and .net 4.5.1 migration with practical examples, diagrams, and best practices. Covers c#, asp.net-web-api, asp.net-mvc-5 developme...
intermediate c aspnet-web-api aspnet-mvc-5
📄
What is the C# "checked" keyword for?
Learn what is the c# "checked" keyword for? with practical examples, diagrams, and best practices. Covers c# development techniques with visual explanations.
intermediate c programming
📄
How can you change Network settings (IP Address, DNS, WINS, Host Name) with code in C#
Learn how can you change network settings (ip address, dns, wins, host name) with code in c# with practical examples, diagrams, and best practices. Covers c#, .net, configuration development techni...
intermediate c net configuration
📄
Reciprocal a number and then reciprocal it again to the original number
Learn reciprocal a number and then reciprocal it again to the original number with practical examples, diagrams, and best practices. Covers c#, windows, function development techniques with visual ...
intermediate c windows function