|
|
tendrel
tendrel
 |
|
Stories kicked by tendrel
|
|
submitted by
tendrel
4 months, 12 days ago
designerwpf.com — WPF solution for wrapping text in a combo box. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
satheeshbabu
4 months, 12 days ago
codedigest.com — Like GridView, Paging in ListView control is not an integral part of the control itself. It can be provided through a new control in ASP.Net 3.5 called DataPager control. The advantage of providing this feature with a new control are, Paging can be separated from ListView Control and can be displayed at any part of the page. We can also attach the paging feature with the ListView control by placing the DataPager control in the LayoutTemplate of the ListView control which resembles GridView control. read more...
1 comment
|
category: ASP.NET | Views: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kwiksand
4 months, 13 days ago
hd911.com — The common trend in some software development houses is "one step forward, two steps back..." and mine is no exception, even at the expense of months in time. read more...
add a comment
|
category: Other | Views: 6
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 4 months, 11 days ago, submitted by
dhervieux
4 months, 13 days ago
csharpsearch.com — A new search engine is available. Created with the Google Custom Search you can:
- Search in MSDN forums
- Search in Microsoft newsgroup
- Search in .NET related sites (including dotnetkicks.com)
- Search in everywhere with the standard Google search
- Find any .NET tools or components
read more...
9 comments
|
category: C# | Views: 514
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
berko
4 months, 14 days ago
mostlyclean.com — I produced a screencast (first ever!) to show some of the basics of getting started with TDD in .Net. I intend to go into some more advanced topics as the series progresses. read more...
add a comment
|
category: Unit Testing | Views: 33
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 17 days ago, submitted by
terrble
4 months, 18 days ago
lostechies.com — I've been hearing from several colleagues about how their Visual Studio solution files have many (i.e. more than 10, and usually more than 30 -- in one case, more than 100!). So far, none of them have been able to give me any good explanation for why this is and most of them hate it but they can't change it because their architect/lead/whatever won't let them.
I'm hoping that by getting the discussion going on this in the greater community, we can try to discourage everyone from having lots of projects in a solution. read more...
add a comment
|
category: Visual Studio | Views: 447
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 19 days ago, submitted by
Vort3X
4 months, 19 days ago
objectreference.net — Well, JavaScript developers, specifically. In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better. read more...
4 comments
|
category: AJAX | Views: 650
|
|
tags:
JavaScript, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months ago, submitted by
mcintyre321
6 months ago
adverseconditionals.com — Just another silly extension method hack :) read more...
11 comments
|
category: C# | Views: 912
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Bognit
6 months, 3 days ago
codersbarn.com — The differences between the two models have been pretty well covered, or at least so I thought... read more...
add a comment
|
category: ASP.NET | Views: 48
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 26 days ago, submitted by
Jemm
10 months, 27 days ago
weblogs.asp.net — While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly. For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data. read more...
1 comment
|
category: Linq | Views: 26
|
|
tags:
Database, C#, LINQ, ScottGu | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
benrick
11 months, 13 days ago
weblogs.asp.net — Scott Guthrie's great blog post explaining how to retrieve data from stored procedures using LINQ. It shows both C# and VB for this. Great pictures and examples. read more...
1 comment
|
category: Linq | Views: 5
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
TroyMG
11 months, 27 days ago
blog.wekeroad.com — Rob Conery shows you how to create your own code snippets and add them to the toolbox. He also provides some helpful snippets for the new MVC Framework. read more...
|
|
tags:
RobConery, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
rstrahl
1 year, 4 months ago
west-wind.com — Find out how to build an ASP.NET 2.0 Resource Provider that uses database data for its localization storage rather than Resx files. Database resources can be much more flexible and this article demonstrates how to build a powerful ASP.NET resource editing front end that allows editing of resource data in a live ASP.NET application in a context sensitive manner. read more...
1 comment
|
category: ASP.NET | Views: 32
|
|
tags:
Localisation, Localization, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
MrOK
1 year, 6 months ago
weblogs.asp.net — "LINQ to SQL is an O/RM (object relational mapping) implementation that ships in the .NET Framework "Orcas" release, and which allows you to model a relational database using .NET classes. You can then query the database using LINQ, as well as update/insert/delete data from it.
LINQ to SQL fully supports transactions, views, and stored procedures. It also provides an easy way to integrate data validation and business logic rules into your data model." read more...
3 comments
|
category: Database | Views: 17
|
|
tags:
SQL, LINQ, To, using, ORM | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|