Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Knowledge Base
Search:
What's New - What's Hot
More Categories for .NET Framework .NET Framework (376)
Listings for .Net Framework 2.0 .Net Framework 2.0 (9)
More Categories for ASP.Net ASP.Net (385)
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 (289)
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: 69  |  Today: 0Author: 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 upload file to SharePoint document library with Object Model  Version: 0.00     Price: $0.00  
Total Hits: 77  |  Today: 0Author: 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: 77  |  Today: 0Author: 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: 87  |  Today: 0Author: 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: Add a Trusted Publisher to a Client Computer for ClickOnce Applications  Version: 0.00     Price: $0.00  
Total Hits: 104  |  Today: 0Author: 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: 87  |  Today: 0Author: 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: 88  |  Today: 0Author: 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: 87  |  Today: 0Author: 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: Export a Ribbon from the Ribbon Designer to Ribbon XML  Version: 0.00     Price: $0.00  
Total Hits: 101  |  Today: 0Author: 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....

How to: Change Cached Data in a Workbook on a Server  Version: 0.00     Price: $0.00  
Total Hits: 89  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

You can change data in the cache of a Microsoft Office Excel workbook that is part of a document-level project without running Excel. This makes it possible to change data in Excel workbooks that are stored on a server.

The code to change the data must be outside of the main project assembly that is associated with the document you are working with, for example in an ASP.NET Web page, a console application, or a Windows Forms application....

How to: Add Custom XML Parts to Document-Level Customizations  Version: 0.00     Price: $0.00  
Total Hits: 107  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

You can store XML data in a Microsoft Office Excel workbook or Microsoft Office Word document by creating a custom XML part in a document-level customization. For more information, see Custom XML Parts Overview....

How to: Target the Office Multilingual User Interface  Version: 0.00     Price: $0.00  
Total Hits: 58  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Multilingual User Interface (MUI) is a Microsoft Office feature that gives the end user the ability to change the language of the user interface (UI). For example, an end user working with an English UI can change the language of the UI to Spanish....

How to: Create and Modify Custom Document Properties  Version: 0.00     Price: $0.00  
Total Hits: 46  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Microsoft Office applications listed above provide built-in properties that are stored with documents. In addition, you can create and modify custom document properties if there is additional information you want to store with the document.

Use the CustomDocumentProperties property of a document to work with custom properties. For example, in a document-level project for Microsoft Office Excel, use the CustomDocumentProperties property of the ThisWorkbook class. In an application-leve...

Removing Obsolete Attributes from Office Projects that You Migrate to the .NET Framework 4  Version: 0.00     Price: $0.00  
Total Hits: 42  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

When the target framework of an Office project is changed to the .NET Framework 4, you must remove obsolete attributes from the projects in the following scenarios:
*You upgrade an Office project from Visual Studio 2008. In this case, you must remove the SecurityTransparentAttribute.
*You change the target framework of an Excel project. In this case, you must remove the Microsoft.Office.Tools.Excel.ExcelLocale1033Attribute....

Fuslogvw.exe (Assembly Binding Log Viewer)  Version: 0.00     Price: $0.00  
Total Hits: 46  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Assembly Binding Log Viewer displays details for assembly binds. This information helps you diagnose why the .NET Framework cannot locate an assembly at run time. These failures are usually the result of an assembly deployed to the wrong location, a native image that is no longer valid, or a mismatch in version numbers or cultures. The common language runtime's failure to locate an assembly typically shows up as a TypeLoadException in your application....

SOS.dll (SOS Debugging Extension)  Version: 0.00     Price: $0.00  
Total Hits: 48  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The SOS Debugging Extension (SOS.dll) helps you debug managed programs in the WinDbg.exe debugger and in Visual Studio by providing information about the internal common language runtime (CLR) environment. To get SOS.dll, install the Debugging Tools for Windows package from the WDK and Developer Tools Web site ....

Winres.exe (Windows Forms Resource Editor)  Version: 0.00     Price: $0.00  
Total Hits: 45  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Windows Forms Resource Editor, Winres.exe, is a visual layout tool that helps localization experts localize Windows Forms user interface (UI) resources used by forms. The .resx or .resources files that are used as input to Winres.exe can be created using a visual design environment such as Microsoft Visual Studio. For information on deploying resources in .NET Framework applications, see Resources in Applications....

Cert2spc.exe (Software Publisher Certificate Test Tool)  Version: 0.00     Price: $0.00  
Total Hits: 51  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Software Publisher Certificate Test tool creates a Software Publisher's Certificate (SPC) from one or more X.509 certificates. Cert2spc.exe is for test purposes only. You can obtain a valid SPC from a Certification Authority such as VeriSign or Thawte. For more information on creating X.509 certificates, see the Certificate Creation Tool (Makecert.exe)....

How to: Request Permission to Access Unmanaged Code  Version: 0.00     Price: $0.00  
Total Hits: 38  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

You can easily request permissions by applying attributes that represent the permissions you want to request to the assembly level of your code. The attributes you use can vary, depending on the permissions you are requesting. Requests are compiled into the metadata of your application's assembly manifest and evaluated by the runtime when your code is loaded into memory during execution....

How to: Use Data Protection  Version: 0.00     Price: $0.00  
Total Hits: 44  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET Framework provides access to the data protection API (DPAPI), which allows you to encrypt data using information from the current user account or computer. When you use the DPAPI, you alleviate the difficult problem of explicitly generating and storing a cryptographic key....



Disclaimer - Privacy
© 2002-2012 DevASP.net