|
|
djsolid
djsolid
 |
|
Stories kicked by djsolid
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 12 days ago, submitted by
BrianGenisio
2 months, 12 days ago
brian.genisio.org — I just got back from the “Future of C#” talk at PDC by Anders Hejlsberg. This was a truly inspiring talk for a geek like me. C# is evolving into a much more dynamic language. I have always been a believer of strong typing… except when I’m not… and I have been wishing for something more dynamic (such as Duck Typing). In C# 4.0, we will be seeing some significant dynamic features. read more...
add a comment
|
category: C# | Views: 559
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 8 days ago, submitted by
oazabir
2 months, 12 days ago
msmvps.com — If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution overhead of Linq queries is going to consume too much CPU and make your site slow. There’s a runtime cost associated with each and every Linq Query you write. read more...
add a comment
|
category: Linq | Views: 254
|
|
tags:
ASP.NET, Performance, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 5 days ago, submitted by
crpietschmann
3 months, 7 days ago
dotnetcurry.com — In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...
1 comment
|
category: ASP.NET | Views: 373
|
|
tags:
dotnetcurry.com, dotnetcurry, Postback, ASP.NET, JavaScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
djsolid
3 months, 22 days ago
weblogs.asp.net — Many times I needed to set a default value for a property.
For example at the property below
public string Property1 {get; set;}
I wanted a default value "Value1". The only way was to create a private field or to set it in code like Property1 = "Value1" somewhere. read more...
add a comment
|
category: C# | Views: 23
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 24 days ago, submitted by
djsolid
3 months, 26 days ago
weblogs.asp.net — An ASP.NET Message box that can be used from the server and from the client side! read more...
add a comment
|
category: ASP.NET | Views: 315
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 27 days ago, submitted by
vivekamar
3 months, 28 days ago
dotnetcurry.com — This article discusses how to create a simple progress bar in Silverlight 2 Beta 2 that can be integrated easily into your projects. In this article, we will see how to download a .zip file and display the progress of the download using a progress bar. We will also read the contents of the .zip file. read more...
add a comment
|
category: Silverlight | Views: 178
|
|
tags:
Silverlight, dotnetcurry.com, dotnetcurry | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
sadukie
3 months, 28 days ago
devlicio.us — Sergio brings in personal examples of how the new data types work in SQL 2008 - don't expect to see any AdventureWorks here! read more...
add a comment
|
category: Database | Views: 12
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
iiordanov
3 months, 28 days ago
silverlightshow.net — Like many others, we have wanted a combo box since the release of Silverlight, but failed to find a usable one. Rather than waiting to see if and when the RTM includes one, we decided to address that need ourselves. It includes templating, data binding, and auto complete functionality. read more...
add a comment
|
category: Silverlight | Views: 57
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 29 days ago, submitted by
satheeshbabu
3 months, 29 days ago
codedigest.com — There are so many tasks or operations that are repeatedly used in ASP.Net applications. This article will list some of the useful tasks that we can use in our asp.net application extensively. read more...
add a comment
|
category: ASP.NET | Views: 806
|
|
tags:
ReadIt, Tips, ASP.NET, CodeDigest.Com | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 29 days ago, submitted by
mjpalad
4 months, 3 days 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...
1 comment
|
category: Other | Views: 692
|
|
tags:
Certification | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 16 days ago, submitted by
crpietschmann
4 months, 18 days ago
hanselman.com — I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...
add a comment
|
category: ASP.NET | Views: 168
|
|
tags:
httphandler, Image, ASP.NET, dotnetcurry | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
djsolid
4 months, 27 days ago
weblogs.asp.net — When I want to add a user control to a page I use the @Register directive at the top of the page. and the I add the control to the markup. But what if I want to add a user control programmatically but I have no reference of it via the markup? That is where the @Reference directive comes to action. read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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