| Solentive News |
|
|
[click for more...]
|
I finally gave Language Integrated Query (LINQ) Series60 minutes of my time. Check out this interview with Beth Massi from the Microsoft VB Team
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
This question comes up from time to time , to time . If you understand how redirects work, then you also know it is "not possible" to redirect into a new window, because a redirect on the server causes a special HTTP response to be sent to the users browser, the client. The browsers native implementation interprets the special response code and sends the user off to the destination. There's no built-in mechanism or standard for specifying a new window. The only way to open a new window is for it...( read more)
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
Eilon has an interesting post about using the new anonymous object initializer syntax in APIs that take dictionaries. The end result looks very much like the JSON parameterized function calls that are very common in many JavaScript frameworks, which shows once more how C# is getting many of the nice features of dynamic languages while remaining statically-typed. While I wouldn't use that just to get named parameters like those frameworks are often doing, it looks well-justified in this context because the parameter it's being used for is actually not predetermined.
http://weblogs.asp.net/leftslipper/archive/2007/09/24/using-c-3-0-anonymous-types-as-dictionaries.aspx
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
|
HTTP File Downloader Class for .NET (HTTPFileDownloader)
26/09/2007
[Link]
Alex_1
|
|
|
|
[click for more...]
|
The ASP.NET AJAX Control Toolkit provides a set
of AJAX controls to spice up your Web site, and as a shared-source project you can use
its infrastructure to create your own cool controls and extenders. Be sure to grab the
newest release
of the Control Toolkit, as it contains a number of bug fixes.
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
|
This article presents code that augments any INPUT box with an auto-suggest feature, AJAX-capable
26/09/2007
[Link]
Dmitry Khudorozhkov
|
|
|
|
[click for more...]
|
|
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
|
Object Oriented AJAX class and objects structured for ease of use and maintainability for multiple requests.
26/09/2007
[Link]
VectorX
|
|
|
|
[click for more...]
|
A nice article written by DotNetGuts discuss these points about Web Services in .NET - What is Web Service?
- History of Web Service or How Web Service comes into existence?
- Example of Web Service
- Web Service Communication
- Advantages of Web Service Communication
- Terms which are frequently used with web services
- Example of Creating Web Service in .Net
- Example of Testing Web Service in .Net
- Few Facts about Web Service in .Net
Read it @ DotNetGuts
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
|
A DRAMATIC drop in information technology enrolments has cost universities about $100 million in four years, according to a study.
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
|
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
In my previous post about XAML and its future as a domain model/DSL serialization format, I've argued that System.Configuration as well as Enterprise Library Configuration (part of the core of EntLib) will soon become irrelevant. The caveat is that now you need to design your classes a bit differently. No more constructors where you validate the required input. Now everything is a property get/set, and validation needs to be done at a separate point in time (ISupportInitialize.EndInit), as well as on every property set (if you only want to allow the setter to be called before initialization is completed) and before every method (if you depend on the properties being initialized). ... Read full article
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
The GridViewGuy has been busy lately! These tutorials target different aspects of the .NET framework. Check the full list here......( read more)
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
|
.NET StockTrader is an end-to-end sample application for .NET Enterprise Application Server technologies. It is a service-oriented application based on WCF and ASP.NET, and illustrates many of the .NET 3.0 technologies for building highly scalable, rich "enterprise-connected" applications.
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
It may seem unrelated, but if you haven't read Fowler's article on DSLs (from Google cache if it's down like now), please do so now. It will help you understand why XAML goes far beyond WPF and presentation. Configuration is typically nothing more than a DSL (external DSL in Fowler's terms) that serves to setup the variable parts of a certain runtime library or framework. For example, while a logging framework has many "static" or invariant components (i.e. logging "pipeline" execution, interaction between components, registration of variable components, etc.), there are variable parts which determine the runtime behavior, such as concrete trace listeners attached to given trace sources, the specific file a file listener will write to, and so on. ... Read full article
26/09/2007
[Link]
|
|
|
|
[click for more...]
|
|
Create an AJAX-based auto suggesting textbox or textarea with no database or server side scripting needed.
26/09/2007
[Link]
UsualDosage
|
|
|
|
[click for more...]
|
|
Environment Variables Manager (EnvMan) is a tool written in C# .Net intended to handle the administration of Windows Shell Environment Variables. It is designed to replace Control Panel System Environment Manager and easily manage long variable values.
26/09/2007
[Link]
Vladislav Setchin
|
|
|
|
[click for more...]
|
|
A custom WebControl that emits CSS to turn create a stylable ASP.NET panel with rounded corners.
26/09/2007
[Link]
UsualDosage
|
|
|
|
[click for more...]
|
|
A simple Windows framework that beginners and intermediate programmers can use as an alternative to MFC. It makes learning to program for Windows easier.
26/09/2007
[Link]
David Nash
|
|
|
|
[click for more...]
|
|
The Article will guide you with complete knowledge of how to add a google map in your webpage with knowledge of JAVASCRIPT
26/09/2007
[Link]
Abhishek sur
|
|