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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

srivatsan24

@srivatsan24
About
Posts
13
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Object Type Casting problem
    S srivatsan24

    Hey i am doing as you are telling only. There are no multiple copies of the class. It is there in the common project(separate class library). But when you use the class by adding reference to the services then the wsdl of each and every service since it is in a different namespace will consider the same class as two different class files. Srivatsan

    C# sales help question

  • Object Type Casting problem
    S srivatsan24

    The Customer Object is in a separate class library project only. I have referenced it in both the services. Now my win application is consuming both the service. Now i am getting the Customer object as an output of Service1 that has a datatype of Service1.Customer and when i try to pass it as an input to one of the methods in Service two that expects Service2.Customer, I am not able to do it. The contents of the object Customer are the same. Now what to do? Srivatsan -- modified at 7:00 Monday 9th April, 2007

    C# sales help question

  • Object Type Casting problem
    S srivatsan24

    I have a class, let us say Customer which has a set of properties. I am using this class that is in a common dll in two different services (say Service1,Service2). Now i have a windows application (say WinApplication1)where i am adding reference to both the Services. So i have access to the Customer object in two differenct ways. 1) WinApplication1.Service1.Customer 2) WinApplication1.Service2.Customer In my application i want to get a customer object from this service and pass it into the other service as an input. But i am getting casting problem. It says "Cannot implicitly convert type WinApplication1.Service1.Customer to WinApplication1.Service2.Customer" Please let me know if there is a easy way to do this conversion? Srivatsan

    C# sales help question

  • How to convert XML Datatype in SQL to C#
    S srivatsan24

    I want to create a XML document in the filesystem out of the XML that is coming from the table column. The column is of type Xml. So how will i do it. I understand that we can use the ADO classes when oing an updation into the column. How to get it into the code from the database table column? Srivatsan

    C# csharp database xml tutorial question

  • How to convert XML Datatype in SQL to C#
    S srivatsan24

    Hi, How will i convert a XML datatype in SQL to a C# datatype. Can we use XMLDocument datatype in C#? If yes how can it be used? Thanks in advance Srivatsan

    C# csharp database xml tutorial question

  • IE not showing popups
    S srivatsan24

    Do you have any Yahoo toolbar. It comes with a popup blocker. There may be any other toolbar that might be having a popup blocker. Check that and disable it.

    C# help

  • Biztalk Rule Engine- Using complex rules
    S srivatsan24

    Hey it is a Java utility. I want something in .NET. I want to use a C# class to define the Rule just like the Biztalk Rule Composer. Is it not possible to do the operation that i want in Biztalk Rule Composer itself??

    C# csharp sales question

  • Biztalk Rule Engine- Using complex rules
    S srivatsan24

    Hi i want to create a complex rule. I have a C# class which has a list of other objects class Customer { CustomerAttributes :List Customer Name:string } class CustomerAttributes { attribType :string attribute: Dictionary } attributetype can be department which may have more than one department and each department has a name. In the Rule Engine i want a rule like this if(department is(TV or fidge) do something. Can i write a complex rule like this? Srivatsan

    C# csharp sales question

  • Idea for ASP.NET/AJAX final year project
    S srivatsan24

    Hey thanks buddy. That sounds a great thing. Actually this idea is for my cousin who is doing his Masters in Computers. I am IT professional(.NET), but i will also try to come up with something that will break all this reply to all. But i think there already is something, I will investigate further and post again. Srivatsan

    ASP.NET csharp asp-net help

  • Idea for ASP.NET/AJAX final year project
    S srivatsan24

    Hi, Can anyone give ideas on projects that can be done for final year. I do not want the project itself. I just want ideas. It must be some new idea on which i will build my own creativity and try things. The project preferably must use AJAX features so that i can learn the edge of technologies while i am doing the project. Please do help. Any website references will also help. Srivatsan

    ASP.NET csharp asp-net help

  • Converting Array int[] to List
    S srivatsan24

    Hey thanks for the idea. The code which works is as below int[] items = { 5, 10, 15 }; List<int> list = new List<int>(items); Srivatsan

    C# data-structures tutorial question

  • Converting Array int[] to List
    S srivatsan24

    Hey thanks for the reply. I will try it out. I am already home. Thanks. I will get reply back as soon as i try it out.

    C# data-structures tutorial question

  • Converting Array int[] to List
    S srivatsan24

    Can anyone tell me how to covert an array int[] into List I do not want to use a for loop to traverse through the array and add the elements to the list. Is there something like toArray which converts list to array? Srivatsan

    C# data-structures tutorial question
  • Login

  • Don't have an account? Register

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