dawtips

Stories kicked by dawtips

When to Use URL Mapping in ASP.NET(professionalaspnet.com)

submitted by docluvdocluv(1575) 4 years, 3 months ago

I saw a question on the ASP.NET forums on when to use or what is URL Mapping good for. This is a very good question, especially for newbies to the ASP.NET paradigm. This article explains the basics of URL Mapping in ASP.NET read more...

add a comment |category: |Views: 20

tags: another

Put Down the XmlNode and Step Away From the StringBuilder(vonsharp.net)

submitted by viggityviggity(1124) 4 years, 3 months ago

Demonstrates the easiest way of generating and parsing Xml available in the .net framework. No more XmlNodes and no more CleanStringForXml custom utility functions. read more...

add a comment |category: |Views: 18

tags: another

Getting JavaScript and ASP.NET talking (outisde of AJAX)(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 3 months ago

How do you get your server-side properties set in you JavaScript objects? A review of some of the options, focusing on the ASP.NET AJAX ScriptControl. read more...

add a comment |category: |Views: 30

tags: another

Getting Clueful: 7 Things CIOs Should Know About Agile Development(cio.com)

submitted by asteroidasteroid(445) 4 years, 3 months ago

Agile methodologies for software projects can help organizations create better software faster. Yeah, yeah, you've heard that before. Here, experienced programmers explain the key ingredients to make those goals achievable. read more...

add a comment |category: |Views: 1

tags: another

How to use delegates to remove duplicated code(jachman.wordpress.com)

submitted by JachmanJachman(530) 4 years, 3 months ago

Sometimes you have duplicated code, that is not easy to remove with “ordinary” coding approaches. Think about the following example. You have two or more methods that needs to be encapsulated with try-catch blocks. read more...

add a comment |category: |Views: 12

tags: another

Inside Vista SP1's File Copy improvements(blogs.technet.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

Mark Russinovich: "Windows Vista SP1 includes a number of enhancements over the original Vista release in the areas of application compatibility, device support, power management, security and reliability." read more...

add a comment |category: |Views: 3

tags: another

.Net Performance Optimizations(dotnetslackers.com)

submitted by brianjlowrybrianjlowry(640) 4 years, 3 months ago

There are some good ones in here. Keeping javascript business logic off the client-side and on the server side... caching AJAX requests... etc. read more...

add a comment |category: |Views: 12

tags: another

10 ASP.NET Performance and Scalability Secrets(codeproject.com)

submitted by superghostsuperghost(2260) 4 years, 3 months ago

ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... read more...

2 comments |category: |Views: 69

tags: another

Something you probably don't know about enums in C#(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 3 months ago

Do you think the use of an enum in your code is limiting the possible values that can be used? Think again. Maybe we need to learn to be more careful about checking our enums for valid values. read more...

5 comments |category: |Views: 13

tags: another

10 Tips for writing high performance ASP.NET apps(msdn.microsoft.com)

submitted by superghostsuperghost(2260) 4 years, 4 months ago

This article discusses: Common ASP.NET performance myths. Useful performance tips and tricks for ASP.NET. Suggestions for working with a database from ASP.NET. Caching and background processing with ASP.NET read more...

add a comment |category: |Views: 19

tags: another

The Stopwatch Class(alteridem.net)

submitted by rprouserprouse(1175) 4 years, 4 months ago

Stop using DateTime to time long sections of code. The 2.0 framework introduced the System.Diagnostics.Stopwatch class to do the dirty work for you. read more...

1 comment |category: |Views: 19

tags: another

Free Professional Diff Tool from SourceGear(weblogs.asp.net)

submitted by wisemxwisemx(8074) 4 years, 4 months ago

DiffMerge is a polished product for side-by-side comparison (and merging) of files. It highlights changes within the lines and has many of configuration options. read more...

4 comments |category: |Views: 40

tags: another

How to check email works with no SMTP(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 4 months ago

Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... read more...

2 comments |category: |Views: 85

tags: another

Introducing SPDeploy(ascentium.com)

submitted by ctrl1024ctrl1024(110) 4 years, 4 months ago

SPDeploy is a tool that allows developers to create SharePoint customizations inside Visual Studio, then package and deploy those changes to a remote SharePoint server. With SPDeploy you can create a project that contains SharePoint customizations and deploy those customizations to a remote SharePoint server in 10 minutes or less. SPDeploy consists of an MSBuild extension and a Visual Studio Project template. read more...

add a comment |category: |Views: 16

tags: another

Silverlight SEO (Search Engine Optimisation / Optimization)(weblogs.asp.net)

submitted by johnmanjohnman(1280) 4 years, 4 months ago

This is a blog post of my own making talking about Silverlight and Search Engine optimisation and a test I conducted on the site http://www.silverlightseo.net on the 30th of December. The test page got indexed and now ranks at number 2 for the search term silverlight seo on google. This post describes the results and the approach. read more...

add a comment |category: |Views: 6

tags: another

Create Web Sites+Services with ASP.NET MVC(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

An example library that shows how, with one line of code and a few conventions, your ASP.NET web site can instantly serve up HTML, POX, or JSON. Very cool! read more...

add a comment |category: |Views: 8

tags: another