TechNet Guru Contributions - Visual C#
This article lists all Visual C# articles that participated in the TechNet Guru Contributions Visual C# category.
2014
October 2014
- Using XML Serialization with C# and SQL Server by Chervine - Gold medal winner
- C#: Generic Type Parameters And Dynamic Types by Magnus (MM8) - Silver medal
- File exporter for IEnumerable of T by saramgsilva - Bronze medal
- Object Initializers, Collection Initializers and Custom Collection Initializers in C# by Jaliya Udagedara
September 2014
- ASP.NET WebAPI - Basic Redis by João Sousa** - Gold medal winner**
- Publishing and Subscribing using NServiceBus by **Jaliya Udagedara **- Silver medal
- Calculating Percentage Similarity of two Strings in C# by Adnan Umer - **Bronze **medal
- ASP.NET WebApi - Entity Framework Code First by João Sousa
- ASP.NET WebApi - Use Redis as CacheManager by João Sousa
August 2014
- Analyzing C# code using NDepend by saramgsilva - Gold medal winner
- Expression Trees - Accessing Nested Properties by **Jaliya Udagedara **- Silver medal
- C#: Passing parameters by Andy O'Neil - **Bronze **medal
July 2014
- A Client/Server Application Using Named Pipes by Eyal Shilony - Gold medal winner
- Writing a Very Basic Dynamic Query using Expression Trees by **Jaliya Udagedara **- Silver medal
- C Sharp: Multi-Types Application by Ronen Ariely - Bronze medal
June 2014
- Entity Framework Code First - Defining Foreign Keys using Data Annotations and Fluent API by Jaliya Udagedara -** Gold medal winner**
May 2014
- Calling WCF Service from a Stored Procedure in Microsoft SQL Server 2012 by Jaliya Udagedara -** Gold medal winner**
- ASP.NET MVC 5 - Bootstrap 3.0 in 3 Steps by João Sousa - Silver medal
- Using 64-bit shortcuts from a 32-bit application by Critical_stop** **- Bronze medal
April 2014
- ASP.NET MVC 5 - Connect by João Sousa - Gold medal winner****
- Easy Code Refactoring using Visual C# by Shreeharsh** **- Silver medal
- Writing Data in Excel File into a Database using a DataSet and SqlBulkCopy by Jaliya Udagedara - Bronze medal
March 2014
- C# Code Compilation at Runtime from C# Windows Forms Application by Raghunathan S - Silver medal
- Creating a Simple logging class with System.Diagnostics namespace in C# by Raghunathan S - Bronze medal
- Dynamic method invocation with Generics by CatfisAndGrits
- Use of “Enumerable.Cast” and “Enumerable.OfType” in C# by Jaliya Udagedara
- ASP.NET WebAPI 2 - Stream Windows Azure blobs by João Sousa - Gold medal winner****
February 2014
- Avoiding deadlock in async/await by Tonchi91
- Quick note on Microsoft.Net Thread.Start, Delegate.BeginInvoke, Control.BeginInvoke by Mohammad Nizamuddin
- How to Publish ASP.NET MVC Web Application to Windows Azure by João Sousa
- Windows Azure Getting Started - Basic Operations on Blob Storage by João Sousa
- ASP.NET MVC 5 - Routing by João Sousa - Silver medal
- Lock Statement in C# by Jaliya Udagedara - Gold medal winner****
- Analogy on BackgroundWorker thread in C# by Shweta Lodha
- Overload Resolution Revisited by Shweta Lodha
January 2014
- Comparison between System.Xml.XmlDocument and System.Xml.Linq.XDocument by chilberto - Silver medal
- Braille Code in .Net(VB/C#) by Paul Ishak
- Action, Func<TResult> and Predicate<T> Delegate by Jaliya Udagedara - Gold medal winner****
- Asynchronous method call in C# by Mohammad Nizamuddin - Bronze medal
2013
December 2013
- Identifying and Resolving Shortcuts/Links of files and folders by chriga - Silver medal
- Loading Related Entities in Entity Framework by Jaliya Udagedara - Gold medal winner****
November 2013
- Difference between Static Class, Sealed Class and Abstract Class in C# by Deeptendra - Silver medal
- Learn about Class,Object and Constructors by Muralidharan Deenathayalan - Bronze medal
- Thread.Sleep vs. Task.Delay by Jaliya Udagedara - Gold medal winner****
October 2013
- Filter a DataTable based on a Collection by Jaliya Udagedara - Gold medal winner****
- Clear System Center End Point Protection exclusions without SCCM by Karl Mitschke - Silver medal
- Invoking UI components from NT service via C# PInvoke by Amit Choudhary
- Mapping a column value object array to Sql formatted types string by Amit Choudhary
- Microsoft.NET: SMTP Server Relay setting and sending email using C# code by Mohammad Nizamuddin - Bronze medal
- Simple class to convert reg_binary time to a datetime object in C# by Karl Mitschke
- ValidationSummary and DataContext reloading issue silverlight by Amit Choudhary
September 2013
- How do you manage unmanaged buffers used for P/Invoke** **by PaulDAndrea - Bronze medal
- IEnumerable<T> Vs. IQueryable<T> by Jaliya Udagedara - Gold medal winner****
- Having a Little “Bit” of Fun with C# by PaulDAndrea
- Forms Authentication with Multiple Login Pages by Jaliya Udagedara
- WCF Service Hosting - Supporting Multiple Versions by chilberto - Silver medal
- Can you see your C#|#Ɔ Reflection by PaulDAndrea
August 2013
- Business Entities to Azure Storage Entities using Automapper * by Chilberto - Bronze medal
- C# PPT to PDF-Unable to cast COM object of type 'Microsoft.Office.Interop.PowerPoint. ApplicationClass' to interface type 'Microsoft.Office.Interop.PowerPoint. _Application by Mohammad Nizamuddin
- Progress of a Task in C# by Jaliya Udagedara - Silver medal
- Workaround - Visual Basic/C# WebBrowser DBLClick Word by Paul Ishak
- Convert System.Decimal to and from Byte Arrays (VB & C#) by Paul Ishak
- Become More Productive by Making Custom Code Generation Tools(VB & C#) by Paul Ishak
- Introduction to WCF Data Services by Jaliya Udagedara
- WCF Data Services with Entity Framework Provider by Jaliya Udagedara
- WCF Data Services with Reflection Provider by Jaliya Udagedara
- Serializing WCF contract with object property by Chilberto
- Avoid “File system redirection” in Visual Studio 2012 by Isham Mohamed - Gold medal winner****
- C#: What are Extension Methods in .NET by Deeptendra
July 2013
- Multithreading Dictionary - A sample project about multithreading Dictionary objects
- Connecting to SSAS Cube using Silverlight by Jaliya Udagedara -Gold medal winner****
- Bing Maps for Silverlight - Customized Tooltip for Pushpins by Jaliya Udagedara - Silver medal
- Set WCF Service Authentication to Use a Custom Username & Password over HTTP by Jaliya Udagedara - Bronze medal
- C#: Ensure User only Runs One Copy of a Program** **by Karl Mitschke
- What happens when two interfaces have same method signature and you have to implement both interfaces in one class by Mohammad Nizamuddin
June 2013
May 2013
- Creating a Pluggable Application Without Any External Dependencies on 3rd-party Libraries** **by Eyal Shilony
- Download / Send Request AsyncWithProgress with HttpClient (WinRT)** **by Can Bilgin
- String and Embedded Resources inside Windows Store App by Sachin** **
- Creating a simple plugin mechanism by chriga - Bronze medal
- Finding Element in ItemsControl DataTemplate (ListView/GridView/FlipView) - Window Store Apps by Sachin** **
- Threads versus Tasks by Dave Smits
- Spelling Check in Windows Store App by Sachin - Gold medal winner
- How to Query Trees Using LINQ by Carsten Siemens - Silver medal
See Also
- [[TechNet Guru Contributions]]
- List of Award Winning TechNet Guru Articles