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
G

GChannon

@GChannon
About
Posts
14
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Automatic Properties
    G GChannon

    The Microsoft Coding Guidelines says you should use fields internally within a class. I could be wrong?!?!?

    C# question

  • Automatic Properties
    G GChannon

    Hi, If you use an automatic property and want to reference it within the same class I assume you would specify the property but if you had another property within the same class that required validation you would reference the field. Don't you think this is messy code? <code> private string _firstName; public string FirstName { get { return _firstName; } set { _firstName = value; } } public string LastName { get; set; } public void Foo() { string test = _firstName + LastName; } </code>

    C# question

  • Automatic Properties
    G GChannon

    Please forgive me! I apologies for innocently posting a programming related question in the wrong forum on a programming website. :(( :(( :(( :(( :(( :(( :((

    C# question

  • Automatic Properties
    G GChannon

    Hi, If you use an automatic property and want to reference it within the same class I assume you would specify the property but if you had another property within the same class that required validation you would reference the field. Don't you think this is messy code? private string _firstName; public string FirstName { get { return _firstName; } set { _firstName = value; } } public string LastName { get; set; } public void Foo() { string test = _firstName + LastName; }

    modified on Thursday, March 6, 2008 5:29 AM

    C# question

  • C# Vancancies [modified]
    G GChannon

    Hi, Thanks for your reply! I will take a look at JobServe. Is your friend only interested in contract?

    The Lounge csharp question

  • C# Vancancies [modified]
    G GChannon

    Hi, We are currently recruiting full-time permanent developers. Does anyone know the best place to post C# vacancies for London? No agencies please. Glenn Channon

    The Lounge csharp question

  • VS 2008 General Release
    G GChannon

    Hi, Does anyone know when Visual Studio 2008 is avaliable for general release i.e not MSDN account? Thanks

    The Lounge visual-studio csharp question announcement lounge

  • XLINQ
    G GChannon

    Hi, Recive the following XML message as a response to a request, I need to check if the element <SessionID></SessionID> exists for some reason the following code doesn't work, could it be something todo with the namespace? XElement xElement = <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> env:Body <dis:LoginResponse xmlns:dis="http://www.sap.com/SBO/DIS"> <SessionID>9E711364-938D-58CB-9A8F-75AC3A0E955C</SessionID> </dis:LoginResponse> </env:Body> </env:Envelope> This doesn't find the SessionID element xElement.Elements("SessionID") Any ideas?

    The Lounge xml wcf com question

  • .NET Framework 3 (WCF) Service with .NET Framework 1.1 / 2 Client
    G GChannon

    I made it clear that I'm using netTCP, it's my understanding that it's not possible to build a non-WCF client for protocol but I'm wondering if anyone knows a way around it.

    C# csharp dotnet wcf sysadmin question

  • .NET Framework 3 (WCF) Service with .NET Framework 1.1 / 2 Client
    G GChannon

    Hi, We are thinking about starting a new project but are worried about the take-up of .NET Framework 3 within businesses. Is is it possible to have a WCF server application connecting to a client over Binary NetTcp to talk to a .NET Framework 1.1 / 2 client? Thanks

    C# csharp dotnet wcf sysadmin question

  • WCF Services
    G GChannon

    Hi, Hopefully some smart WCF guru can help me! I'm look to design an application that clients login and then our system sends them some data throughout the day. Currenlty I have the following layout Broadcast News ----------> Service <--------------> Clients The problem is the broadcast engine needs to publish news to the service that in turn broadcasts to the clients but I don't want the client being able to enter news on the service. I'm currently using the Duplex communication pattern. Thanks

    The Lounge help csharp wcf design regex

  • MDX + Trasnsactional Level
    G GChannon

    Hi, I would like to create a query that display the data on a transactional level with the related dimension on each row. I can acheive this using the DRILLTROUGH but it doesn't seem right as this is a top-level query and not a drill-trough. My query is DRILLTHROUGH MAXROWS 100 Select ([Measures].[ID]) on 0 From [NBOS] RETURN [Fact Trade].[ID] AS LiveTradeID,[Fact Trade].[Volume], [Fact Trade].[Total Volume],[Fact Trade].[Price], [Fact Trade].[Commission],[Fact Trade].[Commission2], [Fact Trade].[Trade Count],[$Company].[Company],[$Counterparty].[Company], [$Instrument].[Instrument Name], [$Sequence Item].[Sequence Item],[$Date Time].[Full Date Alternate Key] I looking for something similar to this SQL SELECT * FROM FactTrade INNER JOIN Instrument ON Instrument.InstrumentID = FactTrade.InstrumentID Does anyone know the best practice to do this. THANKS SO MUCH IN ADVANCE

    Database database discussion

  • High Performance Distributed Application
    G GChannon

    Hi, Currently looking to develop a real-time application that receive market data feeds from a series of sources. The market data would be updated on a regular basis to over 100 connected clients. I have a few question and would appreciate everyones advice. 1. Is WCF over TCP as quick as .NET remoting? 2. Is WCF capable of dealing with large number of prices to over 100 clients. Lastly, does anyone know any good C# books on TCP programming with WCF? Thanks in advance :cool:

    C# csharp question wcf performance

  • VS.NET Bugs
    G GChannon

    I was wondering if anyone else has been having little problems with VS.Net 2003? Bug 1: When Im making changes to a web form class file intellisense some time stop working, it seems very inconsistent. Bug 2: When Im using WYSIWYG to edit an ASP.NET page, I get locked in a box area on UI and the box drags the tables thus entering height and width properties in the HTML code. Thanks :rolleyes:

    Visual Studio visual-studio csharp html asp-net design
  • Login

  • Don't have an account? Register

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