Hatimr

Stories submitted 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

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

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

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

Migrating an ASP.NET Site to the Cloud(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years, 2 months ago

Need to move older business software off its outdated platform and into a modern environment? Bruce Johnson shows you the steps in writing a Microsoft Azure web application. read more...

add a comment |category: |Views: 13

tags: another

C# 4.0 Features Overview(www.informit.com)

submitted by estherschindlerestherschindler(550) 2 years, 2 months ago

What's so great about C# 4.0? In this book chapter, Troy Magennis looks at the new features added into C# 4.0 that combine to improve code readability and extend your ability to leverage LINQ to Object queries over dynamic data sources. read more...

add a comment |category: |Views: 16

tags: another

InformIT: Versioning REST Services(www.informit.com)

submitted by estherschindlerestherschindler(550) 2 years, 2 months ago

Scott Seely explains when developers need to create a new endpoint versus just adding data. This higher level, non-language specific article explains how to version REST services and when each choice makes sense. read more...

add a comment |category: |Views: 25

tags: another

Why You Can’t Pry IE6 Out Of Their Cold Dead Hands(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years, 3 months ago

Among the barriers to Windows 7 deployment is the need to upgrade users (and their apps) from IE6 to IE8. But too many of those users apparently refuse to give up IE6. Here's what's holding them back. read more...

add a comment |category: |Views: 10

tags: another

Beyond HTML: Returning JSON and XML Data From Your MVC Endpoints(www.informit.com)

submitted by estherschindlerestherschindler(550) 2 years, 3 months ago

You adopted MVC to get better control over your URL structure. Then you’re asked to provide REST access over the same data. Instead of developing a new API and set of endpoints that mirrors what you already have, you can augment the existing application to respond to requests for JSON and XML as well as handle data updates and deletes. Scott Seely shows you how. read more...

add a comment |category: |Views: 23

tags: another

Using the Windows 7 PowerShell Scripting Environment(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years, 4 months ago

PowerShell ISE is a visual command-line editor that used to be called Graphical PowerShell. In this 3-minute screencast, we show you how to become familiar with its extensive command set which can be used to automate common tasks. read more...

add a comment |category: |Views: 6

tags: another

Windows 7 Development Gotchas(itexpertvoice.com)

submitted by estherschindlerestherschindler(550) 2 years, 4 months ago

In this article, developers identify common problems in porting custom business applications to Windows 7 from Windows XP or Windows Vista, and in taking advantage of the OS’ new features. Why make your own mistakes when you can learn from others’ experiences? Find out where the bodies are buried. read more...

add a comment |category: |Views: 8

tags: another