Articles updated
Algorithms & Recipes
- C# Cubic Spline Interpolation - Ryan Seghers
This article presents a from-scratch implementation of cubic spline interpolation in C#.
Android
- Using Text to Speech (TTS) engine in an Android application - gupta.avinash
In this article I will discuss how to implement text to speech (TTS) engine in an Android application.
ASP.NET
- Service Based Membership Providers for ASP.NET - Shuqian Ying
Service based, multi-application ASP.NET custom membership, role and profile providers with a hierarchical role system.
- Developing, Architecting and Testing Web Applications with MVC 5, Web API 2, KnockoutJS, Ninject and NUnit - Mark J. Caplin
The latest technology from the Microsoft Stack - SOA Interview Questions: Part 1 - Shivprasad koirala
Software Architecture interview questions (Service Oriented Architecture interview questions: Part 1). - Security In ASP.NET MVC - Jameel M
- Top 10 ASP.NET MVC Interview Questions - Imran Abdul Ghani
This post lists the top 10 ASP.NET MVC interview questions.
- Capturing client-side mouse events with jQuery and JavaScript - xbadenx
JavaScript library for capturing client-side mouse events.
- Example of creating an interactive map in ASP.NET using MapAround and Leaflet. - Malyshev Georgy
This article will present an example of a WEB application with interactive maps, and includes development of WMS server and features for map display on the client side. - Handling authentication-specific issues for AJAX-calls - Sergey Zwezdin
For modern web-applications has become the usual to use AJAX when you create user interfaces. However, it makes our headache from time to time. And often these difficulties are associated with authentication and processing such requests on the client.
Audio and Video
- Play or Capture Audio Sound. Send and Receive as Multicast (RTP) - Banjoo
Play, record and capture Audio sound. Read, write and stream Wav-Files. Send and receive Ulaw RTP-streams. Using the WaveIn WaveOut functions of the WMM API.
Azure
- Six simple steps to run your first Azure Worker Role program - Shivprasad koirala
Six simple steps to run your first Azure Worker Role program.
Button Controls
- Auto-repeat button in 10 minutes - Adam Zgagacz
Simple WinForms auto-repeat button in a few lines.
C / C++ Language
- Basic C++ Win32 DLL - yani papi
Basic steps of creating and consuming a C++ Win32 DLL.
C#
- Can you explain Lazy Loading? - Shivprasad koirala
Lazy loading is a concept where we delay the loading of the object until the point where we need it. - .NET COM Interop using Postbuild - Florian Rosmann
COM Interop using a little post compiler. As a result, it is possible to use multithreading in combination with COM interfaces. - HiUpdate tools - Automatic application updates - Josef Andrys
HiUpdateTools is a easy tools to use publish new version of your application - Learning LINQ and Introduction to Important C# Features (All in One) - Akhil_Mittal
LINQ and an introduction to important C# features (all in one) - Key Object-Oriented Concepts and how to use them in Visual C# - Enayat Ashkian
Overview of Key Object-Oriented Concepts in Visual C# (Quick Guide) - GestSpace : A case for Rx Framework and Leap Motion - Nicolas Dorier
A story about how Rx Framework saved my life for high frequency event processing - Integer Base Converter - Adam Zgagacz
Encode numbers in different positional numeral systems. - Upgrading your car with .NET Micro Framework - Nicolas Dorier
Leaking the digital on our physical world for .NET Developers - Monad like programming with C# - Muraad Nofal
A haskell monad/(applicative)functor like interface in C# that extends IEnumerable.
COM / COM+
- Authoring and consuming classic COM components with WRL - Marius Bancila
Provides an overview for creating an consuming classic COM components for desktop applications with the Windows Runtime C++ Template Library
Content Management Server
- Step by Step Setup Git Server on Windows with CopSSH + msysGit and Integrate Git with Visual Studio - JIN Weijie
Setup Git Server on Windows with CopSSH + msysGit and integrate Git with Visual Studio.
Cryptography & Security
- Off-The-Record (OTR) Security Protocol - Don Fizachi
A C# implementation of the OTR protocol.
Custom Controls
- DayPilot - Building an Outlook-Like Calendar Component for ASP.NET - Dan Letecky
A good-looking ASP.NET control that shows events visually arranged in a day calendar. Includes design-time support and data binding. - A More Efficient AJAX Progress Bar for ASP.NET - wells cheung
AJAX Progress Bar for ASP.NET.
Debug Tips
- ActivityTracerScope - Easy activity tracing with SvcTraceViewer.exe and System.Diagnostics - Bruno Tagliapietra
An easy way to obtain effective activity tracing, leveraging the built-in System.Diagnostics and the standard tool SvcTraceViewer.exe (not just for WCF).
Design and Architecture
- Presentation Patterns for XAML based Applications - Jani Giannoudis
Design patterns on the presentation layer for WPF, Silverlight and Windows Phone applications. - Principles of API Design: The One, The Many, The Null, and The Nothing - Josh Fischer
How to create an API that will scale as a system grows over time.
Dialogs and Windows
- Winforms SkinFramework - Danielku15
Give your WinForms Windows a unique look using a unique design - Programming Xlib with Mono Develop - Part 3: Motif widgets (proof of concept) - Steffen Ploetz
How to call native Xm API from Mono Develop C# ending up in a very little Motif widget application.
Edit Controls
- Universal Numeric Edit Control - Adam Zgagacz
User control for editing numbers writtem using different numeral base.
Game Development
- Sudoku project in VS 2010 - rui_carvalho
Sudoku game solver with a "SudokuControl"
General Graphics
- Fractals in theory and practice - Kenneth Haugland
Describes the theory behind fractals and how to draw fractal images, using L-system, IFS, Mandelbrot, Newton, Burning ship, Nova and Julia set, Kronecker products, DLA algorithm and the Sunflower spiral..
GPU Programming
- GPU Computing Using CUDA, Eclipse, and Java with JCuda - Max Bishop
Tutorial: GPU computing with JCuda and Nsight (Eclipse)
HTML / CSS
- Canvas Control Library and New Forms Based System for building Web Pages and Websites - Akshay Srinivasan2
Canvas Control Library provides highly customizable controls using the HTML5 Canvas element. Also includes a new Forms based system which is a new way to build your web pages and websites.
Internet / Network
- fastJSON - Mehdi Gholam
Smallest, fastest polymorphic JSON serializer (with Silverlight4 and MonoDroid support) - Remote Control PCs - Andy Bantly
Two projects that work together to remote control PCs across a LAN. - GDrive Explorer - For Google Drive - tumbledDown2earth
Browse your Google Drive and integrate your windows explorer with a Google's storage Cloud
Libraries
- Ella publish/subscribe middleware - BernhardDieber
Ella is a fully distributed publish/subscribe middleware written in pure C# and compatible with Mono, enabling scalability and flexibility for your application.
Miscellaneous
- Enhanced Scrollbar - Adam Zgagacz
WinForms Scrollbar with enhanced properties, graphical bookmarks and value tooltips.
Office Development
- Outlook add-in integrating Skype - Cristian Amarie
Outlook add-in integration for Skype IM: Skype events, Outlook Skype ribbon, and more.
Parallel Programming
- High Performance Queries: GPU vs. PLINQ vs. LINQ - Nick Kopp
How to get 30x performance increase for queries by using your Graphics Processing Unit (GPU) instead of LINQ and PLINQ.
- Using Cudafy for GPGPU Programming in .NET - Nick Kopp
An introduction to using Cudafy.NET to perform processing on a GPU
- CUDA Programming Model on AMD GPUs and Intel CPUs - Nick Kopp
This article builds upon the earlier High Performance Queries: GPU vs. PLINQ vs. LINQ and ports this to also support OpenCL devices and adds benchmarking so you can easily compare performance. - Base64 Encoding on a GPU - Nick Kopp
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
PHP
- PHP Web Apps on Google Cloud - bhavik1st
Demonstrates Google Cloud's experimental support for PHP
Shell and IE programming
- .NET Shell Extensions - Shell Context Menus - Dave Kerr
Rapidly create Shell Context Menu Extensions using .NET.
Tablets and All-in-Ones
- ManicPong - Pete O'Hanlon
- Carrom+ AIO - Talha Naqvi
The best and most unconventional virtual carrom application optimized for AIO!
- GSpeak(Gesture Speak) - Reddy Manohar
Code generation through speech & gesture.
- Tetris Push (working title) - Cappa Games
A Tetris-style game that pits friends in a face to face battle with one another, on a single touch screen device.
- Property Magic - Nitin Sawant
Geo-location enabled property search application
- AIshares - Martin Wojtczyk
AIshares - an artificial intelligence trading shares and sharing trades
- Real-Time Communications - Milt Morgan
Provides real time system environment for medical professionals
Windows Communication Foundation
- Peer to Peer File Sharing Through WCF - Amir Jalilifard
In this article, you are going to learn about P2P Network and Windows Communication Foundation to share your files between peers through a P2P network. - WCF for the Real World, Not Hello World - Zijian
WCF development for real RAD in enterprise
Windows Phone 7/8
- Windows Phone 8 Background Agent (Part 1: Periodic Task) - Abdullah Jubair
This article gives you a brief overview on Windows Phone 8 Background Agent and focuses on Periodic Task
Windows Powershell
- Installing multiple SQL scripts using a single PowerShell script - Arjan Douwes
Installing multiple SQL scripts using a single PowerShell script.
- Automate MSI Installer - Durgesh Nakkani
This tool copies MSI installers from a distributed server and installs it on a VM Wrokstation
Windows Presentation Foundation
- Contextfilter for DataGrid - Torsten Tiedt
Enables filtering in standard DataGrid control.
No comments:
Post a Comment