Dexign

Stories kicked by Dexign

What about DataLoadOptions for Entity Framework ObjectContext?(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 1 month ago

I think the proper way to start this post is to ask How do you do eager loading with Entity Framework? And the basic native simple answer is by using ObjectQuery<T>.Include(string) method. No matter what you tried to do, you’ll end up using this way. So there was ideas about how enhance the eager loading in our Entity Framework base applications. You can read about some of these ideas.... read more...

add a comment |category: |Views: 112

tags: another

Finding Text in SQL Server Stored Procedures(blog.reamped.net)

submitted by kayoskayos(890) 3 years, 1 month ago

So, I'm sure you have been met with a similar scenario during development. You know the one that you have to rename a column or even drop a column in the database. This can be quite annoying if you are doing stored procedure based data access for your application. read more...

add a comment |category: |Views: 43

tags: another

Lazy Loading jQuery Tabs with ASP.NET(mikesdotnetting.com)

submitted by reperioreperio(405) 3 years, 1 month ago

This article looks at efficient use of jQuery tabs when displaying data. Specifically, it covers how to lazy-load data, so that it is only accessed and displayed if the tab is clicked. read more...

add a comment |category: |Views: 587

tags: another

MvcContrib v1.0 Released! Download now!(jeffreypalermo.com)

submitted by sharplifesharplife(4570) 3 years, 2 months ago

After official release of ASP.NET MVC 1.0 RTM it's time to release the first version of MvcContrib too! It's ready; download it ;-) read more...

6 comments |category: |Views: 433

tags: another

ExtensionMethods repository(jonathancrossland.com)

submitted by JamonJamon(265) 3 years, 2 months ago

.NET ExtensionMethods website. Support it, please. A good resource, worth expanding. read more...

add a comment |category: |Views: 20

tags: another

Sad Way To Do Business(ayende.com)

submitted by HEskandariHEskandari(194) 3 years, 3 months ago

how to make a bad impression with poor support and bad atitude and throw away thousands potential customers. read more...

2 comments |category: |Views: 499

tags: another

Upload and Crop Images with jQuery, JCrop and ASP.NET(mikesdotnetting.com)

submitted by reperioreperio(405) 3 years, 4 months ago

Nice article that explains how to upload and crop images using jQuery and ASP.NET FileUpload. Very easy to follow. read more...

add a comment |category: |Views: 440

tags: another

jQuery, JSON and ASP.NET(dotnet.dzone.com)

submitted by MikeD1MikeD1(290) 3 years, 4 months ago

Lately, I’ve been demonstrating how to use jQuery. Both use a considerable amount of JavaScript so if there is some way we could eliminate or reduce the amount of code we had to load, performance would naturally increase. read more...

add a comment |category: |Views: 373

tags: another

Online DB Schema Editor(dbschemaeditor.com)

submitted by brauliodbrauliod(275) 3 years, 4 months ago

DB Schema Editor is a free RIA Web application that will let you design Database Schemas and generate scripts for SQL Server, My SQL, Postgre SQL, SQLite and Oracle directly from your Browser. read more...

add a comment |category: |Views: 55

tags: another

How to Use the Facebook Developer Toolkit 2.0(socialsnippets.com)

submitted by bkonbkon(210) 3 years, 6 months ago

The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! read more...

1 comment |category: |Views: 391

tags: another

BigTarget.js - Increase the size of click targets (hrefs)(newism.com.au)

submitted by LordLord(3737) 3 years, 6 months ago

With all the positive focus on grid based web design these days, I started to identify a couple of standard design elements. The main pattern used in nearly every site (grid and non grid) was the “title, thumbnail, short summary, more link” pattern. This pattern is generally used for indexing blog post summaries in sidebars, listing services, or creating small calls-to-action. read more...

add a comment |category: |Views: 21

tags: another

Cloudship: Membership Provider for the Cloud (dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 3 years, 6 months ago

Planning to move to the Azure Cloud, but already tied to the Membership API? This article guides you to build a complete Membership provider library which can be leveraged by existing application to link to Microsoft’s cloud platform Windows Azure with no friction. read more...

1 comment |category: |Views: 142

tags: another

How to Use Visual Studio jQuery IntelliSense Supported Through Hotfix(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 6 months ago

Jeff King, Program Manager for Visual Studio Web Tools blogged VS2008 SP1 Hotfix to Support "-vsdoc.js" IntelliSense Doc Files on Friday. The HotFix (VS2008 SP1 only) allows Visual Studio to find "-vsdoc.js" files that have commenting for IntelliSense in the same folder as a script file linked to from your document. In this post I am going to show you how to get IntelliSense working once the HotFix is installed in both a normal aspx page as well as ASP.NET MasterPage. read more...

2 comments |category: |Views: 342

tags: another

Blogengine.net running under IIS 7 causes Error 404(stribny.name)

submitted by stribnystribny(225) 3 years, 6 months ago

You need to make some changes in web.config file in order to get it work. The easest way is to download an updated web.config here http://wiki.aspone.cz/wiki/images/3/34/Web.config. read more...

add a comment |category: |Views: 62

tags: another

How to run ASP.NET MVC on Windows Azure(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 6 months ago

A quick how-to on getting ASP.NET MVC up and running on Windows Azure. read more...

add a comment |category: |Views: 505

tags: another

Pavel Nikolov's blog: Visual Studio 2010 (2) - Historical debugger(pavkata.blogspot.com)

submitted by mysterymystery(160) 3 years, 6 months ago

My first look at the new Debug History window in Visual Studio 2010. read more...

add a comment |category: |Views: 75

tags: another