rodiniz

Stories kicked by rodiniz

Visual Studio 2010 is faster if the Windows Automation API 3.0 is inst(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 year, 9 months ago

Does your Visual Studio 2010 run slow ??? Here’s David Berg , in his Developer Division Performance Engineering blog explains how to make your VisualStudio 2010 run faster on Windows XP machine by installing the new version of the Windows Automation API. read more...

add a comment |category: |Views: 513

tags: another

Entity Framework and Lazy Loading(buildstarted.com)

submitted by MorderMorder(280) 1 year, 9 months ago

Some details on how to properly create POCO objects for using in Entity-Framework read more...

add a comment |category: |Views: 377

tags: another

The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PU(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 9 months ago

Good overview of using JSON bindings in MVC 3 preview with jQuery template rendering using PURE read more...

add a comment |category: |Views: 603

tags: another

First Look at the Razor CSharp HTML File in MVC 3(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 1 year, 9 months ago

The day before I left for IEEE ICCSIT 2010, there was a huge announcement about a new view engine for ASP.NET: Razor. It was old news by the time I returned, but I couldn’t help but sit down and play with it. I skimmed a few a blog postings on it, but I wasn’t getting anything good. So, I downloaded the ASP.NET MVC 3 Preview 1 and began playing with it myself. read more...

add a comment |category: |Views: 16

tags: another

Auto Complete TextBox Jquery,Json,Asp.net (gurucoders.blogspot.com)

submitted by gsudheshgsudhesh(99) 1 year, 9 months ago

what is Autocomplete ? A feature that suggests text automatically based on the first few characters that a user types I'm googling for autocomplete using Jquery and Asp.net .finally i got a nice article regarding this but the example is provided in php .Then after sometime i migrated the code into Asp.net with Generic handler and with the help of jquery and json .. This will make a asynchronous call to the server side, with no post back read more...

add a comment |category: |Views: 171

tags: another

Visual Studio 2010 Keyboard Shortcuts by ScottGu(weblogs.asp.net)

submitted by zsolt.f1zsolt.f1(204) 1 year, 9 months ago

Earlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters. These posters are print-ready documents (that now support standard paper sizes), and provide nice “cheat sheet” tables that can help you quickly lookup (and eventually memorize) common keystroke commands within Visual Studio. read more...

add a comment |category: |Views: 338

tags: another

ASP .NET MVC 3 Preview(www.i-programmer.info)

submitted by mikejmikej(661) 1 year, 9 months ago

A preview of version 3 of the ASP .NET MVC framework is available before programmers have had time to settle in with version 2. Microsoft seems to be serious about making MVC the way to do ASP. read more...

add a comment |category: |Views: 20

tags: another

HTML 5 vs Silverlight : Sencha - The First HTML5 Mobile App Framework (witcraft.ru)

submitted by lexerlexer(70) 1 year, 10 months ago

While Microsoft Silverlight and Adobe Flex future on Apple iOS is still uncertain ExtJs released "The First HTML5 Mobile App Framework" called Sencha that works on both Apple iOS and Google Android touchscreen devices. read more...

1 comment |category: |Views: 524

tags: another

Entity Framework 4 - POCO Code Only(andrepassos.net)

submitted by andrelmpandrelmp(72) 1 year, 10 months ago

How to use Entity Framework 4 Code First read more...

3 comments |category: |Views: 687

tags: another

Building Great Windows 7 Apps(dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 10 months ago

Jason Zander (GM, Visual Studio, Microsoft) gives a tour through some of Visual Studio 2010's new features, and how building great Windows 7 apps has never been easier. read more...

2 comments |category: |Views: 331

tags: another

Understanding URL Routing (beyondrelational.com)

submitted by hima_.nethima_.net(440) 1 year, 10 months ago

You might be worrying what is URL Routing ?and how we will implement it? Read this article for digging into it in details read more...

add a comment |category: |Views: 331

tags: another

ASP.NET MVC and File Uploads(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

Managing file uploads with ASP.NET MVC. read more...

add a comment |category: |Views: 23

tags: another

Going Out Of Browser w/ Silverlight(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 10 months ago

Taking a look at how we can use the take our in-browser silverlight application and allow it to run Out of Browser (OOB). We will take a look at how we can let silverlight perform the lifting as well as how we can provide coding to create the OOB application. read more...

add a comment |category: |Views: 148

tags: another

Scott Guthrie on creating the .NET Framework (www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 1 year, 10 months ago

A behind the scenes look at Microsoft, interviewing Scott Guthrie and other key figures at Microsoft on the initial steps towards what became the .NET Framework. Scott Guthrie describes how he prototyped the first version of ASP.NET over one weekend in the Christmas of '97, and how Microsoft took the risky decision (at least at the time) to build almost all of it in C#. read more...

1 comment |category: |Views: 737

tags: another

Thoughts On Razor, Microsoft’s New ASP.NET MVC View Engine(gurustop.net)

submitted by mohammedmmohammedm(225) 1 year, 10 months ago

Thoughts on different blog posts and twitter conversations surrounding the new Microsoft View engine for ASP.NET MVC, called Razor, with some notes on Microsoft's relation with existing Open source .NET projects in general... read more...

add a comment |category: |Views: 730

tags: another

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another