prasphy

Stories submitted by prasphy

Did it with .NET - Adventures with the Garbage Collector and the JIT O(diditwith.net)

submitted by prasphyprasphy(780) 5 years, 1 month ago

Dan Shechter's code sample that illustrates a certain peculiarity of the .NET garbage collector. read more...

add a comment |category: |Views: 3

tags: another

Understanding ASP.NET Application Folders(aspalliance.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

This article describes the defined application folder structure in ASP.NET 2.0. read more...

add a comment |category: |Views: 0

tags: another

New C# 3.0 Language Features(weblogs.asp.net)

submitted by prasphyprasphy(780) 5 years, 2 months ago

New C# "Orcas" Language Features: Automatic Properties, Object Initializers, and Collection Initializers read more...

add a comment |category: |Views: 194

tags: another

Concepts behind the C# 3.0 language(codeproject.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

Concepts in C# 3.0 read more...

add a comment |category: |Views: 10

tags: another

Using WebParts in ASP.Net 2.0(dotnetslackers.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

Webparts provide us an easy way to customize our website at runtime. ASP.NET Web Parts controls are an integrated set of controls for creating Web sites that enable end users to modify the content, appearance, and behavior of Web pages directly in a browser. read more...

add a comment |category: |Views: 7

tags: another

Building Layered Web Applications with Microsoft ASP.NET 2.0 - Part 3 (imar.spaanjaars.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

This is part 3 of the article series "Building Layered Web Applications" that shows you how to build N-Layer applications with Microsoft ASP.NET 2.0. These articles teach you how to design, build and use custom business objects in your web application. read more...

add a comment |category: |Views: 10

tags: another

Building Layered Web Applications with Microsoft ASP.NET 2.0 - Part 2 (imar.spaanjaars.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

This is part 2 of the article series "Building Layered Web Applications" that shows you how to build N-Layer applications with Microsoft ASP.NET 2.0. These articles teach you how to design, build and use custom business objects in your web application. read more...

add a comment |category: |Views: 5

tags: another

Building Layered Web Applications with Microsoft ASP.NET 2.0 - Part 1 (imar.spaanjaars.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

This is part 1 of the article series "Building Layered Web Applications" that shows you how to build N-Layer applications with Microsoft ASP.NET 2.0. These articles teach you how to design, build and use custom business objects in your web application. read more...

1 comment |category: |Views: 18

tags: another

Speed Optimization in ASP.NET 2.0 Web Applications(beansoftware.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

This article describes various methods to optimize the processing speed of ASP.Net pages that have large number of http requests read more...

add a comment |category: |Views: 11

tags: another

ASP.NET 2.0: Manage Web Users With Custom Profile Providers -- MSDN Ma(msdn.microsoft.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

With ASP.NET 2.0, you can add authentication, authorization, and profiles to your Web site without writing a single line of code. read more...

add a comment |category: |Views: 18

tags: another

C# 3.0 Lambda Expressions(blogs.msdn.com)

submitted by prasphyprasphy(780) 5 years, 2 months ago

Lambda expressions, a new feature in C# 3.0, have a more concise syntax to write anonymous functions. Lambda expressions express the implementation of a method and the instantiation of a delegate from the method with a single syntactical construct. read more...

add a comment |category: |Views: 49

tags: another

OpenID control for ASP.NET(cs.nerdbank.net)

submitted by prasphyprasphy(780) 5 years, 2 months ago

OpenID is a cross-platform, cross-browser single Internet sign-on using a distributed network. The DotNet OpenID library lets you enable OpenID authentication on sites built using ASP.Net. read more...

add a comment |category: |Views: 178

tags: another

Event Handlers in Global.asax(aspnetresources.com)

submitted by prasphyprasphy(780) 5 years, 3 months ago

Describes how to declare events in global.aspx and how is handled by ASP.Net read more...

add a comment |category: |Views: 26

tags: another

extend an explicitly implemented interface(weblogs.asp.net)

submitted by prasphyprasphy(780) 5 years, 3 months ago

extend an explicitly implemented interface read more...

add a comment |category: |Views: 7

tags: another