Browse by Tags

Related Posts

  • C# vs Ruby vs PHP vs Perl vs Java

    A few days ago I posted a comparison of C# vs Ruby. So I thought what about adding some more populair programming languages to the graph. And what to we see below: c# 2.05 ruby 1.00 php 3.65 perl 0.75 java 7.65 The other languages (php, perl, java) has the same drops during the weekends as C#. Ruby on...
    Posted to Erwin's Blog (Weblog) by erwin21 on 09-20-2008, 12:00 AM
    Filed under: C#, PHP, Java, Perl, Ruby
  • Hibernate error: "could not execute native bulk manipulation query"

    I was getting this error: exception: org.hibernate.exception.SQLGrammarException: could not execute native bulk manipulation query After looking in more than 25 google results I couldn't find any clue about what could be happening. But somehow I got illuminated and found what was happening. That's why...
    Posted to Matias Paterlini (Weblog) by paterlinimatias on 09-03-2008, 12:00 AM
    Filed under: SQL Server, createquery, java, bulk, hibernate
  • LinkList 13072008 :: Ganymede, Thrift vs Protocol Buffers and Port based Async Messaging

    Things i like in Ganymede http://sureshkrishna.wordpress.com/2008/07/11/things-i-like-in-ganymede/ Ganymede is the 3.4 release of the Eclipse project. Releasing 23 simultaneous projects itself it a really huge achievement. Thrift vs. Protocol Buffers http://stuartsierra.com/2008/07/10/thrift-vs-protocol...
    Posted to Nauman Leghari's Blog (Weblog) by laghari78 on 07-13-2008, 12:00 AM
    Filed under: General Software Development, LinkList, Java
  • Sprint Instinct Tips and Tricks

    In a previous post I discussed some of the pros and cons of the new Sprint Instinct phone that I recently purchased. I’ve had the phone for a few weeks now and still like it a lot overall. It’s not nearly as flexible as the PPC-6700 phone I had previously when it comes to installing software (a lot of...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 07-10-2008, 12:00 AM
    Filed under: .NET, Phone, Java, Instinct
  • Pros and Cons of the Sprint Instinct Phone

    There’s been a lot of hype over Apple’s new iPhone 3G coming out on July 11th as well as Sprint’s recently released Instinct phone. I was originally going to switch over to AT&T and get the iPhone but it meant switching my wife over as well since we need to be able to call each other without using...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 06-26-2008, 12:00 AM
    Filed under: .NET, Phone, Java, Instinct
  • Integer overflow & underflow revisited

    Following java program will compare customer balance with minimum balance. If customer balance is higher than minimum balance then customer will get a special discounts. //Integer overflow & underflow example int min_balance = 25000; int cust_balance = (25000 * 25000 * 20); cust_balance = (-25000...
    Posted to Ravikanth's Blog (Weblog) by dvravikanth on 03-10-2008, 12:00 AM
    Filed under: Application Security, java
  • Most essential security skills for java developers

    The following are some of the essential security skills that Java programmers need Input handling. To protect their code against cross-site scripting, SQL injection and similar attacks, Java programmers must be able to write programs that read input from interfaces and properly validate and process these...
    Posted to Ravikanth's Blog (Weblog) by dvravikanth on 11-19-2007, 12:00 AM
    Filed under: Security, Application Security, java
  • Read source code to be a better developer

    I want to give it a try. My idea is to take a look at one or two projects every week and post some conclusions of what I could learn of them. Here you have for example the latest Scott Hanselman's post showing his weekly results. So if you have in mind a really cool source code stuff, please feel free...
    Posted to Adrian Alonso (Weblog) by adalon on 09-26-2007, 12:00 AM
    Filed under: .NET, Personal, Java
  • Legacy code integration using Windows Communication Foundation (WCF) and Java Axis in a Service Oriented Architecture

    What are the options when you need to integrate Windows legacy code in a heterogeneous Service Oriented Architecture (SOA)? The proposed problem was to expose a set of Windows C++ DLLs to a global SOA platform written in Java. Those DLLs would be then exposed as backend computation services. One of the...
    Posted to Laurent Kempé (Weblog) by lkempe on 06-21-2007, 12:00 AM
    Filed under: Web Services, WCF, Interoperability, Java, Axis, .NET Framework 3.0, SOA, SOAP
  • ASP.NET webcasts for Java (well servlets, JSP, Struts, JSF, et al.) developers

    All February long, Microsoft and Dr. Dobb's have been webcasting about ASP.NET with content especially cooked for Java developers . I've been invited to do a couple of those webcasts, and they'll be aired on Monday and Tuesday at 1:00 PM PST. A few moments ago, I found out that in this other...
    Posted to .NET at 9.400 ft above sea level (Weblog) by Edgar Sánchez on 02-23-2007, 12:00 AM
    Filed under: ASP.NET, Java
Page 1 of 8 (80 items) 1 2 3 4 5 Next > ... Last »
Microsoft Communities