pavel

Stories kicked by pavel

Utilities.NET 1.0 released(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 7 months ago

Utilities.NET is a collection of helper classes and components for quickly solving common .NET programming tasks. read more...

1 comment |category: |Views: 11

tags: another

Integrating jQuery with ASP.NET(ferry.ferryandtheria.com)

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

An altenative AJAX solution to use jQuery instead of ASP.NET AJAX. read more...

5 comments |category: |Views: 121

tags: another

LINQ Closures May Be Hazardous to Your Health!(diditwith.net)

submitted by jamesewelchjamesewelch(2275) 4 years, 7 months ago

This article is really academic in nature on the topic of closures and how they fit into LINQ query expressions. It contains a highly-contrived example that is not representative of quality LINQ code. One of the most interesting aspects of LINQ query expressions is that they produce lexical closures. Exploiting closures in query expressions can be powerful but tricky. read more...

add a comment |category: |Views: 20

tags: another

5 Facebook.NET Development Tips(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 7 months ago

5 Facebook.NET Development Tips - Use Steven Treffen's Visual Studio.NET starter kit for Facebook.NET, develop and debug your application as an <iframe> application, use strongly-typed references to Master Pages in all of your .aspx files, Use <fb:FacebookHyperLink> extensively, and Use the FBML Test Console. read more...

add a comment |category: |Views: 24

tags: another

Profiling .NET Applications(thinkersroom.com)

submitted by GandalfGandalf(465) 4 years, 7 months ago

A guide with screen shots illustrating how to identify and eliminate bottlenecks in a .NET application using a profiler read more...

add a comment |category: |Views: 20

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

Using Google Analytics with rich (managed) web applications in Silverl(blogs.msdn.com)

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

Microsoft Silverlight 1.1 and the HTML DOM bridge can easily interface with Google Analytics to help you analyze, track, and better understand your web site visitors. Already a common activity for Flash and Flex developers, the concept of tracking within a rich web application may be new to traditional client application developers, and probably not something done with common WPF applications, but it's simple to add and very useful to advertisers. read more...

add a comment |category: |Views: 13

tags: another

SubSonic of the Day - They Query Tool(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

By now, you have probably heard of LINQ. LINQ, as you probably know, stands for Language Integrated Query. The LINQ queries you build inside of C# or VB are baked into the .NET 3.5 framework. SubSonic takes a more traditional approach (right now) and uses the Query as an object. Instead of doing weird things like var myQ = from.... and Dim myQ = Select..... you create an object and manipulate a query rather than have a language do the querying for you. read more...

add a comment |category: |Views: 23

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

Multi-targeting VS2005 and VS2008 Web Application Projects - A Gotcha(stevenharman.net)

submitted by diggerdanhdiggerdanh(295) 4 years, 7 months ago

Tips on Multi-targeting VS2005 and VS2008 Web Application Projects read more...

add a comment |category: |Views: 10

tags: another

Proposed DotNetKicks Redesign(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 7 months ago

The current skin of DotNetKicks just isn't quite there. It doesn't look as cool as it could. And I'm sure it's just because the time hasn't been spent to make it look good. So, I thought I'd put together a mockup design that is based off the current design, but with some improvements. I like it, but the test is if any of you like it too. Let me know what you think. read more...

7 comments |category: |Views: 7

tags: another

PostSharp - A Post-Compiler for .NET(postsharp.org)

submitted by atifazizatifaziz(1000) 4 years, 7 months ago

PostSharp is a platform that allows you to transform or analyze your .NET assemblies after compilation. It reads binary assemblies into memory, execute a suite of plug-ins and write back the modified code. Geat tool for Aspect-Oriented Programming (AOP). read more...

3 comments |category: |Views: 40

tags: another

10 Hot ASP.NET Tips and Tricks - 9/28/2007(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 7 months ago

10 Hot ASP.NET Tips and Tricks for the week of 9/28/2007. Includes boosting visual studio 2005 for enhanced productivity, server side redirects into a new window, master page hacks, speeding up your ASP.NET applications by stripping out extra HTTP handlers, page modules, and partial methods. read more...

5 comments |category: |Views: 20

tags: another

An architect should code. Period (codebetter.com)

submitted by hl7coderhl7coder(145) 4 years, 7 months ago

This has been said over and over again, but as long as it keeps happening it just has to be said again. A very common career path in IT "promotes" a coder over the years to a program manager with architect responsibilities. And being an architect they stop writing code themselves. The thing I see over and over again is that these people keep living in the programming environment in which they grew up. read more...

add a comment |category: |Views: 3

tags: another

Little things to help you CodeBetter(codebetter.com)

submitted by btompkinsbtompkins(445) 4 years, 7 months ago

Jeremy Miller's tips for better coding. read more...

add a comment |category: |Views: 2

tags: another

IIS 7.0 Hits RC0 - Lots of cool new IIS7 Extensions Also Now Available(weblogs.asp.net)

submitted by henningsthenningst(255) 4 years, 7 months ago

Scottgu blogs about the IIS 7.0 RC0 release read more...

add a comment |category: |Views: 2

tags: another