Creating A Wysiwyg HTML Editor In C#
This tutorial will demonstrate how to create a wysiwyg (visual) HTML editor using IHTMLdocument2 class in mshtml.
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
The Wonders Of System.Drawing.Graphics
In this tutorial, i am writing down all my knowledge of how to work with the wonders of the System.Drawing.Graphics class. Note: I am doing this in... more »
Tweet 1 CommentsSave Tags: .net, frameworks, how-to, microsoft
Send Email Using Gmail in C#
In this tutorial I will be showing you how you would go about Sending Email Using Gmail in C#.
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
I *heart* LINQ
.Net 4 is looking more and more attractive. I absolutely loved and at the same time was jealous of the LINQ feature in .Net. Now with PLINQ... more »
Tweet 1 CommentsSave Tags: .net, java, tools
C# 4.0 new features: Named and Optional arguments
Let's understand the usage of c# 4.0's new feature "Named and Optional arguments". This feature is most helpful when we have methods which accept many... more »
Tweet 0 CommentsSave Tags: .net, coldfusion, frameworks, microsoft
Java Interview: tips for the interviewer
This is a brief entry about how an interviewer should conduct a Java based interview. I have been on both side of the table and this is only based on... more »
Developing for the web using VS 2010 and .NET 4
Visual Studio 2010 and .NET 4 are packed with new features and enhancements designed to improve developer productivity. Some are small changes and... more »
Tweet 1 CommentsSave Tags: .net, frameworks, web design
10 things all JAVA developers should know
Since JAVA was officially introduced in 1995, it has changed the way most of us look at the Operating System. Bill Gate (how ironic) once said that it... more »
Tweet 5 CommentsSave Tags: .net, database, java, web services
New .NET Features from Telerik
Telerik, a .NET development tool vendor, revealed its latest list of releases. The list includes Silverlight advances and ORM support for SQL Azure. ... more »
Tweet 1 CommentsSave Tags: .net, gui, ria
ASP.NET from Scratch: Lesson 1
Nov 3rd in Screencasts by Jeremy McPeak Nettuts+ is primarily a PHP haven; however, I'm sure we can all agree that there are many fantastic, and... more »
Tweet 1 CommentsSave Tags: .net, how-to
Visual Studio 2010: UML modeling projects
Visual Studio 2010 introduces modeling projects that bring UML diagrams to Visual Studio. Currently it is not possible to generate classes from... more »
Tweet 1 CommentsSave Tags: .net, methodology
I Command MVVM
In a MVVM architecture ICommands are the primary abstraction that formalize the exposing and consumption of ViewModel defined functionality for use by... more »
Tweet 0 CommentsSave Tags: .net, how-to, open source, ria
LINQ shortcut when using Silverlight and ADO .NET Data Services
I have a simple demo application that uses ADO.NET Data Services as a data service back end for a Silverlight application. My ADO.NET Data Service... more »
Tweet 1 CommentsSave Tags: .net, frameworks, how-to, ria
Introducing Lightweight
My team is currently in the process of developing a new default user experience for MSDN Library (http://msdn.microsoft.com/en-us/library/default.aspx... more »
Tweet 1 CommentsSave Tags: .net, microsoft, tools
Development only code
Occasionally I need to do development stuff things that are potentially destructive. The ResetDatabase action will blow away the database, which I... more »
Tweet 0 CommentsSave Tags: .net, trends
Encrypting and Decrypting Data Using X.509 Certificates
Over the past few days, I've been working to change our build process and make it a little more flexible for our needs. As part of it, I was asked to... more »
Writing New .NET Languages with Irony
Irony is a framework created by Roman Ivantsov and used to write internal DSLs or entire new languages that run on .NET, the grammar being written in... more »
Tweet 1 CommentsSave Tags: .net
The $10k Code Challenge
Up for a challenge? How about $10,000? Visual WebGui is offering $10,000 and giving away prizes for developers who submit a Webmail application... more »
Tweet 1 CommentsSave Tags: .net, web design
Undo/Redo Framework
When I was looking for a generic implementation of undo/redo functionality, I found all kinds of articles and examples, but not what I wanted. What I... more »
Tweet 0 CommentsSave Tags: .net, frameworks, reviews
IronRuby 0.9.2
We have released IronRuby 0.9.2, the latest release on the way to the 1.0!! The thing I’m most excited of in this release is the presence of a MSI... more »
Tweet 2 CommentsSave Tags: .net, announcement, ruby
Implementing KeyBoard Shortcuts on an ASP.NET Hyperlink Control using jQuery
Popular Web apps like Gmail and Windows Live Mail feature Keyboard shortcuts, which help you save time by executing common operations using the... more »
Tweet 0 CommentsSave Tags: .net, frameworks, web design
Calling asp.net webservice from JQuery
Today I was trying to call ASP.Net web service from JQuery. I thought it was easy first. But when tried implementing them I felt the difficulty. I... more »
Tweet 1 CommentsSave Tags: .net, javascript, web services
VS2010 Microsoft.TeamFoundation.Collaboration… MyFavoriteNamspace
Got this message this morning, while not connected with the Internet. So this message won’t appear that often, when you are always connected.
Tweet 0 CommentsSave Tags: .net, microsoft, tools
Combres - WebForm & MVC Client-side Resource Combine Library
.NET library which enables minification, compression, combination, and caching of JavaScript and CSS resources for ASP.NET and ASP.NET MVC web... more »
Tweet 0 CommentsSave Tags: .net
Learning Scala via C# Part 3 – Getting Loopy
Welcome back! In the last part of this series we took a quick look at how you declare immutable variables, then looked at the “everything is an... more »
Tweet 0 CommentsSave Tags: .net, how-to, other languages