Always remain updated about current software development trends

Articles having tag: C#

InfoPath 2010 and SharePoint 2010 Integration using Custom WCF Service: Part 2 of 3

Designing InfoPath Form to read the values from WCF Application. Publish and Deploy InfoPath form and setup site page to use InfoPath Web part to display the form

RaptorDB - the Document Store

NoSql, JSON based, Document store database with compiled .net map functions and automatic hybrid bitmap indexing and LINQ query filters (now with standalone Server mode, Backup and Active Restore, Transactions, Server side queries, MonoDroid support)

MVC Basic Site: Step 2 - Exceptions Management

This second article from the "MVC Basic Site" series presents in details the exceptions management rules and their implementation for an ASP.NET MVC web site, and provides some utile base classes and source code for Logging and Exceptions Management that can...

Generate Knockout Viewmodels using T4 templates

Use a T4 template to generate Knockout-viewmodels based on .NET classes.

How To Use Java Packages In .NET

This tip is about how to use Java packages in .NET using IKVM.NET

Using Matlab from a C# application

Using Matlab from a C# application.

Dynamic columns addition to GridView

How to add columns dynamically in GridView......

CTM - Clone To Modify Pattern

This article presents a pattern to create immutable objects, which have thread-safe guarantee among others, and which also support modifications throught clonning, yet avoiding excessive intermediate clones.