Archive for July, 2009

Autocomplete Extender Control in ASP.NET

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox. Extenders are server controls that allow to extend a set of ASP.NET server controls by adding client side functionality.

Read more...

3 comments - What do you think?
Posted by Senthil Kumar - July 30, 2009 at 5:39 pm

Categories: .NET, ASP.NET   Tags: , , , , , , ,

Windows Mobile Developer Contest

Do you have a cool idea for a Mobile Application? Here is a lifetime opportunity for you to showcase your development skills to the rest of the world and in the process, become a Millionaire. Pick any of the monthly themes and create a Windows Mobile Application which best showcases the versatility of the Windows Mobile platform. By doing it, you can help yourself win fabulous Cash Prizes, Phones, Certificates, Publicity

Read more...

Be the first to comment - What do you think?
Posted by Senthil Kumar - July 18, 2009 at 6:19 am

Categories: .NET, Compact Framework / Windows Mobile, Events   Tags: , , , , , , , , ,

GeekNight on “High Performance .Net Code”

About GeekNight Informal meetings for tech people to exchange ideas,code and learnings. Held periodically at ThoughtWorks’ offices in Bangalore, Pune and Chennai. Topic : Tips and Techniques for Writing High Performance .NET Code Abstract of the Talk

Read more...

Be the first to comment - What do you think?
Posted by Senthil Kumar - July 17, 2009 at 4:42 am

Categories: .NET, Events   Tags: , , ,

Retreive User’s IP Address in ASP.NET

There may be a requirement of getting the user's IP address using ASP.NET and C# or VB .NET when a user logs in to the webpage. This can be achieved easily with the .NET Framework. The IP Address can be retreived in the following ways.

Read more...

1 comment - What do you think?
Posted by Senthil Kumar - July 10, 2009 at 5:53 pm

Categories: .NET, ASP.NET, ASP.NET MVC   Tags: , , , , , , , , , ,

Yield keyword in C#

I got caught with this keyword recently.Very much unknown to me ,but when explored was able to know its real advantages. It is used to iterate through objects ,create a enumerator returned by a method. public static IEnumerable Test(int num) { for (int i = 0; i < num; i++) { yield return i; } yield break; }

Read more...

2 comments - What do you think?
Posted by Senthil Kumar - July 3, 2009 at 2:02 pm

Categories: .NET   Tags: , , , , , , , , , , , ,

© 2011-2012 Senthil Kumar's Blog This is my personal blog .The opinions expressed here represent my own and not those of my employer . All Rights Reserved -- Copyright notice by Blog Copyright