User Profile

Collapse

Profile Sidebar

Collapse
sangram2681
sangram2681
Last Activity: Mar 14 '12, 04:21 PM
Joined: Jul 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sangram2681
    started a topic Access Modifier of Derived Class Member

    Access Modifier of Derived Class Member

    Consider Code Sample Below of a simple console application.

    Code:
    namespace AccessiblityAndMemberClass
    {
        class Program
        {
            static void Main(string[] args)
            {
            }
        }
    
        class MyBaseClass
        {
             protected virtual string GetClassName()
            { 
              return "MyBaseClass";
            }
        }
        class
    ...
    See more | Go to post
    Last edited by Meetee; Mar 30 '12, 06:51 AM. Reason: code tags added

  • sangram2681
    started a topic Web-Crawler Feasibility Study

    Web-Crawler Feasibility Study

    Hi I am [E-MAIL REMOVED],In my company there is requirement to create web-crawler.Client wan to compare creation of web crawler in PHP or dot.net is feasible.Is any one gone with this task can give me some input on this comparison,
    See more | Go to post
No activity results to display
Show More
Working...