Teran

Stories kicked by Teran

How to create a DropDownList with ASP.NET MVC(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 2 years, 8 months ago

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked the most. So in this post Simone dissects this helper method, and shows you how to use it. read more...

add a comment |category: |Views: 472

tags: another

Custom functions in LINQ made easy with LightSpeed(mindscape.co.nz)

submitted by turtlespinturtlespin(634) 2 years, 9 months ago

Using LINQ to express queries is a great thing for .NET developers however sometimes it gets a bit tight when you want to express a database specific function that has no LINQ equivalent. This post shows how developers can easily create and express custom database functions so that their LINQ queries are executed completely by the database engine. read more...

add a comment |category: |Views: 259

tags: another

ASP.NET Menu with jQuery Superfish(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 2 years, 9 months ago

Choosing the right type of menu for a website is not easy at all. The ASP.NET Menu Control is definitely NOT a good starting point due to the horrendous markup it renders. The idea is to use a modified version of the CssFriendly Menu adapter with the jQuery Superfish plugin. read more...

add a comment |category: |Views: 1219

tags: another

Amazing jQuery Plugins(technoreader.com)

submitted by kamal_cekamal_ce(255) 2 years, 9 months ago

jQuery Plugins : Amazing and useful jQuery framework Plugins for tooltips,menu and Accordion. read more...

1 comment |category: |Views: 815

tags: another

Beginning ASP.NET MVC 1.0 – Finally Available(nayyeri.net)

submitted by simonechsimonech(10.1k) 2 years, 9 months ago

Kevan announces the availability of the book Beginning ASP.NET MVC by Wrox, and explains in details the contents of the book and the level it is targeting read more...

add a comment |category: |Views: 281

tags: another

ASP.NET MVC StrongRoutes AppAir.Web Preview Release(bleevo.com)

submitted by bleevobleevo(245) 2 years, 9 months ago

Magic strings be gone! make your routes strongly typed today. read more...

add a comment |category: |Views: 260

tags: another

Introduction to Cloud Computing(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 9 months ago

Simplest Way to Learn what is Cloud Computing read more...

add a comment |category: |Views: 670

tags: another

ASP.NET MVC V2 Preview 1 Released - ScottGu's Blog(weblogs.asp.net)

submitted by javeryjavery(5523) 2 years, 9 months ago

The Gu walks through the first look at ASP.NET MVC V2! read more...

add a comment |category: |Views: 350

tags: another

ASP.NET MVC 2 Preview 1 is released!(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 9 months ago

ASP.NET MVC 2 first preview is released to public now and you can download it from Microsoft download site. Here is short overview of technical requirements and main new features of ASP.NET MVC 2 Preview 1. read more...

add a comment |category: |Views: 243

tags: another

ASP.NET MVC 2 Preview 1 released!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 9 months ago

Today, Phil Haack did a blog post on the release of ASP.NET MVC 2 Preview 1! Get it while it’s fresh :-) An updated roadmap is also available on CodePlex. Guess now is about time to start revising my ASP.NET MVC 1.0 Quickly book… read more...

add a comment |category: |Views: 193

tags: another

Copy Database With Data – Generate T-SQL For Inserting Data Table(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 9 months ago

How to generate script for data from database as well as table. SQL Server 2008 has simplified everything. This is one feature we all have been waiting for long time. Must learn this trick and save it for future use. read more...

add a comment |category: |Views: 426

tags: another

SQL SERVER – Get Last Running Query Based on SPID(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 10 months ago

We often need to find the last running query or based on SPID need to know which query was executed. SPID is returns sessions ID of the current user process. The acronym SPID comes from the name of its earlier version, Server Process ID. read more...

add a comment |category: |Views: 105

tags: another

Resharper Tip : To-do Explorer(programmer.brettveenstra.com)

submitted by brettveenstrabrettveenstra(125) 2 years, 10 months ago

Resharper provides a hidden gem for those of us who get bitten by "throw new NotImplementedException()". read more...

add a comment |category: |Views: 490

tags: another

SQL SERVER – 2005 – 2008 – Delete Duplicate Rows(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years, 10 months ago

This method is improved over the earlier method as it not only uses CTE and ROW_NUMBER, but also demonstrates the power of CTE with DELETE statement. We will have a comprehensive discussion about it later in this article. For now, let us first create a sample table from which we will delete records. A Must BookMark! read more...

add a comment |category: |Views: 320

tags: another

Build your own Whois Lookup with ASP.NET and jQuery(mikesdotnetting.com)

submitted by MikesdotnettingMikesdotnetting(340) 2 years, 11 months ago

IP addresses can reveal a lot about your web visitors. For an ecommerce site, the owner or registrant of the visitor's IP address can be very useful information. You could paste each visitor IP address into one of the many free IP Lookup sites available, but that can be time-consuming and tedious. Or you could build your own lookup. This article shows how this can be done pretty quickly. read more...

add a comment |category: |Views: 369

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another