Hatimr

Stories kicked by friends of Hatimr

Serialization/Deserialization (programming360.blogspot.com)

submitted by syedtayyabalisyedtayyabali(135) 11 months, 21 days ago

Serialization is the process of converting object into linear sequence of byte, while deserialization is constructing object from that serialized linear sequence of byte. read more...

add a comment |category: |Views: 3

tags: another

Testing Apps For SmartPhones and Mobile Devices (Without Buying Out th(www.softwarequalityconnection.com)

submitted by estherschindlerestherschindler(550) 1 year, 2 months ago

Testing desktop apps is comparatively straightforward, but there can be dozens of machines for a given mobile OS, each one slightly different in display, controls and usability. Fortunately, there are resources that let you test more easily and affordably. read more...

add a comment |category: |Views: 19

tags: another

Safest Career Choices for Developers (www.softwarequalityconnection.com)

submitted by estherschindlerestherschindler(550) 1 year, 3 months ago

Don't want your job to go away? Mobile development’s the way to move. And developers expending their brain juice on Java and Objective C are going to enjoy steady paychecks for a good, long time. Not that .NET hurts, either. read more...

add a comment |category: |Views: 79

tags: another

Who’s who of bad password practices – banks, airlines and more(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 1 year, 4 months ago

Ah, passwords. Love ‘em or hate ‘em, they’re a necessary evil of the digital age. The reality is we all end up with an alphabet soup of passwords spread over dozens of various sites and services across the internet. Whilst we might not always practice it, we all know the theory of creating a good password; uniqueness, randomness and length. The more of each, the better. But what happens when the website won’t allow you to create a secure password? Or at least when they severely constrain your ability to create long, random, unique passwords? And what about when they don’t allow you to send it between your computer and their server securely? Even worse, what happens when our most “secure” institutions implement lazy password policies? Unfortunately, all of this is pretty rampant practice. read more...

add a comment |category: |Views: 11

tags: another

An Interview with C++ Creator Bjarne Stroustrup (www.codeguru.com)

submitted by estherschindlerestherschindler(550) 1 year, 4 months ago

With the new C++0x standardization process about to have the final technical vote Danny Kalev sits down with C++ creator Bjarne Stroustrup to talk about C++0x, new features, and future plans. read more...

add a comment |category: |Views: 5

tags: another

Create Custom Speech Bubbles in Silverlight.(michaelcrump.net)

submitted by mbcrumpmbcrump(1034) 1 year, 4 months ago

I had a reader email me the following question: “How do you create Speech Bubbles in Silverlight/WPF without adding any extra .dlls? Right off the bat, I know at least two ways to create the speech bubbles that look just like the ones in comic books. Using the Callout Shapes included with Blend 4. Using the free 3rd party control named FreeBubbles (I used this before Blend 4). Unfortunately, we cannot use either of these as they will both add extra .dll’s to the project. read more...

add a comment |category: |Views: 48

tags: another

The Windows 7 API Code Pack: Using the Task Bar Classes(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 1 year, 11 months ago

Want your new Windows 7 applications to take advantage of the new operating system? Here’s how to add functionality to the Windows 7 Task Bar, using the Windows 7 API Code Pack, .NET, and very little effort. read more...

add a comment |category: |Views: 11

tags: another

A PowerShell 2.0 Introduction for System Administrators(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years ago

No longer an optional extra, but a built-in part of Windows 7, PowerShell 2 enables administrators to manage the computers in the enterprise from both the command line and from scripts. Here's an introduction that may be appreciated by the admins in your company even more than other developers. read more...

add a comment |category: |Views: 12

tags: another

SQL SERVER – Find Most Expensive Queries Using DMV(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

The title of this post is what I can express here for this quick blog post. I was asked in recent query tuning consultation project, if I can share my script which I use to figure out which is the most expensive queries are running on SQL Server. This script is very basic and very simple, there are many different versions are available online. This basic script does do the job which I expect to do – find out the most expensive queries on SQL Server Box. read more...

add a comment |category: |Views: 484

tags: another

Win the Latest Manning EBooks(www.devcurry.com)

submitted by mopenmopen(3596) 2 years ago

Here’s a chance for you to win copies of the latest Manning EBooks. There are 10 copies in total to be won of the following: ASP.NET MVC 2 in Action, jQuery in Action - 2nd Edition, C# in Depth - 2nd Edition, SQL Server MVP Deep Dives, and SharePoint 2007 Developer's Guide to Business Data Catalog. read more...

add a comment |category: |Views: 253

tags: another

Combining Virtualization and Microsoft SQL Server(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years ago

Old mindsets and turf protections can kill any project. Beyond that key realization lays a number of real technical issues to solve. Here’s what to look out for and what to ignore. read more...

add a comment |category: |Views: 7

tags: another

How to Automatically Schedule a Task in Windows 7 (itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years, 1 month ago

You want your clients to automatically clean themselves up? You need a program to start at a specific time? You want the PC to automatically send you an e-mail message in case a crash occurs? Windows 7’s built in “Task Scheduler” can automate almost everything you want (including programming tasks but excluding getting you coffee). Here’s how it works. read more...

add a comment |category: |Views: 2

tags: another

Essential C#: An Interview with Mark Michaelis(www.informit.com)

submitted by estherschindlerestherschindler(550) 2 years, 1 month ago

In this interview by Larry O'Brien, Mark Michaelis, the author of Essential C# 4.0, 3rd Edition, discusses the under-appreciated and under-used features of C#, why he embraces different programming paradigms, and his wish list for future versions of C#. read more...

add a comment |category: |Views: 8

tags: another

Ten Cool Visual Studio 2010 Features(gregdoesit.com)

submitted by gergely.oroszgergely.orosz(645) 2 years, 1 month ago

The 10 most useful new features in Visual Studio 2010. read more...

add a comment |category: |Views: 2344

tags: another

CouchDB - Document Persistence Powered by CQRS(abdullin.com)

submitted by abdullinabdullin(385) 2 years, 1 month ago

CouchDB is a young document-oriented database that leans towards the web applications and is based on the CQRS principles. The latter gives it nice performance, distribution and scalability. Let's see how. read more...

add a comment |category: |Views: 39

tags: another

Programming Windows Phone 7 Series by Charlez Petzold – Free EBook (www.devcurry.com)

submitted by dripiotdripiot(125) 2 years, 1 month ago

I got excited when I heard that Charlez Petzold is authoring a Book called “Programming Windows Phone 7 Series”. To add icing to the cake, he is already offering a draft preview of his eBook FREE of cost! read more...

add a comment |category: |Views: 278

tags: another