|
|
|
|
|
Total Hits: 14 | 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: 20 | Today: 0
|
Author: Vuyiswamb
|
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...
|
|
|
|
Total Hits: 24 | 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: 24 | 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: 34 | 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: 33 | Today: 0
|
Author: mifth
|
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....
|
|
|
|
Total Hits: 44 | 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: 33 | 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: 36 | 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: 35 | 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: 42 | Today: 0
|
Author: MobileAppMastery
|
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....
|
|
|
|
Total Hits: 50 | 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....
|
|
|
|
|
|