jdellig

Stories kicked by jdellig

How to pass a value from User Control to the Page(dotnetfunda.com)

submitted by jdelligjdellig(20) 3 years, 8 months ago

In the process of developing an application, there are situations when you need to pass a particular value from user control to its calling page. This article describes solution to that type of problem in an easy to follow steps. read more...

add a comment |category: |Views: 26

tags: another

15 Tools to Help You Develop Faster Web Pages(sixrevisions.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Response times, availability, and stability are vital factors to bear in mind when creating and maintaining a web application. If you’re concerned about your web pages’ speed or want to make sure you’re in tip-top shape before starting or launching a project, here’s a few useful, free tools to help you create and sustain high-performance web applications. read more...

1 comment |category: |Views: 737

tags: another

Do You Really Want to Be a Development Team Leader?(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader". Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale. read more...

add a comment |category: |Views: 29

tags: another

Most Useful 50 CSS Tips (emmaalvarez.com)

submitted by stenbaekstenbaek(545) 4 years, 1 month ago

A useful page that provides a nice listing of various CSS tips, tricks and tools. read more...

add a comment |category: |Views: 51

tags: another

The ASP.NET community's only real problem is education(weblogs.asp.net)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

After reading this post from Dan Hounshell, I'm drawn to more questions about "what's wrong with the ASP.NET community," and I'm still convinced that people are asking the wrong questions. read more...

add a comment |category: |Views: 0

tags: another

Windows Communication Foundation - 65 Links to make you an expert!(joeon.net)

submitted by mosessaurmosessaur(5424) 4 years, 2 months ago

Windows Communication Foundation - 65 Links to make you an expert! read more...

add a comment |category: |Views: 45

tags: another

Bringing down an ASP.NET Application for updates(blogs.msdn.com)

submitted by tom24tom24(1100) 4 years, 2 months ago

Best way to update content in an ASP.NET application on a production machine read more...

add a comment |category: |Views: 1

tags: another

How to share knowledge in a team(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 4 years, 3 months ago

This guy has figured out a very pragmatic solution to a common problem in team enviroments: How to ensure that valuable information recieved by Email from i.e. third-party participants and vendors do not get lost in people's Inboxes? read more...

2 comments |category: |Views: 4

tags: another

Friendly "maintenance" page for your ASP.NET application(weblogs.asp.net)

submitted by CompiledMonkeyCompiledMonkey(135) 4 years, 3 months ago

ScottGu demonstrates a nice and easy way to show a maintenance page for your ASP.NET application while you're working on it. read more...

4 comments |category: |Views: 1571

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

43 Exceptionally Useful AJAX Applications(designvitality.com)

submitted by KickworthyKickworthy(300) 4 years, 7 months ago

Usability on websites is exploding right now. AJAX has enabled web developers everywhere to add functionality to their sites like never before. They’ve gathered 43 extremely useful AJAX applications for use on any website. read more...

1 comment |category: |Views: 12

tags: another

More than 100 Web 2.0 Online Generators(ifxplus.com)

submitted by m.casatim.casati(600) 4 years, 7 months ago

Here the list of online generators specifically for web 2.0 design: enjoy it! read more...

add a comment |category: |Views: 45

tags: another

SQL Server: Notify client of progress in a long running process(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 7 months ago

In long running scripts it's usefull to notify the client of the progress. Here's a simple solution. read more...

add a comment |category: |Views: 30

tags: another

What if null if null is null null null is null?(sqlblog.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 7 months ago

I’ll discuss some well-known and some less well-known functions and keywords that are specifically created to deal with NULL values read more...

add a comment |category: |Views: 6

tags: another

StringBuilder is not always faster - Part 2(chinhdo.com)

submitted by chinhdochinhdo(395) 4 years, 7 months ago

n a previous article (”StringBuilder is not always faster), I provided some quick benchmark data and gave “rules of thumb” for when to use StringBuilder and when to use traditional string concatenations. In this follow-up article, I will attempt to provide a more detailed analysis. read more...

3 comments |category: |Views: 9

tags: another

.NET 2.0 Data Structures(msdn2.microsoft.com)

submitted by senfosenfo(881) 4 years, 8 months ago

The .NET 2.0 framework includes many data structures that go unnoticed by many developers. Additionally, there are very powerful data structures that are not part of the base class library, but are very efficient when used in the right situation. This is a great article that (re)demonstrates a very important topic that many of us have forgotten since college. read more...

add a comment |category: |Views: 36

tags: another