http://tumivn.myopenid.com/
Name: http://tumivn.myopenid.com/
Score: 154.02
Last Seen: 323 days, 4 hours, 53 minutes ago
Member Since: 2 September, 2010
DotNetShoutout
atom rss
6
Shouts

Querying ASP.NET Web API with OData querying parameters

published 313 days, 21 hours, 27 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 323 days, 5 hours, 4 minutes ago
Friday, July 13, 2012 10:33:42 AM GMT Wednesday, July 04, 2012 2:55:56 AM GMT
ASP.NET Web API has built-in support for some OData query parameters, and I want to write a tutorial that will use Web API, OData parameter to query data (sorting, filtering and paging) instead of implement it by ourselves in classic ASP.NET MVC like before. (more)
category: Web Dev | clicked: 26 | comment | | source: tumivn.com
tags:
5
Shouts

Tumivn | SQLite DB Accessing for Metro Application by using sqlite-winrt library

published 493 days, 20 hours, 6 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 498 days, 21 hours, 46 minutes ago
Sunday, January 15, 2012 11:54:38 AM GMT Tuesday, January 10, 2012 10:14:15 AM GMT
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 sq... (more)
category: UX | clicked: 43 | comment | | source: tumivn.com
tags: SQLite, WinRT, sqlite-winrt, metro
7
Shouts

GeeksShip Community - Ajax Paging & Searching with ASP.NET MVC and jQuery

published 743 days, 6 hours, 53 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 743 days, 23 hours, 53 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Tuesday, May 10, 2011 8:07:40 AM GMT
In this topic, I want to introduce a simple way to implement AJAX paging and ajax searching with ASP.NET MVC and JQuery. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: geeksship.com
tags: MVC3, Ajax, ajax paging
6
Shouts

Announcing Entity Framework Code-First (CTP5 release) - ScottGu's Blog

published 893 days, 15 hours, 12 minutes ago posted by http://kazimanzurrashid.myopenid.com/http://kazimanzurrashid.myopenid.com/ 896 days, 18 hours, 56 minutes ago
Saturday, December 11, 2010 4:47:49 PM GMT Wednesday, December 08, 2010 1:04:29 PM GMT
This week the data team released the CTP5 build of the new Entity Framework Code-First library.  EF Code-First enables a pretty sweet code-centric development workflow for working with data.  It enables you to:Develop without ever having to open a designer or define an XML mapping file Define model objects by simply writing “plain old classes” with no base classes required Use a “convention over configuration” approach that enables database persistence without explicitly configuring anything Optionally o... (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: Code first, entity framework 4.0
5
Shouts

GeeksShip Community - How to insert text to textbox or textarea using javascript

published 926 days, 16 hours, 56 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 927 days, 15 hours, 15 minutes ago
Monday, November 08, 2010 3:04:18 PM GMT Sunday, November 07, 2010 4:44:56 PM GMT
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. (more)
category: Web Dev | clicked: 1 | comment | | source: geeksship.com
6
Shouts

GeeksShip Community - Ado.NET EF 4 CTP Code First Bug - My fault or EF4's problem?

published 936 days, 18 hours, 41 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 937 days, 15 hours, 15 minutes ago
Friday, October 29, 2010 1:18:51 PM GMT Thursday, October 28, 2010 4:45:04 PM GMT
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. (more)
category: Web Dev | clicked: 2 | comment | | source: geeksship.com
8
Shouts

GeeksShip Community - ASP.NET MVC 3 Beta Example for Beginers with Razor and TinyMCE

published 940 days, 19 hours, 35 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 943 days, 4 hours, 17 minutes ago
Monday, October 25, 2010 12:24:46 PM GMT Saturday, October 23, 2010 3:43:39 AM GMT
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. (more)
category: Web Dev | clicked: 6 | comment | | source: geeksship.com
6
Shouts

GeeksShip - Simple multi-file uploader using SilverLight

published 961 days, 21 hours, 14 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 964 days, 14 hours, 15 minutes ago
Monday, October 04, 2010 10:46:13 AM GMT Friday, October 01, 2010 5:45:41 PM GMT
Before getting start, I would like to thank Tim Heuer for his screen cast OpenFileDialog and FileUpload, all the thing I have to do is change some thing from his source code to support multi-file uploading. (more)
category: Web Dev | clicked: 0 | comment | | source: geeksship.com
5
Shouts

GeeksShip Community : Simple example about use Google map’s API in ASP.NET MVC

published 972 days, 5 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 973 days, 9 hours, 50 minutes ago
Friday, September 24, 2010 7:54:58 AM GMT Wednesday, September 22, 2010 10:09:55 PM GMT
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. (more)
category: Web Dev | clicked: 1 | comment | | source: geeksship.com
10
Shouts

Introducing the Microsoft Web Farm Framework - Scott Guthrie

published 985 days, 16 hours, 50 minutes ago posted by jantujantu 987 days, 15 hours, 20 minutes ago
Friday, September 10, 2010 3:10:12 PM GMT Wednesday, September 08, 2010 4:40:07 PM GMT
Last month we released a beta of the Microsoft Web Farm Framework. The Microsoft Web Farm Framework is a free product we are shipping that enables you to easily provision and mange a farm of web servers.  It enables you to automate the installation and configuration of platform components across the server farm, and enables you to automatically synchronize and deploy ASP.NET applications across them.  It also supports integration with load balancers - and enables you to automate updates across your serve... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, IIS7, Community News, ASP.NET
7
Shouts

Dean Hume - A Simple Guide to SQL Compact 4

published 987 days, 20 hours, 26 minutes ago posted by deanomachinodeanomachino 988 days, 21 hours, 16 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Tuesday, September 07, 2010 10:44:31 AM GMT
A Simple Guide to SQL Compact 4 There has been quite a lot of interest building up recently around SQL Compact 4. Now, if you are not familiar with SQL compact, it's basically a database engine that is free and totally embedded. You don't need to install a database anywhere on your server. Not only that, but it works with existing .NET based data API's (Entity Framework, NHibernate). Another great advantage of using a SQL CE database is that it is totally file based and you can store your database... (more)
category: Data | clicked: 1 | comment | | source: deanhume.com
tags: C#, SQL, SQL Compact, SQL compact 4
6
Shouts

GeeksShip Community - Topic: A simple mvc example to view and edit .NET resource (*.resx) files

published 987 days, 20 hours, 26 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 989 days, 8 hours, 18 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Monday, September 06, 2010 11:42:28 PM GMT
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. (more)
category: Web Dev | clicked: 3 | comment | | source: geeksship.com
tags: ResourceFile, Resources Management, MVC
10
Shouts

GeeksShip Community: A simple RSS Feed Example

published 989 days, 6 hours, 36 minutes ago posted by http://tumivn.myopenid.com/http://tumivn.myopenid.com/ 993 days, 8 hours, 18 minutes ago
Tuesday, September 07, 2010 1:24:33 AM GMT Thursday, September 02, 2010 11:41:56 PM GMT
A simple RSS feed example using ASP.NET MVC and System.ServiceModel.Syndication.SyndicationFeed class (more)
category: Web Dev | clicked: 0 | 1 comment | | source: geeksship.com
tags: RSS Feed, MVC 3