aokocax

Stories kicked by aokocax

Make the ASP.NET DataPager SEO friendly?(www.andreas-kraus.net)

submitted by reteepreteep(739) 2 years, 1 month ago

Why you still can'T use the ASP.NET Datapager to make your paged URLs searchengine friendly. read more...

add a comment |category: |Views: 25

tags: another

[Mono-list] Announcing DbLinq 0.20.1(lists.ximian.com)

submitted by javeryjavery(5523) 2 years, 1 month ago

An open source implementation of Linq2SQL that runs against most popular databases. read more...

add a comment |category: |Views: 284

tags: another

NoSQL with MongoDB, NoRM and ASP.NET MVC(weblogs.asp.net)

submitted by mvcguymvcguy(265) 2 years, 1 month ago

Introduction to how to work on NoSQL and document database with MongoDB , NoRM and ASP.Net MVC 2 read more...

add a comment |category: |Views: 121

tags: another

Top 5 new features of Visual Studio 2010 and .NET 4(www.dailycoding.com)

submitted by rsonirsoni(930) 2 years, 1 month ago

Discusses the new features of Visual Studio 2010 and .NET 4 read more...

add a comment |category: |Views: 922

tags: another

Netsparker: Free Web Application Security Program(www.mavitunasecurity.com)

submitted by aokocaxaokocax(55) 2 years, 1 month ago

It can detect SQL Injection and Cross-site Scripting (XSS) issues better than many other scanners (if not all), and it's completely FREE. read more...

add a comment |category: |Views: 224

tags: another

Hello World, I am Win Phone 7(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 1 month ago

Take a first look at Windows Phone 7 Development. We will walk through creating a simple hello world application as well as give a quick tour of how to use the emulator. read more...

add a comment |category: |Views: 352

tags: another

Upgrading ADO.NET code by Execute SQL Statements in Entity Framework 4(acadianaug.org)

submitted by CodeFuzionCodeFuzion(90) 2 years, 1 month ago

There may be several situations in your older applications where you would want to utilize Entity Framework 4.0 to model your Data Layer and segregate your concerns of that Data Layer from your application. Entity Framework 4 is a great tool to accomplish this. However, depending on how old your Data Layer code may be, you might have some existing ADO.NET code, but don't want to have to change everything to utilize Entity Framework 4.0. Or, you simply do not understand Entity Framework 4.0 at this time, and dont have the resources to learn it all in one shot. You want to migrate in small comfortable steps, you may model one or two of your Data Tables, but you dont want to migrate all of them. Click for details ... read more...

add a comment |category: |Views: 82

tags: another

Do you know about this undocumented Google CDN feature?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 7 months ago

Information on an undocumented feature of the Google AJAX APIs CDN (jQuery UI themes hosted on the CDN, including images). read more...

add a comment |category: |Views: 450

tags: another

How to trigger an ASP.NET validator from JavaScript?(icodefactory.com)

submitted by madguru101madguru101(85) 2 years, 7 months ago

A nice tutorial on how to trigger asp.net validators from javascript. read more...

add a comment |category: |Views: 180

tags: another

ASP.NET Website vs Web Application project(c-sharpcorner.com)

submitted by nareshshnareshsh(824) 2 years, 7 months ago

This post explains about two project types in Visual studio ie Website and Web Application that we use to build the ASP.NET Applications and the fundamental differences between the two project types.. read more...

add a comment |category: |Views: 22

tags: another

XmlDocument XmlResolver and cache the schema of XHTML(nablasoft.com)

submitted by alkampferalkampfer(1873) 2 years, 7 months ago

In this article I described how to cache the dtd schema when you need to download large amount of xml files. read more...

add a comment |category: |Views: 21

tags: another

Determine if your .NET application is running as 32-bit or 64-bit(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 7 months ago

Cool tip to determine if your ASP.NET application is running as a 32-bit or 64-bit application read more...

add a comment |category: |Views: 21

tags: another

Specify a Condition while Editing TOP Rows using SSMS(SQL Server 2008)(sqlservercurry.com)

submitted by samsertsamsert(2159) 2 years, 7 months ago

I had recently posted about Using SSMS to change the Edit TOP Rows option . A user Greg commented asking me if it was possible to specify a condition while Editing the TOP Rows. Here's how to specify a condition. read more...

2 comments |category: |Views: 125

tags: another

Forcing ASP.Net to use a Proxy to make requests(diaryofaninja.com)

submitted by wiredonewiredone(917) 2 years, 7 months ago

I was recently working with a web application that runs a spider to index content on a bunch of intranet sites. The client was a large company with a very security conscious IT team, that had locked down all intranet access from the web server server in question. Luckily Dot Net supports proxies in a loving fashion, and I'll show you how. read more...

add a comment |category: |Views: 7

tags: another

Daily tech links for .net and related technologies-September 26-28,09(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 2 years, 8 months ago

10 Things to remember before launching a website Html Encoding Code Blocks With ASP.NET 4 How To Secure APIs and Mashups 7 tips for for loading Javascript rich Web 2.0-like sites significantly faster Beyond Goals: Site Search Analytics from the Bottom Up MvcContrib 1.0.0.987 released Deploying Reporting Services WebParts to SharePoint WSS and MOSS Simplicity in Good Web Design : Advantages & How -to Why Your Next Website Should be Designed with Wireframes How to Design Buttons to Help Improve Usability How to Build a Simple Button with CSS Image Sprites Web Design Trend Hunting – 15 Amazing Infinite Scrolling Websites Great Examples of Hand Drawn Elements in Web Design Styling Design Elements: 5 Beautiful Post Headings 46 Outstanding Web Layouts From DeviantArt How to Create an Organic Web Design (and Showcase) How To Write Effective And Engaging Design Tutorials The Art of zen-coding: Bringing Snippets to a New Level Introducing Google Chrome Frame CSS Sprites – Online CSS Sprite Builder jQuery Visual Cheat Sheet read more...

add a comment |category: |Views: 136

tags: another

Access HTML controls in C# without runat=server in ASP.NET(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

This is the nice article which explains the logic for accessing the HTML controls in ASP.NET server side code which don't have runat=server property set. Take a look at it and please provide your valuable comments. read more...

4 comments |category: |Views: 1061

tags: another