|
How to save and update the data in Windows Mobile using Emulator and retrieve them back
from The Code Project Latest Articles
(2009/1/6 4:38)
|
This article shows you how you can get your saved data once you closed the windows mobile emulator.
|
|
Service DashBored
from The Code Project Latest Articles
(2009/1/5 23:16)
|
A lightweight desktop application to help keep you aware of server and application availability across your network.
|
|
Store and Organize your Shortcuts for Easy Launching of Files and Applications
from The Code Project Latest Articles
(2009/1/5 19:23)
|
Store and organize your shortcuts for easy launching of files and applications
|
|
DayPilot Scheduler Control for ASP.NET
from The Code Project Latest Articles
(2009/1/5 17:11)
|
Flexible open-source scheduler control (resource booking, project management, timeline and free/busy visualization).
|
|
Implementing LoggingTransaction for NHibernate through Configuration files using Aspect Oriented Pro
from The Code Project Latest Articles
(2009/1/5 15:03)
|
Applying AOP using Unity on NHibernate
|
|
File System Search Engine
from The Code Project Latest Articles
(2009/1/5 14:48)
|
A generic File System search engine
|
|
Using Oracle Stored Procedures in SqlDataSource Select command
from The Code Project Latest Articles
(2009/1/5 14:17)
|
How to use Oracle (and other non Microsoft) SP in SqlDataSource Select command
|
|
Further attributes - method based attributes and data conversion for business objects
from The Code Project Latest Articles
(2009/1/5 14:10)
|
This article shows how you can use attribute based programming and bind your attributes to methods and perform data conversion on your business objects.
|
|
G-sensor: Great Toy and a Powerful Device Control
from The Code Project Latest Articles
(2009/1/5 13:31)
|
The ability to control a mobile device using touchless technology is becoming very popular in fun and game utilities as well. Can the G-sensor make a break-through in business solutions too?
|
|
New Post: Draw a Circle around the layer label
from SharpMap - Geospatial Application Framework for the CLR
(2009/1/5 11:59)
|
div style="line-height: normal;"You would have to modify the renderer to do this hth jd/div
|
|
N-Tier development with ASP.NET MVC, WCFLINQ
from The Code Project Latest Articles
(2009/1/5 10:07)
|
This article is presenting a demo bugtracking application build on ASP.NET MVC, WCFLINQ to SQL
|
|
The Silverlight homepage great navigation bar only with javascript
from The Code Project Latest Articles
(2009/1/5 9:38)
|
Building a nice animation bar for your website with javascriptscript.aculo.us
|
|
A Style for Round Glassy WPF Buttons
from The Code Project Latest Articles
(2009/1/5 9:10)
|
A style for giving WPF buttons a glassy, Windows Vista-like look.
|
|
jQuery Based Ajax.Net library
from The Code Project Latest Articles
(2009/1/5 8:45)
|
jQuery Based Ajax.Net library
|
|
Tamper-proof and Obfuscate your Configuration Files
from The Code Project Latest Articles
(2009/1/5 6:16)
|
How to prevent your configuration sections from unauthorized modification (includes a nifty configuration file editor)
|
|
Updated: PowerGREP 3.5.1
from JGsoft Newsfeed
(2009/1/5 5:00)
|
p> a href=http://www.powergrep.com/download.html> PowerGREP 3.5.1 is now available for download/a> . This release brings minor fixes and improvements./p> p> PowerGREP's PDF converter has been updated to support the latest versions of the PDF format. Previous versions of PowerGREP could not read certain PDF files created with version 8 of Adobe's PDF creation software./p> p> The XLS (Microsoft Excel) converter has been updated to check whether the file actually uses Excel's proprietary file format. If the file is a plain text file, PowerGREP will now treat it as such, instead of complaining that the file could not be converted. Microsoft Excel itself happily reads comma-delimited plain text files that have an .xls extension./p> p> In the installer of (the licensed version of) PowerGREP, there is a button labeled Create Portable Installation. You can also find this as an item in PowerGREP's Help menu if you've already installed PowerGREP. When you use these commands, PowerGREP's fi ...
|
|
New Post: Street rendering
from SharpMap - Geospatial Application Framework for the CLR
(2009/1/5 4:00)
|
div style="line-height: normal;"Hi liron, I am not sure exactly what you mean...brDo you mean that you want to style different features in the same layer according to an attribute in the data, for instance change the width of a line depending on the number of carriageways,bror just add things like outlines to make it more interesting?brFor the first have a look at CustomTheme and for the second check out VectorStyle.brThere is also a patch available to allow labeling along a line..brSo while maybe not quite up to google maps you can get a decent result... hth jdbr/div
|
|
16 steps to write flexible business validation in C# using validation blocks
from The Code Project Latest Articles
(2009/1/5 2:33)
|
16 steps to write flexible business validation in C# using validation blocks
|
|
a File Switch Tabbar for Source Insight
from The Code Project Latest Articles
(2009/1/4 19:59)
|
Inject a File Switch Tabbar to Source Insight, which like uEdit or Visual Studio
|
|
Sample Starter Project Using WCF and MSMQ
from The Code Project Latest Articles
(2009/1/4 12:05)
|
This project is provided as a starter application to get you started with WCF and MSMQ. It uses MsmqIntegrationBinding. The sample messages borrow their structure from the Northwind database, but that database is not a requirement.
|
|
Eight Queens Problem using VB.NET
from The Code Project Latest Articles
(2009/1/4 11:39)
|
Backtracking solution approach to solve the eight queens problems and get all unique solutions
|
|
Keep Your InkJet Print Head Clean
from The Code Project Latest Articles
(2009/1/4 10:54)
|
A utility that you can use to "exercise" your inkjet printer without wasting a lot of ink or paper
|
|
Commented Issue: ajaxmap control Tiling
from SharpMap - Geospatial Application Framework for the CLR
(2009/1/4 10:24)
|
Hi ,br /I am Create my map using ajaxmap control and I need to Tiling my map#63;#63;#63; any body have idea about how I can do this#63;#63;#63; and please give me example ...br /br /Thank you ...br /Comments: ** Comment from web user: JohnDiss **puse OpenLayers/p
|
|
New Post: Is Map Sharp the right choice
from SharpMap - Geospatial Application Framework for the CLR
(2009/1/4 10:23)
|
div style="line-height: normal;"pHi kannan_g You can definately use sharpmap to accomplish this type of project but there will be areas where you have to 'roll your own' a bit.brbrFor instance drawing over a map - this is not catered for in the ajax map control at all - however this type of functionality is readily available in libraries such as open layers (a href="http://www.openlayers.org"www.openlayers.org/a) , which work very well with sharpmap. In effect OpenLayers takes care of piecing the rendered tiles together in the browser and sharpmap is used as a WMS server, rendering the tiles./ppNo matter what, you will need to get your hands a little bit dirty with some javascript..brbrWith the 0.9 version the data providers are readonly so you would have to create the relevant storage format (wkb/wkt or vendor specific) and take care of writing to the db yourself, but this is usually fairly straightforward. In the v2 version (currently in developmenta href="http://sharpmapv2.googlecod ...
|
|
IndieLib - Fast Game Development
from The Code Project Latest Articles
(2009/1/4 9:22)
|
IndieLib is a c++ 2.5d engine for game development and fast game prototyping in a really easy way.
|
|
Nine Web sites IT pros should master in 2009
from VMware RSS Feed
(2009/1/2 19:49)
|
table width="95%"bgcolor="white"align="center"cellpadding="10"trtd valign="top"align="left"!--CONTENT--font face="verdana"color="black"centerbNine Web sites IT pros should master in 2009/b/center/fontfont face="verdana"size="-1"color="black"ppCongrats to my colleagues in the VMware Communities team for creating and fostering a place that made #3 on this list of web sites that IT pros should master in 2009./ppThere's some grousing in the comments over at Network World that some of the sites recommended here are"social sites,"but I think that anybody who has participated at thea href="http://vmware.simplefeed.net/rsrc/link/_/nine_web_sites_it_pros_should_master_in_2009__712183532?h=mIeFqBUXp01QZI8XQ8mozTGlrY06acB0vVTaKFNfQ6w*f=f9e1e8b0-01dd-11dd-2826-00001a1a9134"VMware Communities/ais aware of the value it's brought them and their career. Virtualization as a platform and data center architecture touches on every part of your stack -- hardware, networking, storage, security, apps, and mo ...
|
|
Happy New Year
from VMware RSS Feed
(2009/1/2 19:35)
|
table width="95%"bgcolor="white"align="center"cellpadding="10"trtd valign="top"align="left"!--CONTENT--font face="verdana"color="black"centerbHappy New Year/b/center/fontfont face="verdana"size="-1"color="black"ppJust wanted to wish everybody a happy (and prosperous) new year in 2009. This year should bring a lot ofeminteresting/emdevelopments to the virtualization world. (a href="http://vmware.simplefeed.net/rsrc/link/_/happy_new_year__666682010?h=zrn6D-D9qXOkOaeMMKDjkOpfVpNcBCPfSJiOOqLbpLpj4-DuU0k38wAwQ4CPMyFgHYq8Ad-0dNRr1H2D441UOpODg9NZm0PAr419EncxMtQ*f=f9e1e8b0-01dd-11dd-2826-00001a1a9134"Last year sure seemed to be busy/a.)/ppIt's been 3 years since I started gathering together blogs and technical resources about VMware and virtualization. That topic deserves its own post, but if you've been watching you've seen the virtualization discussion continue its exponential growth, both when looked at over the last year and over this last quarter in the blogs ona href="http://vmware.simpl ...
|
|
Changing the IP for a SQL 2008 cluster default instance
from SQL Server Performance
(2009/1/2 11:52)
|
After SQL cluster was setup and tested, we are ready to move to a production environment. Say our test environment is using 192.x.x.x network, the production is using 11.x.x.x network. Is there a way to change the IP for the SQL cluster default instance without destroying the cluster first? We are using two-node active passive clustering scheme. It is on Window 2008 enterpise 64 bit version and SQL 2008 is a standard 64 bit version. Any pointer is very much appreciated. Wingman
|
|
New Post: Displaying jp2 files
from SharpMap - Geospatial Application Framework for the CLR
(2009/1/2 5:50)
|
hi amw, You could best use the version from the trunk. The raster layer is a wrapper around the gdal dlls that are part of fwtools 2.2.0: http://fwtools.maptools.org/. You could first try to get the jp2 files to load in fwtools. If that works try it from SharpMap. Paul
|
|
SQL Server 2005 - Merge Replication
from SQL Server Performance
(2009/1/1 23:24)
|
Hi, we are shifting our data-setup from SQL Server 2000 to SQL Server 2005. With regard to this, I am facing an issue with replication of the databases. We have a database with over 600 articles that are published. The procedure that we followed with SQL Server 2000 in order to have a smooth and quick replication scenario was as below: On the publisher: 1. Create the database snapshot. 2. Back up the published database. 3. Create a temporary database and restore the published database on the temporary database. 4. Create a new'no-sync' pull subscription from the temporary database to the published database 5. Run the merge agent to synchronize the databases. 6. Copy the subscription databases (XYZDatasbe.msf file) 7. Register the subscriber computer 8. Register the subscribing database using sp_addmergesubscription On the subscriber: 1. Attach the subscription database copy (XYZDatasbe.msf) 2. Create a pull subscription using sp_addmergepullsubscription 3. Connect t ...
|