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
C

Chaim Nussbaum

@Chaim Nussbaum
About
Posts
20
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • .NET ObjectSpaces
    C Chaim Nussbaum

    Has anyone heard of this technology? Can someone tell me if it is available for download. - Thanks Chaim Nussbaum MCSD, Oracle DBA

    The Lounge csharp oracle question

  • Check out this link
    C Chaim Nussbaum

    .NET WinForms library http://www.dotnetmagic.com/

    The Lounge csharp winforms com

  • Whois utility
    C Chaim Nussbaum

    I ran whois (http://www.opensrs.org) on yahoo.com and got the following? Server Name: YAHOO.COM.REALLY.NEEDS.TO.GET.A.CLUE.AT.JIMPHILLIPS.ORG IP Address: 24.240.57.101 Registrar: TUCOWS, INC. Whois Server: whois.opensrs.net Referral URL: http://www.opensrs.org Server Name: YAHOO.COM.IS.TRYING.TO.STEAL.YAHOO.VU.HOW.ACIDULOUS.COM IP Address: 208.242.122.52 Registrar: TUCOWS, INC. Whois Server: whois.opensrs.net Referral URL: http://www.opensrs.org Server Name: YAHOO.COM.IS.NOT.CANADIAN.ORG IP Address: 216.99.144.116 Registrar: TUCOWS, INC. Whois Server: whois.opensrs.net Referral URL: http://www.opensrs.org Server Name: YAHOO.COM.BR Registrar: ENOM, INC. Whois Server: whois.enom.com Referral URL: http://www.enom.com Server Name: YAHOO.COM.AINT.NOTHIN.COMPARED.TO.SAFESEARCH.COM IP Address: 66.51.126.66 Registrar: TUCOWS, INC. Whois Server: whois.opensrs.net Referral URL: http://www.opensrs.org Domain Name: YAHOO.COM Registrar: NETWORK SOLUTIONS, INC. Whois Server: whois.networksolutions.com Referral URL: http://www.networksolutions.com Name Server: NS3.EUROPE.YAHOO.COM Name Server: NS5.DCX.YAHOO.COM Name Server: NS4.DAL.YAHOO.COM Name Server: NS2.SAN.YAHOO.COM Name Server: NS1.SNV.YAHOO.COM Updated Date: 05-nov-2001 Same thing with Microsoft.com! what's going on?

    The Lounge sysadmin csharp com tools question

  • Oracle: J2EE vs .NET
    C Chaim Nussbaum

    Than why do Java developers always talk about OS independance. This feature is almost worthless in a server enviroment.

    The Lounge java csharp c++ html oracle

  • Oracle: J2EE vs .NET
    C Chaim Nussbaum

    I listened to the show at http://www.oracle.com/ebusinessnetwork/archive/radio\_oracle.html This is the review I wrote: Choosing J2EE vs. .NET is not about features or technology. It is a choice between vendors. SUN believes that an OS agnostic language will solve all the standards problems in the tech industry. Yes - they have solved the portability issues that plagued the C/C++ programming languages, yet JAVA brings little innovation and itself is borrowed from C/C++/Smalltalk. Simply building a new class library for C++ would have served the same purpose. On the other hand, Microsoft believes that being OS independent provides no value to the developer or customer. They believe that the customer should choose an OS for its features. Using a language like JAVA to program Windows means losing out on many of the features of the OS. In reality JAVA is a standard OS API supported by every OS thru a JVM. Using a JVM renders the OS meaningless; JAVA standards are based on features that are present in every OS, not just one single OS, so why do we have operating systems in the first place? Don’t let SUN fool you. JAVA will not change anything. If JAVA succeeds in becoming the language of choice for most programmers, SUN will effectively become the next Microsoft. SUN = WANNABE(Microsoft)

    The Lounge java csharp c++ html oracle

  • C# and Linux
    C Chaim Nussbaum

    I guess I was asleep... ;)

    The Lounge csharp com linux

  • C# and Linux
    C Chaim Nussbaum

    C# is being ported to Linux, check out this link: http://www.go-mono.com

    The Lounge csharp com linux

  • Terminal Server for WIN CE
    C Chaim Nussbaum

    Hi CodeProject, Does anyone know if there is a Windows CE client for Terminal Server? Thanks

    The Lounge sysadmin question

  • For what it's worth...
    C Chaim Nussbaum

    Israel is just a scapegoat for these terrorists. It makes no sense that a peice of land 0.001% the size of all the Arab states is a cause of such problems. Palestinians are in no way innocent victims. They have commited countless acts of terror. They train their own children to use weapons and kill. They beleive that killing other people will get them a free pass to heaven. That is terrorism!

    The Lounge question

  • Wanna chat with a robot?
    C Chaim Nussbaum

    I think you'll enjoy this one: http://alicebot.org/alicechat.html This chatbot is quite good at making conversations, unlike other bots, A.L.I.C.E. is not a knowledge base, it was built to converse like humans do. Sometimes it purposely make mistakes, just to seem human. This technology has been adopted to work with ICQ and other chat systems. So when you chat on the web, you may very well be chatting with chatbot!

    The Lounge html question lounge

  • Debug my code
    C Chaim Nussbaum

    Hi CodeProject, I have created a form with a datagrid, my requirement is that when the user clicks "F5" I want to update a certain column with the current time. I defined a DataGridTableStyle and a DataGridTextBoxColumn object. I attached an event handler to the DataGridTextBoxColumn.TextBox.KeyUp property. So now when I hit "F5" the column is updated, but alas, as soon as I navigate to a different line, the row disappears! Am I doing something wrong, or is this a bug? Maybe someone has an different way of doing this? Anyways, this is my code for the KeyUp event: private void dataGridColumn1_TextBox_KeyUp(object sender, KeyEventArgs kea) { if (kea.KeyCode == Keys.F5) { DataRowView drv = (DataRowView)dataGrid1.BindingContext [dataGrid1.DataSource].Current; drv["Col1"] = DateTime.Now.ToLongTimeString(); } } Thanks

    C# debugging help question announcement

  • Sun Report: J2EE or .NET?
    C Chaim Nussbaum

    Check out this link: http://java.sun.com/features/2001/08/j2eewrap.html

    The Lounge csharp java html com question

  • Have you seen this website?
    C Chaim Nussbaum

    Check out www.xmethods.com Has some nice web services. Though I admit that some of the services they provide are not useful to most apps, I can see how an "area code lookup" or "fedex package tracker" can be a useful feature for some apps.

    The Lounge wcf com question

  • Is Microsoft abandoning generics?
    C Chaim Nussbaum

    I'm still happy to hear that Microsoft has listened to developers and is contemplating supporting generics in a future release :-D Regardless if .NET and C# support generics or MI or not, I beleive that .NET represents a signifigant step forward. I have been programming apps in C# for a year now and I have been amazed at the little effort it takes to build a solid application with .NET. Let's focus on the bottom line here: Will .NET make it easier for developers to create great applications? The answer in my opinion is yes.;)

    The Lounge c++ csharp java dotnet oop

  • Is Microsoft abandoning generics?
    C Chaim Nussbaum

    It seemed there was a time when Microsoft was moving toward template programming. Technologies like WTL, ATL and STL were great alternatives to MFC and other libraries. But now with the advent of .NET, these options are gone. Even MI (Multiple Inheritance) is not supported by the CLR. Generics might just be the competitive advantage Microsoft needs to step over Java.

    The Lounge c++ csharp java dotnet oop

  • How do I use DataGridColumnStyle
    C Chaim Nussbaum

    .NET provides a DataGrid object that can be used to format data for WinForm applications. Unfourtunately it only supports 2 column type: TextBox and CheckBox. I'd like to include the ComboBox, Button and Image controls. All I need to do is create a new class that inherits from DataGridColumnStyle. But this is not documented and seems to be a bit complicated. Does anyone have experience with this sort of requirement?

    .NET (Core and Framework) question csharp

  • Studying for Nothing...
    C Chaim Nussbaum

    James, I just completed my MCSD on Friday. My suggestion to you would be to check out the Transcender prep exams (http://www.transcender.com). I purchased 3 exams from them, and each one was extremely helpful. I studied for my last exam Analyzing Requirements (070-100), without any books, and passed nicely using the Transcender exam only. I found that not only did the Transcender exams have the same feel as MS's exams, but the question were 3-5 times harder. Thank God for Transcender! ;P Chaim Nussbaum, MCSD Chaim.Nussbaum@Marconi.com

    The Lounge c++ database sql-server sysadmin question

  • Prolog and Lisp in .NET?
    C Chaim Nussbaum

    The .NET framework comes with sample implementation of a LISP compiler. If you have .NET istalled, it is zipped in c:\program files\microsoft.net\frameworksdk\tool developer guide\samples\samples.exe just extract it, and you will find a folder called \clisp Chaim J Nussbaum, MCP

    The Lounge c++ csharp delphi tutorial question

  • .NET and executables
    C Chaim Nussbaum

    There will be a runtime (CLR), and it will be compatible with any Win32 platform. A coleague of mine told me he had it running on Win98.

    The Lounge csharp question

  • What did you use for MCSD Analyzing Requirements exam (70-100)?
    C Chaim Nussbaum

    I am about to take the 70-100 exam (Analyzing Requirements), but all the books on this topic have gotten very bad reviews. Can someone who's taken the exam suggest what written material I should read? I appreciate it :) Chaim Nussbaum, MCP QA Programmer Marconi Commerce Systems

    The Lounge mcp business beta-testing 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