Sign In
Knowledgecast
Interesting solutions to interesting problems
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
authentication
biztalk
collapsible
content
control
cross-domain
custom
facebook
full-text
guide
mobile
MVVM
Pages
sharepoint
silverlight
soa
sp3
sql
teched
tips
tricks
VisualTransition
web 2.0
WPF
Archive
Archives
September 2010
(1)
June 2010
(1)
April 2010
(2)
January 2010
(1)
December 2009
(1)
November 2009
(1)
June 2009
(1)
May 2009
(4)
March 2009
(2)
February 2009
(2)
November 2008
(3)
September 2008
(2)
August 2008
(1)
July 2008
(4)
June 2008
(4)
April 2008
(3)
September 2007
(1)
July 2007
(1)
January 2007
(1)
MSDN Blogs
>
Knowledgecast
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Knowledgecast
Proxying Cross-domain Web Requests in Silverlight
Posted
over 2 years ago
by
Arunjeet Singh2
0
Comments
If you want to get straight to the code, you can find it here: I was going to think of a clever title for this post, but then I realized that I’d really rather prefer that people be able to find this post when they’re looking for a solution...
Knowledgecast
Automatic Change Notification for Your View Models
Posted
over 2 years ago
by
Arunjeet Singh2
1
Comments
Note: If you’d rather just jump into the code the sample that goes with this post is here: One of the features in WPF Starter Kit ( http://wpfstarterkit.codeplex.com ) that I am very proud of is the automatic change notification functionality. While implementing...
Knowledgecast
Using Strongly Typed Classes to Generate Infopath Forms (Xsd.exe)
Posted
over 2 years ago
by
Arunjeet Singh2
0
Comments
I’ve been working on a SharePoint 2007 project recently where part of a workflow involved generating a large number of Infopath forms in a SharePoint Infopath form library. Now one way (and arguably the more popular way) would have been to create an empty...
Knowledgecast
Preloading Content for Your Silverlight Applications and Web Parts
Posted
over 2 years ago
by
Arunjeet Singh2
0
Comments
I’ve been studying up on Sharepoint 2010 recently and one of the great things about it is the extensive use of AJAX and Silverlight in the new version. Combine that with the huge improvements in the development environment on Sharepoint 2010 (F5 development...
Knowledgecast
Technorati Claim Verification
Posted
over 2 years ago
by
Arunjeet Singh2
0
Comments
Sorry about this folks, but Technorati ( http://www.technorati.com ) wants me to post this code: H5ZVWFJ3E4S8 to verify that this is indeed my blog :)
Knowledgecast
WPF Starter Kit: Automatic Change Notification on View Models
Posted
over 3 years ago
by
Arunjeet Singh2
0
Comments
As a little new year gift to myself, I thought I'd check in a change I've been working on for the WPF Starter Kit for some time now. In a nutshell, the WPF Starter Kit ( http://wpfstarterkit.codeplex.com ) is a great way to get started building Model...
Knowledgecast
The WPF Starter Kit
Posted
over 3 years ago
by
Arunjeet Singh2
1
Comments
Disclaimer: It has come to my attention that there is some confusion in the community regarding the "official status" of the WPF Starter Kit. I wanted to make it clear that this toolkit has come out of my and my team's efforts on a recent project and...
Knowledgecast
Windows Mobile 6.5 Emulator Available
Posted
over 3 years ago
by
Arunjeet Singh2
0
Comments
The developer kit for Windows Mobile 6.5 (including documentation) is now up here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=20686a1d-97a8-4f80-bc6a-ae010e085a6e . You might remember me talking about this at the Tech...
Knowledgecast
MOSS: Using the List Web Service to Rename a File
Posted
over 3 years ago
by
Arunjeet Singh2
1
Comments
Right, so I ran into an interesting problem recently. I needed to rename a bunch of files in a document library we have on our team’s MOSS site. Problem is, this is a lot of documents. So I figured I’d use MOSS’s web services to do it. Now in MOSS, a...
Knowledgecast
Building Great Looking Mobile Applications
Posted
over 3 years ago
by
Arunjeet Singh2
2
Comments
Today at Tech Ed I’ll be trying out something interesting. Instead of speaking on a particular technology area, I’ll be talking about building great looking applications for Windows Mobile. I won’t bother doing a full blown post about this because most...
Knowledgecast
Cannon PI
Posted
over 3 years ago
by
Arunjeet Singh2
2
Comments
Heh. This could be a lot of fun. I’m looking out for the first episode. 50 points to whoever can tell me who the Some Guy playing Higgins is :)
Knowledgecast
Tech-Ed Ahoy!
Posted
over 3 years ago
by
Arunjeet Singh2
1
Comments
Phew! The demos are done, the Powerpoint deck’s been finalized and I am suffering from a severe lack of sleep. I hope they have lots of coffee at the convention center :) Tech Ed is an yearly Microsoft event meant for developers, IT Pros and business...
Knowledgecast
My First Facebook Application
Posted
over 3 years ago
by
Arunjeet Singh2
0
Comments
I did a quick Facebook application to show off at a session I did today. In the process, I ended up writing what might be the beginnings of a Silverlight API for Facebook. The application's here . It shows you the status messages of your friends in...
Knowledgecast
A Home for the Collapsible Panel
Posted
over 3 years ago
by
Arunjeet Singh2
6
Comments
Phew! It's been a long time since my last post. I have no excuse. I've been a lazy bum and I know it. Well, getting married will do that to ya :) I have been using the Collapsible Panel control as a tool to demonstrate various Silverlight concepts over...
Knowledgecast
Collapsible Panel Makes it to Silverlight 2 RTM
Posted
over 4 years ago
by
Arunjeet Singh2
3
Comments
This was something that had been bothering me for a while. Silverlight 2 came out almost two months ago now and I still haven't had the time to go back and update CollapsiblePanel, my sample content control. To read more about CollapsiblePanel, go here...
Knowledgecast
Consuming Feeds with the .NET Syndication API
Posted
over 4 years ago
by
Arunjeet Singh2
1
Comments
One of the nicest (and very under-advertised) features to make it into .NET framework 3.5 was the new Syndication API ( http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.aspx ). The Syndication API provides .NET applications a great...
Knowledgecast
Silverlight 2: So Close I Can Taste It
Posted
over 4 years ago
by
Arunjeet Singh2
1
Comments
No doubt many of you have heard that Silverlight 2 RC0 just debuted. There's loads of bug fixes here since Silverlight 2 Beta 2 and some breaking changes as well. Unlike the breaking changes document from Beta 1 to Beta 2 (which was 80 odd pages) this...
Knowledgecast
Phew! It's Been a Busy Month
Posted
over 4 years ago
by
Arunjeet Singh2
1
Comments
It's been a busy time here in Arunjeetland. Up until a couple of weeks ago, I was working on two projects simultaneously. As I was doing that I had an interesting realization. It's easier to do multiple projects if they're on the same technology. The...
Knowledgecast
Encrypting Configuration Settings in .NET 2.0
Posted
over 4 years ago
by
Arunjeet Singh2
0
Comments
This article describes a utility called ProtectConfig that can be used to Encrypt/Decrypt .NET 2.0 configuration files using the ProtectSection ( http://msdn.microsoft.com/en-us/library/system.configuration.sectioninformation.protectsection.aspx ) API...
Knowledgecast
Using VisualTransition with a Silverlight Content Control
Posted
over 4 years ago
by
Arunjeet Singh2
13
Comments
Note: The zip archive below has been updated after Silverlight 2 released to the web. For more details on the changes I made, see this post. This post is part of series that demonstrates how to write a Silverlight 2 content control. The first post...
Knowledgecast
Assigning a Name to a Silverlight Element
Posted
over 4 years ago
by
Arunjeet Singh2
1
Comments
I answered this in a comment earlier today but I figured this was something that deserved a post of its own. There seems to be some confusion around how to set the name (x:Name in XAML) of a Silverlight object in code. Here's how it's done: object...
Knowledgecast
Writing a Silverlight Content Control
Posted
over 4 years ago
by
Arunjeet Singh2
21
Comments
This article illustrates the writing of a Silverlight content control. If you’d rather just dive into the code and explore it yourself then it is available for download here: http://cid-136a36717e5d129c.skydrive.live.com/embedrow.aspx/Blog%20Files/CollapsiblePanel.zip...
Knowledgecast
Microsoft SQL Server 2005 Express Edition with Advanced Services
Posted
over 4 years ago
by
Arunjeet Singh2
2
Comments
This is a bit of a "Did you know?" post but I was unaware of this and figured there would be other people who could use this little tip. I was recently working on a project where I needed to write a search feature. I decided to go with SQL Server's brilliant...
Knowledgecast
Quick Guide to Silverlight 2 Beta 2
Posted
over 4 years ago
by
Arunjeet Singh2
0
Comments
Silverlight 2 Beta 2 is out! I can't believe the incredible number of changes they made between versions. Sure some of them can be a pain during upgrades (I'll talk more about this in another post) but the new features make it worth the effort :) Here...
Knowledgecast
Quick Guide to Silverlight 2 Beta 1
Posted
over 4 years ago
by
Arunjeet Singh2
0
Comments
A disclaimer before you read on. Silverlight 2 Beta 2 is due out very soon (sometime this week or early next week) and will mean changes in the installation instructions. I will post an updated quick guide when it is publicly available. Till then, read...
Page 1 of 2 (32 items)
1
2