Archive for September, 2009

Populate listbox in a thread in .net

An old topic but still developers asking me same… so a blog.
If you try to use a textbox or any other control in side a thread, you will get an error like this:
Cross-thread operation not valid: Control ‘textBox1′ accessed from a thread other than the thread it was created on.
To avoid that, you need [...]

Leave a Comment

Convert a IEnumerable to DataTable with Reflection

I use an IEnumerable  - IEnumerable<MyObjects.objMyContact> FilteredContacts; Suppose this contains some rows.
Here is the code for generating DataTable from IEnumerable. Here are the sample steps I followed.

Create a new DataTable
Add column names to DataTable
Add rows to DataTable

 

DataTable dt = new DataTable();
 
[...]

Leave a Comment

PHP Azure Windows Azure SDK for PHP CTP3 available

As part of Microsoft’s commitment to Interoperability, this open source project is an effort bridge PHP developers to Windows Azure. PHPAzure is an open source project to provide software development kit for Windows Azure and Windows Azure Storage – Blobs, Tables & Queues

Overview

Enables PHP developers to take advantage of the Microsoft Cloud Services Platform – [...]

Leave a Comment

Register Free for the Global Windows 7 Online Summit

http://www.windows7summit.com/
http://www.thewindowsclub.com/register-free-for-the-global-windows-7-online-summit

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Top 10 Hot Skills for 2009

Virtualization
Web 2.0
Networking/Windows Administration
ITIL - Information Technology Infrastructure Library
IT Architect/Project Management
IT Security
Wireless
Telecommunications
Programming Languages – C, C++ & C#
Business Skills

 
Source: Globalknowledge
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Patterns & Practices - Developing SharePoint Applications‏

Guidance for building collaborative applications that extend your LOB systems
This guidance helps architects and developers design, build, and test intranet and enterprise-scale SharePoint applications. Two reference implementations demonstrate solutions to common issues, and a library provides reusable components that can help you with your own development projects.
Developing SharePoint Applications guidance helps customers accelerate constructing advanced [...]

Leave a Comment

One more Windows 7 Wallpaper

Here is one more quick Windows 7 wallpaper.

Download from here
Alternate download here

VN:F [1.1.6_502]Rating: 5.0/5 (1 vote cast)

Leave a Comment