C#

  • submit to reddit

Using MVC4 WebAPI for CRUD Operations on MongoDB

In this post I will  explain how can we write MVC 4 WebAPI to perform complete CRUD operations on any data source (In this sample I have used...

0 replies - 1650 views - 04/11/13 by Sarfraz Khan in Articles

Using Twitter via .NET - A Beginner's Guide

 Objective : In this post i will quickly explain how can we interact with Twitter API using .Net code. Ingredients : LinqToTwitter, Visual Studio...

2 replies - 749 views - 04/05/13 by Sarfraz Khan in Uncategorized

You're Only a Beginner Once - Dig a Little Deeper

I was reading an interesting study last week about how willpower seems to grow like a muscle.  In the study they had found that subjects that had...

0 replies - 2362 views - 01/02/13 by John Sonmez in Articles

Teaser: Bare-knuckle SOA

 I’m working on this idea, and I don’t know if it appeals to you guys. I’d like your input on whether this is something to explore...

0 replies - 2138 views - 11/10/12 by Johannes Brodwall in Articles

Get AppSettings from web.config in a generic way

I use this snippet in all web projects where I need to get settings from the AppSettings section in web.config. This method (static or not) makes it easy and...

1 replies - 2350 views - 10/18/12 by Mario Sannum in Uncategorized

Get any object size in kb

0 replies - 1619 views - 10/12/12 by Alessandro Annini in Uncategorized

Agile MVC User Interface Design: Not Solely For The Web

Introduction When I wrote this I mainly had Java Swing developers in mind, particularly members of my current development team working on a NetBeans RCP ...

1 replies - 5973 views - 02/22/12 by Wade Chandler in News

Coping with unreliable wireless network connections between Windows CE and JMS using Apache MINA

Lynden is a family of transportation and logistics companies specialized in shipping to Alaska and other locations worldwide. Over land, on the water,...

0 replies - 4797 views - 01/20/12 by Rob Terpilowski in Articles

Daily Dose: Java and the Judge

The judge in the Oracle-Google case doesn't know what a class is. Judge William Alsup of the U.S. District Court will soon be hearing Oracle's case against...

1 replies - 14958 views - 04/08/11 by Katie Mckinsey in Daily Dose

MonoDroid in public beta

It was announced by Miguel de Icaza, the project lead for Mono (the open-source implementation of the .NET Framework) that the MonoDroid beta is now open for...

2 replies - 17811 views - 01/05/11 by Den Delimarsky in Articles

How Oracle’s Ellison Drove a Java advocate to .NET/C#…

My $0.02 worth of opinion on how all the Oracle shennanigans are impacting my development focus choice. You don’t know me. Larry Ellison certainly doesn’t...

17 replies - 7180 views - 10/26/10 by Anonymous in Articles

What Java can Learn from .NET - An Interview with Jonathan Bruce

In this section of DZone's interview with Jonathan Bruce, he explains what the .NET community could learn from Java persistence, and vice versa.  Bruce also...

0 replies - 13216 views - 06/07/10 by Lyndsey Clevesy in Videos

A Cross-Language Generics Trick - Java, Scala and C#

Given a Pair<T, U> type in Java, Scala or C#, such as Map.Entry, Tuple2 or KeyValuePair respectively, you can construct type-checked variadic...

0 replies - 7916 views - 06/25/08 by Ricky Clarkson in Articles

Download Script To Hide URL In Asp.net Using C#

0 replies - 10805 views - 04/29/08 by Snippets Manager in Uncategorized

Groovy (and Ruby) Only Solves Half the Problem

It is with some dismay I've been reading the latest Groovy discussions on Javalobby. I've spent quite some time learning Scala, so it bothered me a bit that...

10 replies - 16360 views - 02/20/08 by Mats Henricson in News