matisq

Stories kicked by matisq

Awesome ASP.NET 2.0 RSS Tool-Kit Released(weblogs.asp.net)

submitted by matisqmatisq(340) 4 years, 2 months ago

RSS Tool-Kit Released read more...

add a comment |category: |Views: 11

tags: another

Free - Three Hour Video on Designing .NET Class Libraries (Excellent)(coolthingoftheday.blogspot.com)

submitted by marcosmarcos(2779) 5 years, 1 month ago

This class presents best practices for designing frameworks that are reusable object-oriented libraries. The guidelines are applicable to frameworks ranging in size and in their scale of reuse from large system frameworks to small components shared among several applications. They started as a small set of naming and design conventions, but have been enhanced, scrutinized, and refined to a point where they are generally considered the canonical way to design frameworks at Microsoft. They carry the experience and cumulative wisdom of thousands of developer hours, over three versions of the .NET Framework. (Via Greg) read more...

3 comments |category: |Views: 35

tags: another

Get view state off __VIEWSTATE!(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 2 months ago

ASP.NET saves transient control data across postbacks in a hidden field, which can severely affect response times. This article explores the ways to keep view state on the server. read more...

1 comment |category: |Views: 11

tags: another

Mateusz Trojak - myBlog: SQL Server 2005 Express for Beginners(matisq.blogspot.com)

submitted by matisqmatisq(340) 5 years, 2 months ago

Yeah! It's a new, brand Microsoft's politic about learning! After New Videos from "How Do I?" series on asp.net and Microsoft® Web Development Learning Series Microsoft released SQL Server 2005 Express for Beginners. read more...

add a comment |category: |Views: 6

tags: another

A showroom of nice looking simple downloadable DHTML and AJAX scripts(miniajax.com)

submitted by matisqmatisq(340) 5 years, 2 months ago

A showroom of nice looking simple downloadable DHTML and AJAX scripts with many sample projects, js files and other resources read more...

add a comment |category: |Views: 5

tags: another

Adding a DotNetKicks image via Javascript(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 2 months ago

Simple Javascript function which adds the DotNetKicks counter button to your pages. read more...

add a comment |category: |Views: 8

tags: another

Microsoft Web Development Learning Series(matisq.blogspot.com)

submitted by matisqmatisq(340) 5 years, 2 months ago

In one of my previous post I shortly described a few features of New Microsoft Beginner Developer Learning Center. But Microsoft doesn't forget about more advanced programmers! Exactly web programmers, with basic ASP.NET knowledge. Microsoft Web Development Learning Series it's a next well-organized library with "more than 60 learning modules—organized by track—including Virtual Labs and both live and on-demand webcasts for PHP, JSP, and ColdFusion developers." read more...

add a comment |category: |Views: 1

tags: another

Creating a Generic Collection Class with Sorting Support in .NET 2.0(kylefinley.net)

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

One of the coolest new features in .NET 2.0 is the introduction of Generics. For those of you that have been creating tons of strongly typed collections for your business objects I'm sure you had the same reaction I did when you heard about them. "Sweet!! Now I can stop generating and tweaking derived collection classes all over the place!!" (This is assuming you've all been using some sort of refactoring tool that can generate the collection classes for you, I hope you have.) OK, so now we know we can create strongly typed collections in our code. You might be wondering why I'm suggesting we still create a separate collection class and not just use the generic collections included in the System.Collections.Generic namespace. The idea is that we can create our own collections that support generics that provide us with specific needs that we might commonly use or need for a specific application. In this article I will present a simple collection class which both supports Generics as well as Sorting. read more...

add a comment |category: |Views: 100

tags: another

Design Patterns for ASP.NET (Part 2)(devx.com)

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

As you saw in the first article in this series, ASP.NET automatically implements the Model-View-Presenter (MVP) pattern when you use the built-in "code-behind" approach. However other patterns, usually referred to as "controller patterns," are also suitable for use in ASP.NET. These patterns extend the capability for displaying a single view by allowing applications to choose which view to display at runtime depending (usually) on user interaction. read more...

1 comment |category: |Views: 7

tags: another

Aspnet 2.0 with Partial Trust... is tricky(intrepidnoodle.com)

submitted by inoodleinoodle(305) 5 years, 2 months ago

A few things to remember about Partial Trust hosting. read more...

add a comment |category: |Views: 5

tags: another

New Videos from "How Do I?" series on asp.net (matisq.blogspot.com)

submitted by matisqmatisq(340) 5 years, 2 months ago

There are two new videos available on ASP.NET in learn/videos section: "How Do I: Implement the AJAX Paging Pattern?" and "How Do I: Get Started with the Animation Extender Control?". Watch and Learn! read more...

add a comment |category: |Views: 0

tags: another

ASP.NET AJAX 1.0 available on Microsoft's Download Center (matisq.blogspot.com)

submitted by matisqmatisq(340) 5 years, 2 months ago

Yesterday Microsoft finally release ASP.NET AJAX 1.0 on a Microsoft Download Center. read more...

1 comment |category: |Views: 19

tags: another

.NET samples(weblogs.asp.net)

submitted by matisqmatisq(340) 5 years, 2 months ago

Mike Woodring has an interesting collection of .Net samples covering almost everything from remoting to security. read more...

1 comment |category: |Views: 13

tags: another

The Three Faces of ASP.NET AJAX(windowsdevcenter.com)

submitted by rcerffrcerff(160) 5 years, 2 months ago

A comprehensive introduction into ASP.NET AJAX 1.0. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET Security Hacks(en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 2 months ago

Learn how to keep your ASP.NET Web site safe and secure from common security attacks, e.g., SQL Injection, Parameterize IN Expression, Canonicalization Attacks, File Upload Control, Dynamic Impersonation, Validate Strong Password. read more...

add a comment |category: |Views: 21

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