Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
R

Rajesh Anuhya

@Rajesh Anuhya
About
Posts
270
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Which code you suggest?
    R Rajesh Anuhya

    Code1:

       Boolean DoSomething(string\[\] values)
        {
            foreach (string s in values)
                if (s == "ABC")
                    return true;
            return false;
        }
    

    Code2:

    Boolean DoSomething(string[] values)
    {
    bool retValue = false;
    foreach (string s in values)
    if (s == "ABC")
    retValue=true;
    return retValue;
    }

    in the above 2 codes which code you will suggest and why? waiting for your valuable comments. Thanks --RA

    my Tip/Tricks[^] |Contact me[^]

    The Weird and The Wonderful com question

  • Saw something strange...
    R Rajesh Anuhya

    Another one here. Here[^] **see the first Picture I am sorry i can't post direct url of that image, my network not allowed me to do that. Thanks --RA

    my Tip/Tricks[^] |Contact me[^]

    The Weird and The Wonderful

  • CodeProject Buddies-MeetUp in Hyderabad, India?
    R Rajesh Anuhya

    He is asking for Pune or Mumbai, Is there any one from Hyderabad or SouthIndia? --RA

    my Tip/Tricks[^] |Contact me[^]

    Get-Togethers com question

  • Hello? I guess
    R Rajesh Anuhya

    :laugh: +5

    my Tip/Tricks[^] |Contact me[^]

    The Weird and The Wonderful ruby question

  • Account
    R Rajesh Anuhya

    Agree!, but OP have two accounts and he wants to delete the extra one. and he don't want to quit the CP.

    my Tip/Tricks[^] |Contact me[^]

    Site Bugs / Suggestions question

  • Account
    R Rajesh Anuhya

    I think you have to raise a request(here) to admin with details of account to be delete. they will delete it. --RA

    my Tip/Tricks[^] |Contact me[^]

    Site Bugs / Suggestions question

  • Wrong Redirecting
    R Rajesh Anuhya

    My Artile is wrongly redirecting to some other article in "Reputaion Hisroty" Page 27 May 2013 3:22am 1 Author Source code or demo file downloaded Related File manage_dialup.zip Check the above record for sample it's redirecting to this artilce Download Manager for Application Updates[^] But this should be Managing Dialup connection[^] This. Pelase look into the Issue. Thanks --RA

    my Tip/Tricks[^] |Contact me[^]

    Site Bugs / Suggestions com help question

  • Chris, help me please! - How do I switch back?
    R Rajesh Anuhya

    :thumbsup:

    my Tip/Tricks[^] |Contact me[^]

    The Lounge question com help

  • Chris, help me please! - How do I switch back?
    R Rajesh Anuhya

    Suggestion and Bugs in the Help menu. --RA

    my Tip/Tricks[^] |Contact me[^]

    The Lounge question com help

  • Receipt Paper Roll Size
    R Rajesh Anuhya

    That is not depends on the number of characters, that is depends on the Papersize(width). --RA

    my Tip/Tricks[^] |Contact me[^]

    C# com question announcement

  • Editing Group Policies Using C#
    R Rajesh Anuhya

    See this Link http://msdn.microsoft.com/en-us/library/windows/desktop/aa374177(v=vs.85).aspx[^] Thanks --RA

    my Tip/Tricks[^] |Contact me[^]

    C# csharp wpf security help workspace

  • Mark as Solved in Q&A
    R Rajesh Anuhya

    Quote:

    some do not just have the care to do it after they have solved their issue

    If that is the case, how you are expecting them to mark as solved. If they really want to do that better to post the solution so that others can get help from the thread. Thanks --RA

    my Tip/Tricks[^] |Contact me[^]

    Site Bugs / Suggestions

  • Mark as Solved in Q&A
    R Rajesh Anuhya

    I think that is already there in another way, Actually OP can answer his won question and himself can accept it. If the OP got solution for his own problem, that is better to post the solution as answer and accept it. It is useful for other who are facing the same problem. Thanks --RA

    my Tip/Tricks[^] |Contact me[^]

    Site Bugs / Suggestions

  • Buggiest Program I've Seen in a While
    R Rajesh Anuhya

    Thanks,I am looking for same, i downloaded Droid version in my mobile. --RA

    my Tip/Tricks[^] |Contact me[^]

    The Lounge csharp php com

  • C# CODE FOR DYNAMIC PHOTO GALLERY
    R Rajesh Anuhya

    Please don't Shout.

    my Tip/Tricks[^] | "Rajesh-Puli" now "Rajesh-Anuhya" |Contact me[^]

    C# csharp

  • Image Posting in Tip/Trick
    R Rajesh Anuhya

    Thanks :thumbsup: , Waiting...

    my Tip/Tricks[^] | "Rajesh-Puli" now "Rajesh-Anuhya" |Contact me[^]

    Site Bugs / Suggestions com question

  • Image Posting in Tip/Trick
    R Rajesh Anuhya

    Hi, Can I post a small image in my New Tip/Trick ??? Thanks --RA

    my Tip/Tricks[^] | "Rajesh-Puli" now "Rajesh-Anuhya"

    Site Bugs / Suggestions com question

  • Code Optimize
    R Rajesh Anuhya

    Quote:

    And I really hope you were intentionally making a point about spurious material with all those emoticons and extraneous formatting, because it makes your post much harder to read.

    punch :thumbsup: +5

    my Tip/Tricks[^] | "Rajesh-Puli" now "Rajesh-Anuhya"

    The Weird and The Wonderful com code-review

  • Code Optimize
    R Rajesh Anuhya

    Good, every one saying about the readability and Debugging, However this is a Small code, which is called by many classes. my point is why should i declare a extra variable "resultflag", where this method called 5000+ times in every 10 seconds.

    my Tip/Tricks[^] | "Rajesh-Puli" now "Rajesh-Anuhya"

    The Weird and The Wonderful com code-review

  • Code Optimize
    R Rajesh Anuhya

    Today I found this code, from DAL class

    public Boolean Execute_NoN_Query(string Sqlstring)
    {
    int ResultFlag = 0;
    ResultFlag = MSSqlHelper.SqlHelper.ExecuteNonQuery(SqlServerConnection.Cn, CommandType.Text, Sqlstring);

              if  (ResultFlag != 0)
                  return true;
              else
                  return false;
      }
    

    My Code is ....

    public Boolean Execute_NoN_Query(string Sqlstring)
    {
    return (0 != MSSqlHelper.SqlHelper.ExecuteNonQuery(SqlServerConnection.Cn, CommandType.Text, Sqlstring));
    }

    my Tip/Tricks[^] | "Rajesh-Puli" now "Rajesh-Anuhya"

    The Weird and The Wonderful com code-review
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups