Tips by Ervin Ter
Programming, Web News, Web Hostings, Technology
Programming, Web News, Web Hostings, Technology
Nov 12th
I setup the Controller to creaet a SelectList, like so:
NorthwindDataContext db = new NorthwindDataContext(); var categories = from c in db.Categories select c; ViewData["CategoryID"] = new SelectList(categories, "CategoryID", "CategoryName");Then, in my View I rendered the DropDownList:
=Html.DropDownList("CategoryID",ViewData["CategoryID"])%>
This is very important if you are using Html.DropDownList in MVC
Nov 11th
Today we’re dramatically lowering our prices to make extra storage even more affordable. You can now buy 20 GB for only $5 a year
Nowadays storage for backup is competitive. Today I have just went through Box.net, DropBox.com, ZumoDrive.com and finally come to Google Storage.
The best from Google Storage is for only $5 per year, you get 20 GB of storage.
For enterprise, just $4096 per year, you can get 16 Terabytes of storage. This is more than enough for big enterprise company.
Have a look at Google Storage:-
Purchase more storage from https://www.google.com/accounts/PurchaseStorage
Manage your storage from https://www.google.com/accounts/ManageStorage
Nov 11th
This toolkit is provided as a Facebook Client Library similar to Facebook’s PHP Client Library or Facebook’s JavaScript library. The goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform.
Yes, finally we can integrate facebook into dot net development.
Nov 11th
MaximumASP is happy to announce the launch of a free hosting account to kick the tires of the latest and greatest from Microsoft – ASP.NET 4 and Visual Studio 2010.
This is cool I think to test out new dot net framework. I would like to test with Entity Framework 4
Nov 11th
In future everybody will get one? But there is some question on my mind, what if i lost my poken? what if somebody steal my poken?