|
|
|
|
|
|
| | Total Hits: 69 | Today: 0 | Author: Bill Gu | 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... |
| | Total Hits: 77 | Today: 0 | Author: Goldytech | 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... |
| | Total Hits: 77 | Today: 0 | Author: Mehulthakkar1 | 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.... |
| | Total Hits: 87 | Today: 0 | Author: Jaish Mathews | 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... |
| | Total Hits: 104 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 87 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 88 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 87 | Today: 0 | Author: abin jaik | 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.... |
| | Total Hits: 101 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 89 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 107 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 58 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 46 | Today: 0 | Author: Microsoft Corporation | 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... |
| | Total Hits: 42 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 46 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 48 | Today: 0 | Author: Microsoft Corporation | 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 .... |
| | Total Hits: 45 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 51 | Today: 0 | Author: Microsoft Corporation | 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).... |
| | Total Hits: 38 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 44 | Today: 0 | Author: Microsoft Corporation | 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.... |
|
|
|
|
|
|