User Profile

Collapse

Profile Sidebar

Collapse
anuanusha29
anuanusha29
Last Activity: Jun 4 '07, 08:33 PM
Joined: Apr 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks Guys....that was a lot of help. I'll further dig into it!
    Thanks again!
    See more | Go to post

    Leave a comment:


  • Agreed!!!!
    But at this point of time, my job demands me to understand what is already written and reproduce the same functionality with additional logic and security, for which I cant keep learning the whole episode..but will have to quickly touchbase what that piece of code is doing and proceed with what is expected out of me.
    And if am not wrong, this is how any developer would learn what he has not studied...throu gh experience....
    See more | Go to post

    Leave a comment:


  • anuanusha29
    started a topic Help me understand this block of code!!!
    in .NET

    Help me understand this block of code!!!

    Hi,
    I have pasted the code below.
    This sub is getting a temp file name......can someone please explain me this code from the #If DEBUG_IO line.
    Any help will be appreciated!!!



    private static string getTempFileName (string Type, string Server, string Time, string InputFile)
    {
    string tempPath = null;
    #if DEBUG_IO
    tempPath = debugoutput;...
    See more | Go to post

  • anuanusha29
    replied to C# Casting syntax
    in .NET
    Thanks...that helped!

    Thanks Again...
    Anu
    See more | Go to post

    Leave a comment:


  • anuanusha29
    replied to C# Casting syntax
    in .NET
    The code that I posted intially was written by someone else and it is working as it is written without any compilation errors. I am not familiar with that code in C# and am confused as to what is it..... I dont see it as a type cast or anything that I know.
    Any ideaas what it is doing?
    See more | Go to post

    Leave a comment:


  • anuanusha29
    started a topic C# Casting syntax
    in .NET

    C# Casting syntax

    Below code represents a subprocedure doing some asynch request.
    Can someone tell me what this first line is all about.


    RequestItem ri = requestItem as RequestItem;
    Is it casting requestItem of type object as a RequestItem object???

    Code:
    private void DoAsyncRequest(Object requestItem)
            {
               RequestItem ri = requestItem as RequestItem
                if (ri !=
    ...
    See more | Go to post

  • But then, Task is supposed to be an element with those attaributes(Nam e, prime, description) and child nodes Server, occurance unbounded....
    See more | Go to post

    Leave a comment:


  • anuanusha29
    started a topic Error loading an XML file into XMLDocument
    in .NET

    Error loading an XML file into XMLDocument

    Hi, I have pasted the xml file below. When I try to load this xmlfile into an instance of xml document, it gives "Root element missing ".
    I tried to check the well formedness and xpath queries in xmlspy and things looked fine to me.
    <?xml version="1.0" encoding="utf-8" ?>
    <Tasks>
    <Task Name="My Task" Prime="2" Description="So me name">
    ...
    See more | Go to post

  • anuanusha29
    replied to Validating flat files
    in .NET
    Thank you for all the help.
    The requirement is :
    1.Convert flat file to xml(Need help with this part. Would I come up with a custom xmltextreader to convert falt file into xml or is there any other efficient way)
    2.Validate xml against an xsd( I beleive I can accomplish this using xmlvalidating reader).
    3.When invalid data is found, open up the flat file in an editor and take the user to that line/position where data...
    See more | Go to post

    Leave a comment:


  • anuanusha29
    started a topic Validating flat files
    in .NET

    Validating flat files

    Hi,
    I am kinda new to programming and am in the process of implementing an application which is expected to parse/read data from flat files and display errors to the user about missing/invalid data. It would be required that the application opens the file in any editor(ultra edit) and take the user to that point of the file, which needs correction.

    My approach towards getting started with this is
    1. come up with...
    See more | Go to post
No activity results to display
Show More
Working...