Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Knowledge Base
Search:
What's New - What's Hot
More Categories for .NET Framework .NET Framework (377)
Listings for .Net Framework 2.0 .Net Framework 2.0 (9)
More Categories for ASP.Net ASP.Net (396)
More Categories for ASP.Net 2.0 ASP.Net 2.0 (42)
More Categories for C-Sharp C-Sharp (234)
More Categories for SQL Server SQL Server (291)
More Categories for Visual Basic.Net Visual Basic.Net (498)
More Categories for Visual C# .NET Visual C# .NET (44)
More Categories for Visual C++ .NET Visual C++ .NET (71)
More Categories for Visual SourceSafe Visual SourceSafe (17)
More Categories for Visual Studio 2005 Visual Studio 2005 (10)
More Categories for Visual Studio.Net Visual Studio.Net (130)
More Categories for Windows Windows (203)
More Categories for XML XML (15)
More Categories for XML and .NET XML and .NET (71)
 


How Yahoo! speeds up your application    Version: 0.00       Price: $0.00   
Total Hits: 14  |  Today: 0 Author: Bill Gu       Rating:  
Read Reviews | Write Review |   Your Rating: 

First of all, I would like to suggest you to run my small program. Not sure what your system is; on my computer, it prints out a line in about 1500 milliseconds. I think your result would be quite close to this as long as you run it on a Windows NT, 2000, or XP platform. Then, you just open your browser and visit http://finance.yahoo.com/. Yes, the Yahoo! Finance page, not the Yahoo! home page. Suddenly, you will see that the small program runs much faster (on my computer, it prints a line in 20...

How to Execute SSIS Packages in C# ASP.NET - Part I    Version: 0.00       Price: $0.00   
Total Hits: 20  |  Today: 0 Author: Vuyiswamb       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this s Article I am going to explain the technology that came with Sql 2005. This is SSIS which stands for Sql Server Integrated Services. Recently I was working on a project for a client with large sum of Data and there was a need to process the data on a certain time frame. There were lot of technologies available at my Disposal, but this kind of Functionality needed to be streamlined and optimised. Of all the Technologies, i have chosen SSIS. In this Article I will demonstrate on how to ex...

How to upload file to SharePoint document library with Object Model    Version: 0.00       Price: $0.00   
Total Hits: 24  |  Today: 0 Author: Goldytech       Rating:  
Read Reviews | Write Review |   Your Rating: 

So far so good, it has been wonderful journey of learning SharePoint. With every end of day I learn something new and wants to share that with my readers. So here I am again showing you one more aspect of SharePoint programming. In my earlier post I had written about, Programming SharePoint Lists, in which I showed all the CRUD operations that can be done on SharePoint List. Here I shall be talking about the document libraries. Well they are also one type of the list , but the vast difference be...

How to Use Linq    Version: 0.00       Price: $0.00   
Total Hits: 24  |  Today: 0 Author: Mehulthakkar1       Rating:  
Read Reviews | Write Review |   Your Rating: 

Linq ( Language Integrated Query) provide you command over manipulating data. Using Linq we can write the query expression in code. With the use of Linq we can manipulate any object which is implemented by the IEnumerable T interface, XML, Dataset or relational database....

How to: Use FileSystemWatcher to listen to local drives    Version: 0.00       Price: $0.00   
Total Hits: 34  |  Today: 0 Author: Jaish Mathews       Rating:  
Read Reviews | Write Review |   Your Rating: 

I recently have done with some tasks on FileSystemWatcher class which is under System.IO namespace. This class is not a new one, but looks very interesting that without any customized service from our side, it's capable of listening to your files system and will report to you regarding any changes happening to your local drives. Another reason why I am publishing this article is that I faced with a cross thread issue during execution. But I tackled that using delegate. This also will be fruitfu...

How to make your code more unit test friendly and better    Version: 0.00       Price: $0.00   
Total Hits: 33  |  Today: 0 Author: mifth       Rating:  
Read Reviews | Write Review |   Your Rating: 

How to make your code more unit test friendly (and better)
You just simply split your code into small classes and methods while ensuring your follow the principles of Separation Of Concerns and Single Responsibility....

How to: Add a Trusted Publisher to a Client Computer for ClickOnce Applications    Version: 0.00       Price: $0.00   
Total Hits: 44  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

With Trusted Application Deployment, you can configure client computers so that your ClickOnce applications run with a higher level of trust without prompting the user. The following procedures show how to use the command-line tool CertMgr.exe to add a publisher's certificate to the Trusted Publishers store on a client computer....

How to: Extend the Appearance and Behavior of Controls in Design Mode    Version: 0.00       Price: $0.00   
Total Hits: 33  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

You can extend the design-time environment by authoring your own custom designer. Your custom designer can change the appearance and behavior of your control while the user is designing the control....

How to: Serialize Collections of Standard Types with the DesignerSerializationVisibilityAttribute    Version: 0.00       Price: $0.00   
Total Hits: 36  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

This example demonstrates how to use the DesignerSerializationVisibilityAttribute class to control how a collection is serialized at design time. Applying the Content value to your collection property ensures that the property will be serialized....

How to send XML data to a Webpage using “POST” Method.    Version: 0.00       Price: $0.00   
Total Hits: 35  |  Today: 0 Author: abin jaik       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I came across an interesting requirement to send XML data to a particular URL using POST, means i need to post some XML data to a URL. I came to answer within a couple hrs of “googling” and R&D. Below mentioned is the sample code that I have created to explain the technique. Scenario defines here explains data sending between 2 websites, one is requestor website, which send xml POST data and other is responder website, which collect data from requestor website....

How To Do Amazingly Simple Searches With NSArray & NSPredicate    Version: 0.00       Price: $0.00   
Total Hits: 42  |  Today: 0 Author: MobileAppMastery       Rating:  
Read Reviews | Write Review |   Your Rating: 

Cocoa-Touch ships with an super-useful class that will help you search through your lists of objects just like they were coming from a database. The class is called NSPredicate which also works with Core Data. This is very powerful stuff, especially what you are working with data intensive applications....

How to: Export a Ribbon from the Ribbon Designer to Ribbon XML    Version: 0.00       Price: $0.00   
Total Hits: 50  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Ribbon (Visual Designer) item does not support all possible types of Ribbon customization. To customize the Ribbon in advanced ways, you can export the Ribbon from the designer to Ribbon XML and edit the XML directly....


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net