ASP.NET News from Blogger:
DevX: .NET Feed
Total News: 552
Step by step instructions for using ASP.NET MVC 4.0 instead of ASP.NET Web Forms to create Web applications....
Fluent NHibernate lets you map .NET classes with NHibernate without the need for those cumbersome XML files....
The new service allows developers to see what happens when compilers take source code and turn it into machine code....
Software engineering is largely about analyzing a portion of the real world and translating it into a software system. What could be a richer source for ideas about reality analysis than philosophy?...
Developing applications for Microsoft SQL Azure Database is very similar to developing applications for SQL Server. Click here to learn a few differences and some considerations when developing SQL Az...
Leverage the new and enhanced features of ADO.NET Entity Framework 4.0 to model at the right level of abstraction....
Take advantage of the Open Data Protocol to build RESTful services in ASP.NET....
Mono and the MonoDevelop IDE let you build Linux desktop applications using the .NET Framework. Find out how an open source guy with minimal .NET experience did it....
Expensify CEO David Barrett compares .NET application development to making hamburgers at McDonald's....
Learn how to merge XML files into a PDF document in .NET....
The integrated static code analysis tool an help you find and correct bugs in your software development....
CodeGuru explains how to customize Microsoft's ERP application....
Nmock is a unique way to test complex business objects in your development environment....
Learn how to add sophisticated area effects to your images such as blurring, embossing, and drop shadows in C# or Visual Basic....
This chapter provides an overview of some of the most important system namespaces and gives more detailed examples that demonstrate regular expressions, XML, cryptography, reflection, threading, paral...
Use two separate configuration files to represent settings for development and production environments....
Get the .NET code for programmatically converting PowerPoint presentation files into images or HTML files....
Get the .NET code for programmatically converting PowerPoint presentation files into images or HTML files....
Use C# and the System.Management namespace to retrieve information about logical drives in a given system....
The benefits of using an MVC Framework is that it helps enforce a clean separation between the models, views, and controllers within a Web application....
Many image processing techniques are simpler than you might expect and can be implemented easily in C# or Visual Basic....
GhostDoc is a free Visual Studio extension that automates the process of writing code comments. Find out how you can use it to document your code automatically....
Thanks to the Cassia .NET Library, you can programmatically detect the users connected to Windows Server without using PInvoke to call the Windows Terminal Services API....
The application performance management vendor ups support for platforms such as SharePoint Server, Dynamics CRM, and Visual Studio 2010....
Moonlight 2.0 is a Silverlight 2.0-compatible framework that supports Zoom, Control Framework, Layout Framework, and other technologies....
Mono is a cross-platform development framework that allows developers to build Linux apps with improved productivity....
Use WPF's ability to recognize and adapt to the graphics capabilities of its host machine to improve your application's performance....
Avoid having to include the command on every page that needs a custom or user control....
Take a look under the hood of the latest version of Mono, the open source .NET development framework. Find out how its components and architecture help make developers more productive....
With JSON's popularity increasing by leaps and bounds, you'll find this technique useful....
You can call a JavaScript function when a user clicks a HyperLinkField in a GridView controlyou just need to use this workaround....
Using System.Diagnostics, you can check the recursion levels in your code....
It's useful to store URLs outside of your application code, because they can change....
Find out whether a DataGridView column is partially hidden....
Programmatically adding an image command field to a GridView is relatively easy. This tip shows how....
A better approach than "hiding" the columnis in a DataGrid is simply to avoid creating the column in the first place, as shown in this tip....
Mixing .NET and Java technologies with web services is often easy, but for many tasks web services are not the solution for Java/.NET interoperability....
Including metatags in your pages is useful, but also tedious and error-prone. Learn how to create them automatically....
WPF's properties and styles let you change a control's appearance. Templates let you modify a control at a much more fundamental level, changing the components that make up the control and the way it ...
Follow this procedure to deploy a CrystalReportViewer control to a production ASP.NET web site....
In .NET Windows Forms, disabling the standard Windows close, minimize, and maximize buttons is as simple as setting the Window Style or adding one line of code....
You can access form or control values from one page in another page in ASP.NET, it just isn't intuitive....
Create a running number column that shows the row number in a DataGrid control....
Use Visual Studio's refactoring features to extract class methods into an interface....
Split the string at the delimiter and then add each item to a new string list....
When you don't want your solution bound to Visual SourceSafe, follow this procedure....
Don't write property setters and getters by hand--generate them!...
Take advantage of pre-written cmdlet functionality in your own applications....
You can publish applications compiled in 32-bit mode on 64-bit systems, but you have to do a bit of setup work....
When a user posts values back to the server, you can maintain the same scroll position after the response using these methods....
View Other bloggers