Tags

AJAX   (258)
ASP.NET   (314)
BizTalk   (135)
CSharp   (177)
Database,SQL   (431)
DotNetNuke   (76)
DTS/SSIS   (12)
Gizmo Watch   (18)
Ruby on Rails   (202)
Silverlight   (13)
Tech Bite   (254)
VB.NET   (91)
Web Design   (47)
Web Security   (138)
Web Service   (45)
Windows VISTA   (106)
XML/XSLT   (101)
Legal Note
This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content, please Contact Us and we will remove it.
 

Articles in ASP.NET

 

CurrentCulture, CurrentUICulture and DateTime strings

There are a lot of blogs out that that tries to explain which is what, and why it is the way it is. To those of you who just want to know what the results are. I wrote a quick little app to show what happens....

From : Kathy Kam 2008 Mar 11 Readability Readability Stats: Word Count: 108; Sentence Count: 8; Grade Level: 7.5

Silverlight 2 Beta 1 Control Samples

My sample and its source is now live on http://silverlight.net! It show case a variety of controls we have built for the Silverlight 2 Beta 1. We have quite an good set of controls. It shouldn't surprise my re...

From : Kathy Kam 2008 Mar 05 Readability Readability Stats: Word Count: 198; Sentence Count: 21; Grade Level: 3.9

 


Compression Decompression in .NET

From : Dutts DOTNET Support 2008 Feb 12 Readability Readability Stats: Word Count: 1; Sentence Count: 1; Grade Level: K

Learning .NET debugging

I often get questions like How do I learn .net debugging? What books should I read? Where can I find more information? I know everyones learning style is different so this might not be the best way for you, b...

From : If broken it is, fix it you should 2008 Jan 30 Readability Readability Stats: Word Count: 764; Sentence Count: 76; Grade Level: 4.2

Strongly Typed Datasets (.NET 2.0) - Course Notes

This course was created for the VBCity Academy where you can take online courses for free. Unfortunately, the material I wrote is something I constantly want to keep linking to - so I've decided to place the ...

From : VB & .NET Blogs @ vbCity.com 2008 Jan 24 Readability Readability Stats: Word Count: 88; Sentence Count: 6; Grade Level: 7.4

 


It's .Net Source Day! Let the Source Loose.... Today is the day you can configure VS2008 to grab the actual source code to the .Net Framework and step into it as you debug...

ScottGu's Blog - .NET Framework Library Source Code now available "Last October I blogged about our plan to release the source code to the .NET Framework libraries, and enable debugging support of the...

From : Gregs Cool [Insert Clever Name] of the Day 2008 Jan 20 Readability Readability Stats: Word Count: 408; Sentence Count: 64; Grade Level: 4.6

Writing a custom ASP.NET Profile class

We made heavy use of the ASP.NET membership and profile system for Video.Show (a Silverlight 1.0 video community website system, available on CodePlex). In addition to storing basic profile information, we cre...

From : JonGalloway.ToString() 2008 Jan 20 Readability Readability Stats: Word Count: 755; Sentence Count: 66; Grade Level: 8.9

.NET Framework Library Source Code Available - Browse ASP.NET, Winform, and ADO.NET Production Code

.NET Framework Library Source Code Available - Browse ASP.NET, Winform, and ADO.NET Production Code by David Hayden, Microsoft MVP C#   Scott Guthrie mentions the release of the .NET Framework Library ...

From : David Hayden - Florida .NET Developer - C# and SQL Server 2008 Jan 19 Readability Readability Stats: Word Count: 143; Sentence Count: 35; Grade Level: 4.2

 


Some behind-the-scenes details about .NET Framework 2.0 SP1 and 3.0 SP1 setup

Since the .NET Framework 3.5 shipped, I've written a few blog posts about some of the setup and deployment issues that can affect this product.  Behind the scenes, the installer for the .NET Framework 3.5...

From : Aaron Stebners WebLog 2008 Jan 18 Readability Readability Stats: Word Count: 1323; Sentence Count: 143; Grade Level: 4.4

Stepping into base class libraries of .NET Framework while debugging

Here are some pieces of information about stepping into base class libraries of .NET Framework while debugging: Configuring Visual Studio to Debug .NET Framework Source Code by Shawn Burke Debugging in...

From : Marco Dorantes WebLog 2008 Jan 18 Readability Readability Stats: Word Count: 38; Sentence Count: 3; Grade Level: 11.1

Firefox and the FileUpload control in ASP.NET

I’ve been pretty annoyed about the fact that FireFox ignores the width property of the ASP.NET FileUpload control. It doesn’t matter if you set it by CSS or even in JavaScript, Firefox always ign...

From : .NET slave 2008 Jan 17 Readability Readability Stats: Word Count: 311; Sentence Count: 20; Grade Level: 6.9

Web Authoring Component can fail during VS 2008 setup if Program Files has a trailing backslash

I heard from a customer who ran into an interesting issue during Visual Studio 2008 setup that I hadn't seen until now.  I wanted to post a description of the issue, how we diagnosed it and how to work ar...

From : Aaron Stebners WebLog 2008 Jan 14 Readability Readability Stats: Word Count: 444; Sentence Count: 14; Grade Level: 12.0

Correct using Cache in ASP.NET

Often in ASP.NET application we see a code which looks like this one: if (Cache["SomeData"] != null) {     string name = ((SomeClass) Cache["SomeData"]).Name;     //..... } Experienced developer, even if he is...

From : Dmytro Shteflyuks Home 2008 Jan 12 Readability Readability Stats: Word Count: 161; Sentence Count: 22; Grade Level: 7.3

Getting your Control to Function, and putting your Function in Control

From the recently pre-recorded blogs collection... The other day, Rob asked me via the Contact link: I'm trying to find a way to fix the function key on the Mac Book Pro I got to run Vista on. Yes, seems a...

From : Sorting It All Out 2008 Jan 11 Readability Readability Stats: Word Count: 455; Sentence Count: 23; Grade Level: 8.2

Large file uploads in ASP.NET

Uploading files via the FileUpload control gets tricky with big files. The default maximum filesize is 4MB - this is done to prevent denial of service attacks in which an attacker submitted one or more huge fi...

From : JonGalloway.ToString() 2008 Jan 08 Readability Readability Stats: Word Count: 989; Sentence Count: 78; Grade Level: 7.2

Pages: 1  2  3  4  5  6  


Quote: Good judgment comes from experience, and often experience comes from bad judgment - Rita Mae Brown