lukeproit

Stories kicked by lukeproit

Ado.NET EF 4 CTP Code First Bug - My fault or EF4's problem(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 6 months ago

Today, I've tried to build a new membership provider and role provider using ADO.NET Entity Framework and Code First approach, so that I can use it for SQLCE4, MySQL, SQL Server... Everything was fine until I opened the database and see the tables' names, they are not as the same as what Scotgu said on his blog. read more...

add a comment |category: |Views: 120

tags: another

GeeksShip Community: ASP.NET MVC 3 for beginers with Razor and TinyMCE(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 7 months ago

In this topic, we will focus on how to write a simple mvc 3 application with Razor view engine. We also have to face the problem when we want to display Html string instead of encoded string. read more...

add a comment |category: |Views: 413

tags: another

Some problems when using Entity Framework Feature CTP 4 instead of NHi(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 7 months ago

In the past I always chose NHibernate to be the main library for accessing data. It’s because of the abilty of multi – dbms supporting, such as: MySQL, SQL Server, Access, SqlLite, PosgreSQL… read more...

add a comment |category: |Views: 205

tags: another

GeeksShip - Simple multi-file uploader using SilverLight(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 7 months ago

Before getting start, I would like to thank Tim Heuer for his screen cast OpenFileDialog and FileUpload, all I have to do is change some thing from his source code to support multi-file uploading. read more...

add a comment |category: |Views: 78

tags: another

Geeksship.com - Simple example using Google MAP Api and ASP.NET MVC(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

In example, I’ll build a website which contain a map, when user click a point in map, detail informination about location of point will be displayed in corresponding textbox. Then user will fill other inform about location (name, description) to textbox and click “insert” button. The page will being loaded and in the map, the poin will be displayed with title is name of point and info window is description of point. When you click the point, info window of point will be showed. read more...

add a comment |category: |Views: 333

tags: another

How to build a simple news site with EF feature CTP4 and SQL 4 CE – part 1(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

I want to build a small news site for me, that will use EF feature CTP4 to access a SQL 4 CE database and ASP.NET MVC 3.0 as front end read more...

add a comment |category: |Views: 131

tags: another

Example Upload & Resize Images in ASP.NET MVC (geeksship.com)

submitted by lukeproitlukeproit(65) 1 year, 8 months ago

Today I write Controller used Upload & Resize Images in ASP.NET MVC read more...

add a comment |category: |Views: 639

tags: another

A simple mvc example to view and edit .NET resource (*.resx) files(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

We create the multi-languages GeeksShip.com community for developer. We want to add a function to our website, which allows members to edit the asp.net resource files to translate our GeeksShip.com UI’s text into their mother languages. read more...

add a comment |category: |Views: 296

tags: another

A simple RSS feed example (geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year, 8 months ago

A simple RSS feed example using ASP.NET MVC and System.ServiceModel.Syndication.SyndicationFeed class read more...

add a comment |category: |Views: 225

tags: another

Jquery Selecter for Simple Menu Example(geeksship.com)

submitted by lukeproitlukeproit(65) 1 year, 8 months ago

Hello Today I was writting "How make Menu active or none active when click" . This is very simple and can be quite robust with some simple Jquery. Here is an example of how to use. read more...

add a comment |category: |Views: 185

tags: another