Browse by Tags

All Tags » Framework 4.0 (RSS)

Passing Objects between ASP.NET and Silverlight Controls.

This is Part –2 of my previous post “ Passing parameters between Silverlight and ASP.NET – Part 1 ” In my previous post I have showed how to pass parameters between Silverlight and ASP.NET using Query Strings, Init Parameters and HtmlPage.Document. These...

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...

Head First Design Patterns - Code Examples in C#

The only thing which bothered me while reading this book (Head First Design Pattern) was the code which was provided in Java. I was very happy to learn that this is no longer an issue because now you can download all the codes in you native C# Language...
Posted by bmdayal | with no comments

.NET Windows Development: Everyday Tips, Tricks & Optimization - Alberto Población

This is one of the best book I have came across so far, This book is so indulging that once you start reading this book you will want to finish all the chapters in one go, actually same thing happened to me too. This book covers Tips, Tricks and Optimization...

Deploying Windows Azure Application – VS2010 IDE

This is with reference to my previous post where I showed how to deploy ASP.NET Windows Azure application manually on the Windows Azure Server. In this post I am going to show you how to deploy Windows Azure application using Visual Studio 2010 IDE, this...

Create and Deploy Windows Azure Application.

Well we have lots of Blog post which gives us how to deploy our .NET apps on Azure, but I just tried to describe it in my way using more Images which will give much clear understanding(a picture speaks thousand words!!!). Ok, so to start with first you...

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...

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...

.NET Framework 4 Poster

First of all welcome guys to .NET 4.0. This a very cool poster that shows off the new stuff in .NET Framework 3.5 SP1 and .NET Framework 4. Here is the DeepZoom version ! (use your mouse wheel or click and control-click to zoom in and out) Download the...
Posted by bmdayal | with no comments
Filed under: