News in the Category:
C#
Total posts: 1650 | Sort by Views | Sort by Hits
Roland Weigelt, November 24, 2016
Views: 94 | Hits 5
Back in 2015, I discovered OzCode, an awesome C# debugging tool, at a exhibitor booth at the Microsoft Build conference. Not only was the in-person-demo at the booth convincing, the website also did a...
The Code Project Latest Articles, November 20, 2016
Views: 132 | Hits 11
A C#, C++, Delphi, ActiveX , Javascript , NodeJs and Java trace framework and a trace viewer: Tail, OutputDebugString, event log, and with Log4J, Log4Net, and Microsoft Enterprise Instrumentation Fram...
Rick Strahls WebLog, November 3, 2016
Views: 137 | Hits 11
I'm not sure how I've missed this feature in all those years of working in C#: String.Format() support Number Formatting Sections that allow you to show separate values for positive, negative and zer...
Wallace B. McClure, September 23, 2016
Views: 251 | Hits 11
My personal beliefs on cross-platform development were formed in November 1993. I worked at The Coca-Cola Company at the time, and a few colleagues and I were discussing how to provide Mac users with ...
The Code Project Latest Articles, September 18, 2016
Views: 260 | Hits 6
Using SSRS report, generate the PDF, save it into DB and send it through mail using C#...
The Code Project Latest Articles, August 26, 2016
Views: 357 | Hits 11
How to bypass the strict System.Version parse mechanics using a C# extension...
Simple Talk, August 26, 2016
Views: 215 | Hits 17
For some time now, C# programmers have gazed enviously at the interactive capabilities of F#, Python and PowerShell. For rapid prototyping work and interactive debugging, dynamic languages are hard to...
The Code Project Latest Articles, August 26, 2016
Views: 330 | Hits 7
C# Extensions API for Entity Framework intended to simplify usage of drop-down lists, comboboxes and alike...
The Code Project Latest Articles, August 8, 2016
Views: 370 | Hits 7
Face Recognition based secured home, ThingSpeak based monitoring, Mqtt based control, Gmail based Notification With Low Cost Arduino UNO and C#...
The Code Project Latest Articles, August 3, 2016
Views: 389 | Hits 7
How to Select XML Node by name in c#...
Simple Talk, July 22, 2016
Views: 153 | Hits 5
It is just the first stage to make your C# Cmdlet do what it is supposed to do. Even though cmdlets are used at the commandline, they need a whole range of features to make life easier for the end use...
Simple Talk, July 22, 2016
Views: 259 | Hits 4
It is just the first stage to make your C# Cmdlet do what it is supposed to do. Even though cmdlets are used at the commandline, they need a whole range of features to make life easier for the end use...
The Code Project Latest Articles, July 12, 2016
Views: 265 | Hits 18
This article illustrates how to use Node.js by WCF which is written in C# and using node.js as real time communication technology with the aid of C# code to connect MS Sql Server....
DevX: .NET Feed, July 8, 2016
Views: 561 | Hits 33
Learn more about the idea of exception filters that was newly introduced in C# 6.0....
The Code Project Latest Articles, July 7, 2016
Views: 482 | Hits 19
This article demonstrates how to build a basic Bot using C# and debug the Bot using Bot Framework Emulator...
DevX: .NET Feed, June 28, 2016
Views: 263 | Hits 11
With Xamarin, you develop in C# and have the power of the .NET framework behind you. Xamarin does the heavy lifting of translating your C# code to the native mobile OS....
The Code Project Latest Articles, June 23, 2016
Views: 239 | Hits 7
This article explains about how to use Xamarin C# with Javascripts in WebView...
The Code Project Latest Articles, May 8, 2016
Views: 548 | Hits 7
My adventure with hardware and communicating between a BeagleBoneBlack and a C# app on Windows....
peterkellner.net, May 6, 2016
Views: 297 | Hits 47
I often find myself getting lazy and making multiple entry points for a method when I really should spend an extra 30 seconds and use the Type T pattern in C#. Below are the two calls I had and when ...
Simple Talk, April 22, 2016
Views: 126 | Hits 2
Now, it is easy to provide professional-quality documentation for PowerShell cmdlets, and to keep it in sync when you make changes, whether they are written in PowerShell or C#. Whereas this has alway...
The Code Project Latest Articles, March 30, 2016
Views: 777 | Hits 29
Designing a web crawler using C#...
The Code Project Latest Articles, March 27, 2016
Views: 701 | Hits 15
This article shows 3 ways to convert a DataTable to a List in C#....
K. Scott Allen, March 22, 2016
Views: 273 | Hits 11
It started, as most endeavors involving Rob do, with a simple email that ends with I think it will be fun!. Fast forward a bit and Im in the ExCel London being micd up by a film crew. Jon is in the r...
The Code Project Latest Articles, March 21, 2016
Views: 747 | Hits 26
This article describes about JSON serialization and deserialization in C#...
Sahil Malik - blah.winsmarts.com, March 12, 2016
Views: 402 | Hits 20
SharePoint Training: more information
My new article is online. We live in...
Simple Talk, March 7, 2016
Views: 152 | Hits 5
A code review is a serious business; an essential part of development. Whoever signs off on a code review agrees, essentially, that they would be able to support it in the future, should the original ...
The Code Project Latest Articles, March 5, 2016
Views: 868 | Hits 17
This article explains how to create a PDF file using C# object...
The Code Project Latest Articles, February 29, 2016
Views: 760 | Hits 6
This article describes building an Android game with networking support using C#, Xamarin.Android platform and Zyan Communication Framework....
The Code Project Latest Articles, February 16, 2016
Views: 804 | Hits 8
How to compare latest version with the previous version in C#...
Sushila Patels Weblog, February 5, 2016
Views: 756 | Hits 4
This is basic sample that shows how to call Julia code from C#
Step 1:
Set up the 64 bit solution
Build / Configuration Manager
Active solution platform /New X64/ Copy settings from Win32
Step 2:
...
DevX: .NET Feed, February 2, 2016
Views: 505 | Hits 9
Explore the ConcurrentQueue class in C# and how it can be used to implement collections that are thread safe....
The Code Project Latest Articles, January 29, 2016
Views: 1,127 | Hits 15
An alternative Tor Browser built with C# using CefSharp and Tor.NET....
Sahil Malik - blah.winsmarts.com, January 13, 2016
Views: 390 | Hits 24
SharePoint Training: more information
I will be presenting a 90 min breako...
The Code Project Latest Articles, January 2, 2016
Views: 1,173 | Hits 20
Web Socket Server implemented in C# for the modern version 13 of the WebSocket protocol...
The Code Project Latest Articles, January 2, 2016
Views: 873 | Hits 9
This is an alternative for "Simple HTTP Server in C#"...
The Code Project Latest Articles, December 27, 2015
Views: 882 | Hits 15
In this article, an Angular JS Protractor C# Client Library example is explained....
DevX: .NET Feed, December 18, 2015
Views: 443 | Hits 3
Learn now Xamarin provides a well-executed platform for developing mobile applications using C# and the .NET framework....
The Code Project Latest Articles, December 13, 2015
Views: 1,042 | Hits 18
Web Socket Server implemented in c# for the modern version 13 of the Web Socket protocol...
Simple Talk, December 3, 2015
Views: 209 | Hits 4
Whereas it is easy to provide inline documentation for a normal scripted
PowerShell cmdlet or function so as to provide comprehensive help at the command-line or IDE, the same isn't true of binary c...
The Code Project Latest Articles, November 23, 2015
Views: 333 | Hits 18
Executing JavaScript eval function from C#...
Laurent Duveau, November 12, 2015
Views: 307 | Hits 9
Connect(); is a free online conference for Microsoft developers.http://connect2015.visualstudio.com/Learn first-hand about the future of Microsoft development tools and services from industry experts....
The Code Project Latest Articles, October 20, 2015
Views: 1,166 | Hits 42
How to scrape data from a website with C#...
More Whidbey stuff, October 15, 2015
Views: 314 | Hits 18
I moved my FluentPath librarys source code from CodePlex to GitHub, and while I was at it, I vacuumed a bit, removed the cobwebs, and decided to see what applying some C#6 goodness would do to my code...
The Code Project Latest Articles, October 13, 2015
Views: 1,096 | Hits 33
A simple C# extension method to convert List into a delimited text string. Ideal for creating CSV files!...
More Whidbey stuff, October 6, 2015
Views: 349 | Hits 12
This was my second presentation for this Orchard Harvest, so I wont be able to exactly live-blog it, but like yesterday, I can at least post the slides. The first third of the presentation was given b...
DotNetBips.com Latest Articles, October 5, 2015
Views: 344 | Hits 14
Method overloading is very common technique used in C# code. Although it works great for normal C# classes, the same can't be said about ASP.NET MVC controller classes. Unlike an ordinary C# class, a ...
Bipin Joshi.com :: Thoughts on .NET, Life, Yoga and more, October 5, 2015
Views: 306 | Hits 6
Method overloading is very common technique used in C# code. Although it works great for normal C# classes, the same can't be said about ASP.NET MVC controller classes. Unlike an ordinary C# class, a ...
K. Scott Allen, September 30, 2015
Views: 860 | Hits 43
I've created a new C# Fundamentals course with Visual Studio 2015. This course, like the previous course on Pluralsight, doesn't focus so much on syntax and language quirks. Instead, I like to f...
peterkellner.net, September 3, 2015
Views: 464 | Hits 40
Ive been wanting to do this for a very long time. Im in the debugger of Visual Studio 2015 and I have some data structure that is a collection of objects. To find what I want, Ive had to either write ...
The Code Project Latest Articles, September 1, 2015
Views: 1,245 | Hits 30
String interpolation or String handling in C# 6.0 with New Feature...