Previsioni del tempo
Oggi Dom 20 Mag
Oggi
min 8°
max 20°
Domani Lun 21 Mag
Domani
min 8°
max 13°

Watermark image on page print in ASP.NET
Printer independent Watermark on webpage print in asp.net & C#
Linear Equation Solver - Gaussian Elimination (C#)
Linear Equation Solver - Gaussian Elimination
Windows Mobile: Kiosk Mode Series, Part 1
How can you achieve a kiosk mode application, where the user is only allowed to do what you define.
Thumb rule in OOPS for Inheritance ? Part 1
Wherever object of parent class is expected object of child class can go.
Alternate Proxy class with bytecode manipulation
This article provides alternative to Java's Proxy class with bytecode manipulation.
CRUD Operation in ASP.NET Web Applications Using HTTP Handler and jQuery
Easy approach to implement AJAX in ASP.NET without using an AJAX control
Disentangling braces and semi-colons
Disentangling the use of braces and semi-colons with a few boxes and my house.
Named Parameter Feature Of C#.Net 4.0
How to guarantee a fixed amount of rows in a table in Oracle
This tip describes how to guarantee a fixed amount of rows in a table by using triggers in Oracle
Simple variable dump
This class dump any .Net object properties to your output window.
ASP .NET Plotter (HTML5, C# and Plot'N'Roll)
Nowadays, There are a plenty of Javascript charting libraries used in organizations such as NASA, Eutelsat, MongoDB, Google. Justly, this article aims to show you how you can integrate Javascript charting libraries in ASP .NET and build your own charting user controls depending on your needs.
How to guarantee a fixed amount of rows in a table
This tip describes how to guarantee a fixed amount of rows in a table by using triggers
ASP.Net page partial rendering
ASP.Net page partial rendering using Response.Flush() method
From Zero to Proficient with MEF
Learn how to go from being an absolute beginner in the Managed Extensibility Framework to being an advanced user.
BackgroundWorker in .NET Console Application
Behavior of BackgroundWorker thread for Console and Windows form apps.
J2EE - NetBeans, JSF, Persistence API - 2nd Part
Description of how to add some additional functions - create new company, edit company's details
Common.Logging and compatibility with other libraries
This post shows you how to configure correctly Common.Logging together with Log4Net or NLog and explains the typical problems that you might expect while using this logging library.
Collective Intelligence: Ants colony solving TSP
Collective Intelligence or swarm intelligence is very interesting scientific field. As well as neural networks, this fields searches the inspiration in the nature. This post describes how to use the collective intelligence of ants to find the solution to Travelling Salesman Problem.
J2EE - NetBeans, JSF, Persistence API - Part 3
How to extend the detail page of a company by adding a list of products of the company and a drop down list box, which will allow a user to add a new product to the list of the products of the company.
KnockoutJS and Google Maps binding
Integrating Google Maps and KnockoutJS.

Last update: 5/20/2012 9:41:33 AM

This site is undergoing a major construction.

Please return back soon.

Home
CRUD Operation in ASP.NET Web Applications Using HTTP Handler and jQuery
Easy approach to implement AJAX in ASP.NET without using an AJAX control...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
SQL SERVER New Look for CodePlexProject Hosting for Open Source Software
Codeplex is my favorite site. CodePlex is Microsoft?s free open source project hosting site. You can create projects to share with the world, collaborate with others on their projects, and download open source software.It is great place to find so many open source project available to explore. All the softwares are free and open source. [...]...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
"Remembering" a selection in a <select> list in Razor
I'm just recording this for now, possibly for later investigation. In ASP.NET Web Pages 2 (Razor), you can take advantage of conditional attributes to set or clear attributes like selected and checked. These attributes don't need a value, they just need to exist, like this:<select> <option value="1">One</option> <option value="2" selected >Two</option> <option value="3">Three</option></select>So how do you "remember" a list selection after a form...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Last Day With OrcsWeb
Its hard to believe that its been 10 years since my first day at OrcsWeb. Today is my last official day, but Ill still be close by. I have a number of ties here, including being a customer through Vaasnet. So much has changed in this time. Ten years ago I began working for OrcsWeb from Canada. Nine years ago I moved my family down here to North Carolina and assumed the role of Director of Technology.  I was able to be a part of the company as it grew in staff, servers, customers, and reputation....

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
SQL SERVER Saturday Fun Puzzle with SQL Server DATETIME2 and CAST
Note: I have used SQL Server 2012 for this small fun experiment. Here is what we are going to do. We will run the script one at time instead of running them all together and try to guess the answer. I am confident that many will get it correct but if you do not get [...]...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Controlling JPEG Compression
The JPG graphics format supports varying level of compression and quality. Although it isn't readily visible, the Image.Save() method allows you to control this level. Here's a sample C# method that demonstrates how....

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Introducing ASP.NET Web Pages 2 - Getting Started
This set of tutorials gives you an overview of ASP.NET Web Pages (version 2) and Razor syntax, a lightweight framework for creating dynamic websites. It also introduces WebMatrix, a tool for creati...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Introducing ASP.NET Web Pages 2 - Getting Started
This set of tutorials gives you an overview of ASP.NET Web Pages (version 2) and Razor syntax, a lightweight framework for creating dynamic websites. It also introduces WebMatrix, a tool for creati...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Automatically Convert C# Unsigned Integer Types to java using CodePorting Engine
We have shown you in previous blog posts that how developers can translate C# properties to java using CodePorting C#2Java App.  CodePorting is determined to translate those C# language constructs to java code which are not available in java and this will be achieved by CodePorting C#2Java intelligent engine. Unsigned and signed data types contains same amount of memory in C#.  C# provides eight predefined signed and unsigned integer types whereas Java has four signed integer types and...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Recent SharePoint 2010 Books [CanCon]
Here in Canada, and particularly in south Ontario we're lucky to have an exceptionally strong SharePoint community. With the publication this month of Ruven Gotz's Practical SharePoint 2010 Information Architecture I count at least 6 books that were either...(read more)...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Services Framework Security
One of the exciting enhancements coming in DotNetNuke 6.2.0 is the new Services Framework a great way to write web services that integrate well with DotNetNuke. Theres a fewblogsrecently published that contain great information on the services framework, but one area that was lacking was guidance on how to best secure these services. Security was a priority when we were designing this enhancement and something we baked into the framework from the start and there are a number of ways to lock down...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Introducing Message Center in 6.2
Communication is key in any Social System, be it the physical world or the digital world. Keeping this need in mind we built a brand new Message Center in DotNetNuke 6.2. Message center is one central place to manage all sorts of communication in the DotNetNuke framework. Users can read and send messages; read notifications and take action on them all from within one single UI....

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
RestFul WCF JSON Service with client and on Mozilla Firefox REST Client
WCF REStful service -with GET, PUT, POST and DELETE Method and testing on Mozilla Firefox REST Client...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Connecting to Kinect over the wire via TUIO Skeleton
[A couple paragraphs of intro/comments]TUIO SKELETONHow It WorksThanks to the features of the Tuio protocol, it has been implemented a client-server system for the transmission of the skeleton data kinect real time. The results have been excellent opening new scenarios for the TUIO protocol use.The data transmission is fast and efficiently, the protocol TUIO is redundant and provides reliabilityThe Tuio Server divides the points of the skeleton in 5 groups and each group is assigned an id.BodySegment(0,skeletons[k].Joints[JointType.ShoulderLeft],skeletons[k].Joints[JointType.ElbowLeft],...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
A triple dose of the .NET Micro Framework. Netduino, .NET Gadgeteer and a FEZ Hydra Basic Kit
Today's Hardware Friday is a triple dose of .NET Micro Framework and .NET Gadgeteer getting started, into, kicked off, hooked, what are they and getting started posts.From a slide deck and great link round-up my Pete Brown, to watching him geek out for an hour to a getting started with FEZ Hydra Basic Kit post by Ian Lee, Sr. it's all here. If at the end of this, your "I wanna build something" itch isn't asking for attention...The .NET Micro Framework and .NET GadgeteerAt the South Florida Code Camp...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
CPPHtmlStatic v1.2
A control based on CStatic for displaying HTML-like text formatting elements....

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
GoSlideshow HTML5 Canvas
HTML5 CANVAS...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
SQL SERVER Thinking about Deprecated, Discontinued Features and Breaking Changes while Upgrading to SQL Server 2012 Guest Post by Nakul Vachhrajani
Nakul Vachhrajani is a Technical Specialist and systems development professional with iGATE having a total IT experience of more than 7 years.Nakul is an active blogger with BeyondRelational.com (150+ blogs), and can also be found on forums at SQLServerCentral and BeyondRelational.com. Nakul has also been a guest columnist for SQLAuthority.com and SQLServerCentral.com. Nakul presented a [...]...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
Timeout occurred while waiting for latch: class 'LOG_MANAGER'
Question: This SQL Server Error message appears in the logs :Timeout occurred while waiting for latch: class 'LOG_MANAGER', id 000000001B8009F8, type 4, Task 0x0000000004ED9288 : 0, waittime 300, flags 0x1a, owning task 0x0000000B671882C8. Continuing to wait.How do I fix?Answer:1. Check for disk bottlenecks through Windows Perfmon during maintenance processing. Read Window Perfmon scripting, SQL Server perfmon and how to perfmon 2. Don't run heavy processing jobs in parallel with backup and db reindexing3....

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article
How does e-shipping works on e-store?
Hi All eCommerce Enthusiasts, Today a new version of Scalable and Complete #opensource #ASP.NET eCommerce solution ~ @AspxCommerce 1.1 is Released! Explore its extensible Fetaures and Powers http://aspxcommerce.codeplex.com/releases/87906/download/379382 Try demo: http://demo.aspxcommerce.com Try Explore: http://test2.aspxcommerce.com With Regards, Milson Munakami MSP, MCTS, MCPD...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

Last update: 5/20/2012 9:41:33 AM