.NET - Raj Kaimal

Browse by Tags

All Tags » .NET (RSS)

The .NET Framework 3.5 Commonly Used Types and Namespaces poster

Paul Andrew has posted a link to the .NET framework 3.5 commonly Used Types and Namespaces poster - cool stuff! Download it here . Daniel Moth also has a good older post on the .NET 3.5 bits
Posted by rajbk | 1 comment(s)
Filed under: ,

.NET Framework Libraries Source Code - License - MS-RL

When I first read Scott's post , I missed the Microsoft Reference License (Ms-RL) which the .net Framework libraries is released under. The key thing to remember is this: "Reference use" means use of the software within your company as a reference, in...
Posted by rajbk | 1 comment(s)
Filed under: ,

.NET Framework Libraries Source Code

Scott just announced that his team will be releasing the souce code to the .NET base class libraries, ASP.net, Windows Forms and WPF! The big advantage to this is that when you are stepping through the code, you no longer see the horrible "[External Code...
Posted by rajbk | with no comments
Filed under: ,

Microsoft Silverlight

I am at MIX 2007 and writing a quick post inbetween classes. Very excited about what I have seen so far regarding Sliverlight. Some things I like: Manipulate the DOM using Silverlight. Write in C# - which is way better than Actionscript ;-) Create custom...
Posted by rajbk | with no comments
Filed under: ,

Page.IsValid and Validate

ASP.net ships with a couple of validator controls that allow you to determine whether the value of the input controls they are validating is valid. Here is a simple example of a TextBox control with a RequiredFieldValidator attached and a Button control...
Posted by rajbk | 7 comment(s)
Filed under: , ,

EditorBrowsable - EditorBrowsableState.Never shows up in Intellisense

I had a property in a WebControl marked as EditorBrowsableState.Never but it was still showing up in Intellisense. After googling for a long time, I found this post with a response by Linda Liu. Speaking for C#, the EditorBrowsableAttribute attribute...
Posted by rajbk | 1 comment(s)

GridView DropDownList Pager

A way to add a dropdownlist pager to the GridView....
Posted by rajbk | 38 comment(s)
Filed under: , , ,

Clickable GridView Headers

A method to make GridView sort column headers clickable....
Posted by rajbk | 13 comment(s)
Filed under: ,

Virtual Sever and Port Security

If you are running Virtual Server and your Virtual Machine is having trouble obtaining an IP Address from your DHCP server, it could be because you have port security turned on on your switch. AFAIK, when Virtual sever is directly connected to the host...
Posted by rajbk | with no comments
Filed under:

Health monitoring in asp.net 2.0 - logging events

I was about to use the Logging Application Block of the Enterprise Library 2.0 when I found out about the built in Health Monitoring feature in ASP.net 2.0. IMHO, the Logging block is great for an enterprise app but might be overkill for smaller apps...
Posted by rajbk | 1 comment(s)
Filed under:
More Posts Next page »