Register | Login
Saturday, May 17, 2008

Sections
  
About Us
  
Your Blog
You must be logged in and have permission to create or edit a blog.
Blog Roll
  
Hosting Provided by Server Intellect
 WWWCoder.com Weblogs
Host your weblog here at WWWCoder.com for free. Just sign up for membership and you'll see a link on the left which will allow you to create your own weblog. We do ask that all blogs have a technical theme and be in English.
    

Author: Venkatarama Uppugunduri Created: 8/28/2006
Currently breathing .NET

I want some more. IE team, I want some more.
By Venkatarama Uppugunduri on 11/2/2006
I know it is too early to request a new browser from Microsoft. It just released IE 7.0. I agree I am naive. I like the new browser from Microsoft. Cool. But I need more features to it. Microsoft don't take another 5 years to release the next version. I would like to see it to be released in a year or two, probably about the same time you release next version of Windows Server 2007(?). :-)
Comments (0) More...

Abstract Classes Vs. Interfaces
By Venkatarama Uppugunduri on 10/2/2006

Both can be used to define a bond between two objects, then why do we need one or the other, wouldn't one of them be sufficient. Here are my 2 cents. Interfaces are actually nothing but a contract that you are publishing to the external world, so whoever is agreeing to contract must see that their application agrees to that by implementing behavior defined in the contract, where as on the other hand if you something beyond say sharing the state as well as behavior then you need abstract classes.

Comments (0)

Error while trying to run the project...
By Venkatarama Uppugunduri on 9/30/2006
Error while trying to run the project: Unable to start debugging on the web server. The project is not configured to be debugged. Click on Help for more information. You may receive this error if you have both .NET 2.0 and .NET 1.1 environments and then you try to debug an ASP.NET 1.1 applicaiton in VS.NET 2003.
Comments (0) More...

Attributes vs. Properties
By Venkatarama Uppugunduri on 7/17/2006

Attributes vs. Properties

 

These are one of the confusing terms at least in programmer’s world. Often they get swapped.

 

Here is my opinion about them ...

Comments (0) More...

Marker Interfaces & Custom Attributes
By Venkatarama Uppugunduri on 7/17/2006

Marker Interfaces & Custom Attributes

 

Marker Interfaces are dummy interfaces having no methods. These can be used to verify an object type at runtime. They are nothing but contracts without any behavior.

Comments (0) More...

Things I don't like about dialog boxes.
By Venkatarama Uppugunduri on 4/10/2006

Dialog boxes on Windows forms will be hidden if you are actively in a different window and you will not be able to notice, especially Adobe Acrobat Reader and Visual Studio Team Foundation Client Network login credentials dialog box. for example you started Acrobat Reader and opened some other program while the first is still loading. Adobe decides to update itself and waits for your response. You would be noway notified about this pending request no where on Toolbar or system tray alerting you. Sometimes if you try to open a second adobe document without attending the first request, you are freezing your machine for good time. until you hit ok to the first one, good luck to find it out, because that dialog box is hidden under the main document and if you don't see it until you close the main document.

The issue with VSTS is simple, your logon dialog box is not notified but atlest it will be on top of the visual stu ...

Comments (0) More...

Creating a LINQ Enabled ASP.NET Web application template using C#.
By Venkatarama Uppugunduri on 3/19/2006
    1. Install Visual Studio 2005 RTM.
    2. Download and install "Visual Studio 2005 Web Application Projects" at http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/
    3. Install ...
Comments (2) More...

Creating template for LINQ enabled VB.NET/ASP.NET Project
By Venkatarama Uppugunduri on 3/17/2006

I found this thread interesting and kudos to Hector Cruz for. This thread shows how to create a LINQ enabled VB.NET Web Projects Template.

Here is the link: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=290434&SiteID=1

Comments (0)

LINQ with WWF (Windows Workflow Foundation).
By Venkatarama Uppugunduri on 3/16/2006

I am able to successfully test LINQ and WWF together.

All you have to do is use C#3.0 in other words compile using C#3.0 compiler.

Open your CSProj file and replace the following lines

 

Comments (0) More...

Another sample of LINQ using select query operator.
By Venkatarama Uppugunduri on 3/13/2006

I know the coding style is totally bad, I ignored it because of two reasons:

  • Lazy
  • Learning process should be quick.

========================== Begin Code ==========================

using System;

using System.Collections.Generic;

Comments (1) More...

Blog Archive
Syndication

 


 


Digg This
 


DotNetNuke Platinum Benefactor

  
 

 Terms Of Use | Privacy Statement
 Copyright 2006 - Santry Technology Solutions, Box 172, Girard, PA 16417, (814) 414-0252