tommyk

Stories kicked by tommyk

Asp.net LINQ for db4o(the3factory.com)

submitted by tommyktommyk(870) 4 years ago

There are some very nice additions to the new C# 3.0 language. For instance Automatic Properties, Object and Collection Initializers, Extension Methods, Lambda Expressions, Anonymous Types and of course LINQ. read more...

add a comment |category: |Views: 26

tags: another

Simple slide game using Viewbox(the3factory.com)

submitted by tommyktommyk(870) 4 years ago

This is a very simple article that really just demonstrates the various capabilities of the WPF ImageBrush. The basic idea is that the attached demo emulated one of those 9 square puzzles you used to get in XMAS stockings. read more...

add a comment |category: |Views: 34

tags: another

GridView Rows Navigation Using Arrow(the3factory.com)

submitted by tommyktommyk(870) 4 years ago

Implementing GridView rows navigation using arrow (Up/Down) keys is easy in IE but some tricky in other web browsers. Initially when I wrote JavaScript code for it, script was working well in IE but not in other browsers. read more...

add a comment |category: |Views: 146

tags: another

CD Audio Player in .NET 3.5 using WPF and DirectSound(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

CD Player application built with WPF and DirectSound using C# and Visual Studio 2008, and is targeted at the intermediate-level programmer who is familiar with C#, WPF, and .NET interoperability with native Windows APIs read more...

1 comment |category: |Views: 334

tags: another

Open source Project:DotNet Zip Library(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

The Microsoft .NET Framework {v2.0 v3.0 v3.5} includes base class libraries supporting compression within streams - both the Deflate and Gzip formats are supported. But the System.IO.Compression namespace provides streaming compression only - useful for communicating between cooperating parties but not directly useful for creating compressed archives, like .zip files. read more...

add a comment |category: |Views: 147

tags: another

Facebook for .NET(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

Facebook.NET provides a .net library for use in developing Facebook applications and accessing Facebook APIs. The library primarily geared around and optimized for developing ASP.NET-based Web applications, both FBML and IFrame-based Facebook applications through an intuitive API and small set of server controls. It does support the use of the Facebook API from desktop applications as well, and will eventually enable Silverlight application usage. read more...

1 comment |category: |Views: 33

tags: another

Open Source DataBase Project:System.Data.SQLite(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

System.Data.SQLite is an enhanced version of the original SQLite database engine. It is a complete drop-in replacement for the original sqlite3.dll (you can even rename it to sqlite3.dll). It has no linker dependency on the .NET runtime so it can be distributed independently of .NET read more...

add a comment |category: |Views: 33

tags: another

Silverlight DOM Integration Sample(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

Silverlight v2 introduced managed code into Silverlight but it didn't forget that JavaScript is still important. Silverlight 2 has a feature which allows the Silverlight application and its host page's JavaScript can communicate with each other. read more...

add a comment |category: |Views: 48

tags: another

Data Base Independent Data Access Layer(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

Download code In this Article I want to describe you how we can approach a data base free data layer. It doesn't mean that we will not use any database, but we will try to incorporate any data source with our data layer. This kind of problem happen when we are not sure about either dat.. read more...

add a comment |category: |Views: 39

tags: another

Useful Generic Array Functions(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

The standard .NET Framework offers quite a few generic functions to munipulate arrays, however there are some functionalities where extra code will be needed such as Appending to the array, removing an element from the array, or removing all elements that fall under a condition. Background Sho... read more...

add a comment |category: |Views: 6

tags: another

Managing FTP Transfers from an ASP.NET Web Page(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

recently working on a project in which one of the requirements was that certain query results be sent to a different company via FTP. Granted things would have been much easier if the receiving company had simply set up a web service, but that didn't seem to be an option. They had their ... read more...

add a comment |category: |Views: 5

tags: another

SQL server2005 Retrieve Buffer Counts by Object and Index(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

Sample script that breaks down buffers by object (table, index) in the buffer cache. This script, contributed by Microsoft's Tom Davidson, requires SQL Server 2005. read more...

add a comment |category: |Views: 6

tags: another

Accessing remote SQL server by remoting (TCP)(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

In this sample describes how to build a distribution application which accesses MS SqlServer2000 on remoting service. read more...

add a comment |category: |Views: 6

tags: another

C# access modifiers quick reference(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

This article is for beginners but even if you are an expert this article may be useful as a quick reminder when the brain cells slow down - hey, I will probably need it soon. read more...

add a comment |category: |Views: 13

tags: another

Asp.net ListView Layout Manager(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

Using a ListViewLayoutManager allows controlling the behavior of the column layout of ListView/GridView controls. read more...

add a comment |category: |Views: 130

tags: another

ObjectDataSoruce in Asp.Net(the3factory.com)

submitted by tommyktommyk(870) 4 years, 1 month ago

Download code This Article is based on ObjectDataSoruce here i describe how you play with object in Dot Net Bcause in OOPS Every Thing is Object Using the code A brief description of how to use the article or code. The class names, the methods and properties, any tricks or tips. th... read more...

add a comment |category: |Views: 1

tags: another