sfigm

Stories kicked by sfigm

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

Use Radio button in ASP.NET MVC(team.sfi.vn)

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

In this article,I will talk about how to use radio button in asp.net MVC. To begin with open Visual Studio 2008 and choose File > New > Project > ASP.NET MVC.The first thing to do is to create a class that will be the structure of our data to fill radio button.Add new class to the project and name it RadioOption.Add the following code to the RadioOption class: read more...

add a comment |category: |Views: 551

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: 514

tags: another