|
|
Stories recently tagged with 'HowTo'
|
|
published 2 months, 21 days ago, submitted by
spavkov
2 months, 21 days ago
aspdotnetfaq.com — Each ASP.NET Web Application has its own configuration file called web.config file.
In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory.
This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... read more...
1 comment
|
category: ASP.NET | Views: 9
|
|
tags:
Tips, .Net, HowTo, ASP.NET, Configuration | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
3 months, 4 days ago
aspdotnetfaq.com — Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it.
Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data.
Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you execute most of your Read, Update and Delete operations without writing a single line of code.
Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView.
Let see how we can easily insert new rows of data using GridView and SqlDataSource... read more...
add a comment
|
category: ASP.NET | Views: 44
|
|
tags:
faq, Tutorial, GridView, HowTo, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
8 months ago
amazedsaint-articles.blogspot.com — This article is expected to:
[1] Introduce patterns to you in a simple, human readable way
[2] Train you how to really 'Apply' patterns (you can learn patterns easily, but to apply them to solve a problem, you need real design skills)
[3] Provide you a fair idea regarding the contexts for applying the following patterns - Builder, Observer, Strategy and Decorator (well, they are few popular design patterns)
[4] Demonstrate you how to apply the Observer pattern, to solve a design problem read more...
|
|
tags:
HowTo, GOF, Architecture, DesignPatterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
8 months, 18 days ago
soulsolutions.com.au — I've been busy with the release of Virtual Earth 6 this week exploring the new features and making some videos and articles.
A must read for any VE developer is the what's new Article I just finished:
http://www.viawindowslive.com/Articles/VirtualEarth/WhatsnewinVersion6.aspx
I'm very impressed by this release with no breaking changes and many good new features. The VWL site also has the new getting started article from MSDN if you feel like building your first map:
http://www.viawindowslive.com/Articles/VirtualEarth/GettingStartedwithVersion6.aspx
I have also been having fun with the new features on maps.live.com and made two videos (available in 720p High Definition) on the new 3D models that you can make and import into Virtual Earth 3D and also the new 3D tours.
http://www.viawindowslive.com/Articles/VirtualEarth/Creatingyourfirst3Dmodel.aspx
http://www.viawindowslive.com/Articles/VirtualEarth/Createa3Dtour.aspx
The viawindowslive site is all about community content and resources so if you have something to contribute feel free to get involved:
http://www.viawindowslive.com/Contribute.aspx
read more...
|
|
tags:
v6, viawindowslive, Mapping, Tips, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 9 months, 2 days ago, submitted by
powerrush
9 months, 3 days ago
betterexplained.com — A good, "highly visual" overview of Version Control, (a.k.a. Source Control). It also references Subversion command line examples, but the overview applies to most version control systems. read more...
add a comment
|
category: Other | Views: 3
|
|
tags:
HowTo, Subversion, VersionControl, SourceControl, SVN | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
10 months, 16 days ago
blog.troyd.net — Instead of using a different Assert method for each different type of assertion (e.g.: Assert.AreEqual() for equality comparison, or Assert.IsTrue() for boolean evaluation), the new Constraint-Based Assert Model introduced in NUnit 2.4 utilizes only one Assert method named Assert.That(). read more...
2 comments
|
category: C# | Views: 0
|
|
tags:
HowTo, BDD, Constraints, Agile, UnitTesting | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 15 days ago, submitted by
billy
10 months, 20 days ago
devlicio.us — Recently I gave two days worth of talks introducing an organization to agile management and development with Scrum and XP practices. I've made available the presentations and exercises for the betterment of mankind...or at least to get a few more people familiar with agile development. Included is also a discussion of the agile practices that I find effective. read more...
|
|
tags:
XP, HowTo, Scrum, Agile | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
bmerrell
1 year, 1 month ago
wijix.com — NUnit "Quick and Dirty" Tutorial
In the style of the JUnit Quick and Dirty Tutorial, here's a similar tutorial for NUnit. I'm assuming that you're familiar with C#/.NET, downloaded NUnit and have a development environment all setup for compiling and running C# code.
read more...
1 comment
|
category: Unit Testing | Views: 56
|
|
tags:
HowTo, Tutorial, NUnit | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 5 months ago, submitted by
plaudati
1 year, 5 months ago
blogs.msdn.com — You've had the ASP.NET overview, now you want to dive a little deeper and know how to do "XYZ", but have a hard time finding the answers on MSDN? Check out this collecetion of reference links. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
HowTo, Links, ASP.NET, Reference | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
dalziel
1 year, 7 months ago
blog.slaven.net.au — I sometimes need to remove all intermediate & resulting build files from a Visual Studio solution, either due to version conflicts or because of permissions issues. Powershell just made that job a whole lot easier. read more...
|
|
tags:
HowTo, PowerShell | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 7 months ago, submitted by
dalziel
1 year, 7 months ago
devlicio.us — Derik Whittaker on how to use .net 2.0 to get information about the battery life of your mobile computer & display it to users read more...
|
|
tags:
.net2.0, SystemInfomation, C#, HowTo | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 8 months ago, submitted by
gaech
1 year, 8 months ago
gaech.blogspot.com — This is an extremely simple introduction to creating a control with Boo. This article will concentrate on the creation of a SuperToolTip control (Office 2007). read more...
|
|
tags:
gaech.ToString(), BOO, WindowsForms, Office2007, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 10 months ago, submitted by
dalziel
1 year, 10 months ago
msdn.microsoft.com — Sam Judson shows how to use the Flickr API with .NET 2.0 read more...
|
|
tags:
HowTo, 2.0, .net2.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 11 months ago, submitted by
gill
1 year, 11 months ago
snowball.be — This article describes the neccessary steps to start developing in WPF read more...
|
|
tags:
HowTo, WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 11 months ago, submitted by
dalziel
1 year, 11 months ago
blogs.msdn.com — Peter Laudati answers common questions on how to migrate .NET apps from 1.1 to 2.0. Includes a link to a PPT presentation based on the post. read more...
|
|
tags:
HowTo, Migration, ASP.NET, 2.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|