lehoangdung

Stories kicked by lehoangdung

SQLite DB Accessing for Metro Application by using sqlite-winrt librar(tumivn.com)

submitted by lehoangdunglehoangdung(490) 4 months, 17 days ago

In preview version of Windows 8, there is no way to directly access to Relation Database (SQL Server, SQLCE) in Metro style application, we can use local storage instead. But all we know that, accessing XML take times and why we have to build from scratch when we have a lot of Local relational database out there, such as VistaDb, Sqlite, SqlCE. Fortunately, there one opensource library that will help us to access to sqlite called sqlite-winrt on Codeplex. Sqlite-winrt will help us to create and access sqlite database stored on our application local storage, and, we can easily retrieve or saving data to sqlite database by executing SQL statement. read more...

2 comments |category: |Views: 110

tags: another

Ajax Paging & Searching with ASP.NET MVC and jQuery(geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year ago

In this topic, I want to introduce a simple way to implement AJAX paging and ajax searching with ASP.NET MVC and JQuery. read more...

add a comment |category: |Views: 63

tags: another

Ajax Paging & Searching with ASP.NET MVC and jQuery (geeksship.com)

submitted by lehoangdunglehoangdung(490) 1 year ago

In this topic, I want to introduce a simple way to implement AJAX paging and ajax searching with ASP.NET MVC and JQuery. read more...

add a comment |category: |Views: 13

tags: another

How to insert text to textbox or textarea using javascript(geeksship.com)

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

I want to make a text editor using Wikiplex engine to use instead of using CKEditor and the first problem is how to insert text (wikiplex instructions) in to textarea or text box. This topic will solve the problem. read more...

add a comment |category: |Views: 20

tags: another

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

Automatic Resource File Translation via Google Translate(www.codecapers.com)

submitted by mceranskimceranski(345) 1 year, 8 months ago

One of the features that I support in WeBlog is localization. That means that all the labels, buttons and text within the application are stored in a resource file. So if you switch from English to Spanish, the text will be automatically displayed in the right language. For more information about how this magic happens, read this article. Since I am only fluent in English I depend on Google translator to make the translations for me. After about 10 minutes of manually translating a spanish resource file, I decided that I needed a way to automate the process. I did a quick Google search and discovered that the translator service utilizes a JSON based API. A little more searching and I found a class library written by Alex Meyer-Gleaves which takes care of making the service calls to the translator API and parsing the results. So the only work I had to do was read the resource file, invoke the translator via Alex’s C# library and save the translated data to a new resource file. read more...

1 comment |category: |Views: 160

tags: another

What is an MVP? – How to become an MVP?(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 1 year, 8 months ago

A Direct Answer to Famous Question! read more...

add a comment |category: |Views: 552

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