hdtumi

Stories kicked by hdtumi

Error in ADO.NET Entities Framework 3.5 , please help!(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Error in ADO.NET Entities Framework 3.5, read more...

2 comments |category: |Views: 155

tags: another

Upload Files from an ASP.net Webpage(krissteele.net)

submitted by DigitalDuffmanDigitalDuffman(340) 2 years, 6 months ago

The following code will allow you to upload as many as five files at once and return whether the upload was successful or what errors were encountered. read more...

add a comment |category: |Views: 26

tags: another

Tap into the power of the Windows 7 Taskbar with your .NET apps(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 2 years, 6 months ago

The task bar has some of the most visible improvements in Windows 7 - find out how to hugely increase the usability of your .NET applications by tapping into the taskbar functionality. Jump lists, thumbnail previews and thumbnail toolbars are all covered. read more...

add a comment |category: |Views: 193

tags: another

NHibernate.LinQ error with Identity column in SQLServer(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

I mapped a table to NHibernate (which's id is Indentity type), and write a repository method using NHibernate.LinQ and it throw error. Maybe it because of Identity Id. read more...

4 comments |category: |Views: 167

tags: another

Build Version Increment Addin for Visual Studio(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Today I will introduce a tool for Visual Studio Build Version Increment Add-In Visual Studio I want to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. After 5 minutes searching on the internetnet, I found Build Version Increment add-in for Visual Studio 2005/2008. This add-in is very simple in use but do exactly what everyone developer needs. read more...

add a comment |category: |Views: 513

tags: another

Some ways to convert a byte array to Bitmap(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

How to convert a byte-array to a Bitmap and from a Bitmap to a byte-array read more...

add a comment |category: |Views: 292

tags: another