DIY Tribe
  Programming Help, Web Design Help, CSS Help - Hosted by Hostway
ASP  
C++  
JavaScript  
CSS  
HTML  
XML  
COM/COM+  
Python  
Perl  
PHP  
DB2  
Oracle  
MySQL  
sql Server  
Java  
.net  
Open source  
 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
 
 
 
 
 
PROGRAMMING

ASP.NET, AJAX, ASP.NET MVC, Vi in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-07-09 13:26:03
 
  Here is the latest in my link-listing series.  Also check out my ASP.NET Tips, Tricks and Tutorials page and Silverlight Tutorials page for links to popular articles I've done myself in the past. You can also now follow me on twitter (.  


Improving the AJAX Control Too in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-07-09 13:24:27
 
The AJAX Control Toolkit is an incredibly popular set of controls that enable you to easily add JavaScript functionality to an ASP.NET application. The AJAX Control Toolkit has consistently been one of the top three most popular downloads from CodePl.  


ASP.NET MVC Framework in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-07-09 13:23:48
 
  One of the things that many people have asked for over the years with ASP.NET is built-in support for developing web applications using a model-view-controller (MVC) based architecture. Last weekend at the Alt.NET conference in Austin I gave.  


Master Page, Child Pages: Dyna in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-29 10:18:19
 
Over on the ASP.NET forums, where I am a moderator, a user asked a question concerning Master Pages. I thought it was an interesting enough question to spend a little time on it and write a BLOG entry (golf season hasn't started in my state yet). T.  


RC SQL Challenge #01 in sql Server
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-29 10:17:33
 
As I started some weeks ago playing with the excellent Sql Challenges of Jacob Sebastian (challenge #1, challenge #2 & challenge #3) , I thought it was really good exercise. It is a good way to find elegant solutions to common problems and a real.  


WinDbg aspnet_wp crashdump ana in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-29 10:16:34
 
In a scenario where a given process crashes, and the debugger wouldn't step in to the code even with "Just my code" option removed, the following procedure will help you spot the code that causes the exception. Microsoft has a set of debugg.  


The view 'Index' or its master in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-29 10:14:01
 
One of ASP.NET MVC errors wasted one hour of my life today (of course, it is many times less than this season’s leader SharePoint) but this is still one hour. “The view 'Index' or its master could not be found. The following locations wer.  


Linq: replacing multiple and n in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-28 09:54:23
 
Objective of the method: determine whether the given EnvDTE code class contains the given GeneratedCodeAttribute: "old" foreach/if approach: private bool IsPresentationModel(CodeClass2 baseClass) { foreach (CodeClass2 pc in baseClas.  


Find out code errors in the AS in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-28 09:53:40
 
When developing ASP.NET website based on ASP.NET MVC, we would write plenty of codes in the ASP.NET views. We always encounter a kind of problems that the code errors in the views cannot be found out when building the website, the error will be .  


Login control FAQ in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-28 09:51:37
 
This post contains some of the most asked questions when using login control. 1- how to redirect users to different pages based on their roles. This can be done by handling the LoggingIn event of the Login control. protected void Login1_Log.  


Twitter API - Submit a post in in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-26 22:43:02
 
I used C# and WCF, but I could have just as easily used an ASMX web service.  This code is fairly simple.  No I didn't write it initially.  I found it online (Hey, we all have to start somewhere).  I massaged it a little to fit my.  


PowerShell: Return values from in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-26 22:42:16
 
PowerShell has a special [ref] keyword to specify which parameters are used in a fuction to return values. It's usage is not directly clear however. If the type of the variable to update is a value type, use the [ref] keyword in the declaratio.  


ASP.NET 4.0 AJAX - Caching Dat in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-26 22:41:59
 
One of the interesting new objects in ASP.NET 4.0 AJAX is the DataView.  its a client side object which is associated with a display tag of some type.  In my examples, I've been using a table.  I assume it could be anything.  One .  


REST vs. SOAP - Feeling RESTfu in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-26 22:41:17
 
 I just want to share some of my thoughts about the whole REST vs SOAP debate. Previously I never really understood the whole REST philosophy but watching some of the Videos on MIX09 I am starting to feel the love. Basically it is a mind set c.  


The ASP.NET Capsule #2: Login in .net
     
Rating: 5 stars5 stars5 stars5 stars5 stars  
2009-03-25 10:58:25
 
In this capsule, I’ll show you how to login a user using Forms Authentication but programmatically. The process is actually simpler than you might think. If you know the username you can login the user with the following line of code: 1:.  

DEV ARTICLES RESOURCES

DEVELOPER SHED SPONSORS
 


Email:diybl@163.com  MSN:diybl@live.cn  DIY Tribe Copyright © 2009