|
|
pinaldave
Stories kicked by friends of pinaldave
|
|
submitted by
mjpalad
1 day, 9 hours ago
thearchitect.co.uk — If you are trying to figure out the new certification exams for Microsoft Certified Professional Developer (MCPD) or Microsoft Certified Technical Specialist (MCTS) for .NET Framework 3.5 / Visual Studio 2008 then you may be interested in a diagram that I put together to helped me to visualize the path through the required certification exams. read more...
add a comment
|
category: Other | Views: 7
|
|
tags:
Certification | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ourcurrentfuture
1 day, 12 hours ago
nayyeri.net — Often times, we need to split a chunk of text into its words. Here's one example of how to do that. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 12 hours ago, submitted by
aloker
1 day, 18 hours ago
blog.andreloker.de — In the first article of this series I talked about the problems with strings in code. This article will show you how you can use lambda expressions and expression trees as another tool to avoid strings read more...
2 comments
|
category: Patterns | Views: 432
|
|
tags:
Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
gilf
1 day, 20 hours ago
blogs.microsoft.co.il — In the post the author explains how to batch operations into one HTTP request in order to increase performance in ADO.NET data services. read more...
add a comment
|
category: ADO.NET | Views: 1
|
|
tags:
Database, ADO.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adminjew
2 days, 1 hour ago
lostechies.com — Last night, Dru and I released version 0.3 of MassTransit. This is a pretty hefty milestone release with a lot of new functionality. I'm going to run down a list of some of the new features that made it into this version. read more...
add a comment
|
category: Other | Views: 12
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
published 1 day, 17 hours ago, submitted by
vivekamar
2 days, 3 hours ago
dotnetcurry.com — ViewState is a Base64 encoded string and is not readable by the human eye. However it is also not difficult to decode the viewstate and view the contents of the viewstate when it is passed over the wire. In this article we will see how to decode and view the contents of a viewstate. read more...
add a comment
|
category: ASP.NET | Views: 189
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
nanit76
2 days, 15 hours ago
intuitive.sk — Hi programmers, web developers, designers etc. A few day ago we released for you very first version of FFlib.NET. Now we are going to show you, how to use this library to make your own video conversion site like Youtube, DailyMotion or Metacafe. So … Let’s start! read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 21 hours ago, submitted by
nanit76
2 days, 15 hours ago
intuitive.sk — Are you web developer? Are you looking for video conversion library for long time? So, be happy! We are pleased to introduce you the first release of our .NET & FFMPEG based video conversion library - FFlib.NET. read more...
add a comment
|
category: C# | Views: 262
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 day, 21 hours ago, submitted by
nanit76
2 days, 15 hours ago
intuitive.sk — Are you web developer? Are you looking for video conversion library for long time? So, be happy! We are pleased to introduce you the first release of our .NET & FFMPEG based video conversion library - FFlib.NET. read more...
add a comment
|
category: C# | Views: 262
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
amrelgarhy
2 days, 19 hours ago
amrelgarhytech.blogspot.com —
<SELECT name="fruit">
<OPTION value="apple">apple</option>
<OPTION value="orange">orange</option>
<OPTION value="pear">pear</option>
</SELECT>
If you need to select an option in a select tag by index you can do the following:
document.getElementById('dropDown').selectedIndex = 1;
But if you want to select an option in a select tag by value you can do the following: read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 16 hours ago, submitted by
dwhittaker
2 days, 20 hours ago
dimecasts.net — A short screencast on adding IoC support (w/StructureMap) to ASP.Net MVC for controllers. read more...
add a comment
|
category: ASP.NET | Views: 143
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 16 hours ago, submitted by
dwhittaker
2 days, 20 hours ago
dimecasts.net — A short screencast on adding IoC support (w/StructureMap) to ASP.Net MVC for controllers. read more...
add a comment
|
category: ASP.NET | Views: 143
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 9 hours ago, submitted by
rstrahl
2 days, 20 hours ago
west-wind.com — When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. read more...
add a comment
|
category: AJAX | Views: 192
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 9 hours ago, submitted by
rstrahl
2 days, 20 hours ago
west-wind.com — When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. read more...
add a comment
|
category: AJAX | Views: 192
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BobStrogg
2 days, 22 hours ago
chriscavanagh.wordpress.com — As you know, .NET 3.5 SP1 includes a WebBrowser control. The current implementation is just a wrapper around the MSHTML ActiveX control, which unfortunately prevents you from doing crazy things to it through WPF.
The ActiveX control itself can be queried for the IViewObject interface and have its Draw method called. The WPF WebBrowser doesn’t expose this directly, but fortunately the Windows Forms WebBrowser does (alternatively you could host MSHTML directly)... read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 days, 11 hours ago, submitted by
janko
2 days, 22 hours ago
jankoatwarpspeed.com — Let's say you are browsing a CSS gallery and you want to check out some new and beautiful website designs. And you are of course interested in some details - for example, which category design belongs to, what's the rating or whatsoever. This information could be rendered below thumbnail, but there are other, more attractive ways of displaying additional data. In this article we'll see how to improve image gallery with a simple trick. read more...
1 comment
|
category: Other | Views: 263
|
|
tags:
jQuery, CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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