Browse by Tags

All Tags » Microsoft .NET 2008 (RSS)

Passing parameters between Silverlight and ASP.NET – Part 1

While working with Silverlight applications, we may face some scenarios where we may need to embed Silverlight as a component, like for e.g in Sharepoint Webpars or simple we can have the same with ASP.NET. The biggest challenge comes when we have to...

Custom Configuration Sections in app.config or web.config

There are certain scenarios where we need to define our own custom configuration section. I have recently faced one where I had to Store the key value pairs as given below. Download Full Source Code < FilterHashKey > < FilterKeys > < add...

Simple Preferred time control using Silverlight.

Here I am going to show you a simple preferred time control, where you can select the day of the week and the time of the day. This can be used in lots of place where you may need to display the users preferred times. Sample screenshot is attached below...

DevWeek 2009 Slides And Source Code - Guy Smith

You can find the slides and source code for DevWeek 2009 presentations on 23rd March 2009 here:- StyleCop (or How To Start A Fight) (Slides) Automating Testing Using Virtual Server 2005 (Slides) Automating Testing Using Virtual Server 2005 (Source Code...

Silverlight 3 DataGrid Columns Grouping using PagedCollectionView

In this post I am showing how to implement Column Grouping in SIlverlight 3 DataGrid, Before starting make sure you have SIlverlight3_Tools installed in your system, not SIlverlight 3 Beta, as there are lost of changes in Grouping of Columns from SIlverlight...

Sharing source code between .NET and Silverlight

A common problem when developing Silverlight applications is how to share classes and in particular (Entity Framework) entities which are compiled for the full .NET framework in a Silverlight application. Silverlight is a browser plugin and a platform...

Silverlight 2.0 DataGrid Demo Application with Formatting of Data

In this post I am going to show you the basic example of Creating the Page with DataBound Silverlight 2.0 DataGrid, and also I will show you how to format the Data Using IValueConverter in DataGrid dynamically. Create a new project and Select Silverlight...

My Crush List of 2009

These are few things which currently I am working on and some technologies which I want to learn in coming months to master these technologies I need your help, So please post some good tutorials and articles on any of the following topics, if you have...

Change default Port for the ASP.NET Development Server

When you use the ASP.NET Development Server to run a file-system Web site, by default, the Web server is invoked on a randomly selected port for localhost. For example, if you are testing a page called Default.aspx, when you run the page on the ASP.NET...

Using ASP.NET 3.5 Extensions History Control

This post will provide useful links on how the ASP.NET Extensions Preview allows control over the Browser back button in Ajax. Normally this is not possible using AJAX Controls in WebBrowsers, because AJAX Control's partial postback is not added to...

Method Overloading in WebServices

Web services are also classes just like any other .NET classes. Nevertheless they have methods marked as WebMethods that can be exposed by the WebServices to be consumed by the outside world. Apart from these WebMethods they can also have normal methods...

ASP.NET MVC - Presentation in Bangalore 05-Dec-2008

Below are slides + demos of the presentation I've given on 05-Dec-2008. Feel free to re-use and take advantage of them however you want. Download the Demo Project from http://weblogs.asp.net/blogs/brijmohan/DemoPresentation/PhoneBook.zip Download...
Posted by bmdayal | with no comments

Troubleshooting Visual Studio 2005 and Visual Studio 2008 On Windows Vista

With the introduction of IIS 7.0 in windows vista number of people have been reporting problems when trying to debug their ASP.NET applications on Windows Vista with Visual Studio 2005 F5 debugging support. There are a handful of posts about trying to...

C# Coding Standards by Lance's

Following the right Coding standars comes with Practice and proper Guidance if you are a starter, and also lots of companies define or customize their own coding standards. When I came across this challange to define the coding standard for my team, I...

LINQ to XML and LINQ to Objects Basic Sample

In this post I will show how to use LINQ to XML and LINQ to Objects, very basic example with sample code . First I have created a XML file which contains the Customer Details, as given below <? xml version = " 1.0 " encoding = " utf...
More Posts Next page »