Yazan: esersahin 09/07/2009
http://www.codeplex.com/jslint
JSLint.VS is Add-In for Visual Studio that provides errors in JavaScript during compiling enabling you to spend less time in browser catching bugs and typos.
JSLint.VS provides validation on file, code section, or by integrating JavaScript verification with a build.
Yazı kategorisi: .Net, JavaScript | » yorum bırak;
Yazan: esersahin 18/05/2009
Yazı kategorisi: .Net | » yorum bırak;
Yazan: esersahin 03/05/2009
http://www.codegear.com/products/delphi/prism
| |
 |
- Delphi Prism programming language for .NET and Mono
- Take advantage of the latest and greatest .NET technologies including WinForms, WPF, ASP.NET and LINQ
- Use your existing Delphi programming skills to build .NET applications
- Easily connect with all your data across multiple sources and tiers
- Powered by RemObjects Oxygene compiler technology
|
The fast way to build applications on .NET for Windows, Linux and Mac
Delphi Prism is the new .NET development solution from Embarcadero Technologies. In this Visual Studio based solution you’ll be able to use your existing Delphi programming skills to build .NET applications, taking advantage of the latest and greatest .NET technologies such as WinForms, WPF, ASP.NET and LINQ. You will of course also be able to develop database applications using familiar dbExpress functionality and .NET clients that connect to native DataSnap servers.
Key Delphi Prism features include:
- Complete solution for .NET development
- Powerful full featured Delphi Prism development language
- dbExpress framework for building database applications
- Supports development for the Mono platform
- DataSnap client creation
- Blackfish SQL database with included deployment license
|
|
Delphi Prism Editions
Delphi Prism is available in two editions – Professional and Enterprise
Delphi Prism Professional
Delphi Prism Professional includes a complete development environment with dbExpress local database connectivity. Delphi Prism Professional features include:
- Delphi Prism Object Pascal programming language and compiler
- Microsoft Visual Studio based IDE
- dbExpress local database connectivity to InterBase® and Blackfish™ SQL
- Blackfish SQL deployment on systems with 1 user, 512MB database size
|
|
Delphi Prism Enterprise
Delphi Prism Enterprise edition includes everything in the Professional edition, plus the following for building client/server and multi-tier database and web applications:
- Database server connectivity to InterBase and Blackfish SQL
- Build DataSnap .NET clients that connect to native Windows DataSnap multi-tier database application servers
- Blackfish SQL deployment on systems with 5 users, 2GB database size
For more detailed differences between the editions, see the Datasheet or Feature Matrix.
Delphi Prism is also available as part of CodeGear RAD Studio 2009, including RAD Studio Architect with the database modeling and design capabilities of ER/Studio.
Related Products
Yazı kategorisi: .Net, CodeGear, Delphi | » yorum bırak;
Yazan: esersahin 15/04/2009
http://support.microsoft.com/kb/312629/EN-US/
If you use the Response.End, Response.Redirect, or Server.Transfer method, a ThreadAbortException exception occurs. You can use a try-catch statement to catch this exception.
The Response.End method ends the page execution and shifts the execution to the Application_EndRequest event in the application’s event pipeline. The line of code that follows Response.End is not executed.
This problem occurs in the Response.Redirect and Server.Transfer methods because both methods call Response.End internally.
To work around this problem, use one of the following methods:
- For Response.End, call the HttpContext.Current.ApplicationInstance.CompleteRequest method instead of Response.End to bypass the code execution to the Application_EndRequest event.
- For Response.Redirect, use an overload, Response.Redirect(String url, bool endResponse) that passes false for the endResponse parameter to suppress the internal call to Response.End. For example:
Response.Redirect ("nextpage.aspx", false);
- If you use this workaround, the code that follows Response.Redirect is executed.
- For Server.Transfer, use the Server.Execute method instead.
Yazı kategorisi: .Net, Asp.Net | » yorum bırak;
Yazan: esersahin 23/03/2009
http://mono-project.com/Main_Page
Yazı kategorisi: .Net, Linux, Mono | » yorum bırak;
Yazan: esersahin 01/01/2009
http://www.jumpstarttv.com/
We believe that the best way to learn is by watching and listening, especially when you’re first starting out on a topic. We build very short videos that typically run 2-3 minutes and break complex tasks down into a series of simple tasks that are easy to master. While you may find a few videos with humorous names here, you won’t find stuff that is off topic within a given channel. We hope you find our content valuable and that from time to time you’ll visit our sponsors that allow us to make all of this content available to you at no cost.
JumpstartTV is a division of Fourdeuce Inc, an Orlando, FL based company that also owns End to End Training, a well known provider of technical training. Fourdeuce is owned by Andy Warren, Brian Knight, and Steve Jones.
Yazı kategorisi: .Net, Sql Server | » yorum bırak;
Yazan: esersahin 01/12/2008
Yazı kategorisi: .Net, .Net 3.5 | » yorum bırak;
Yazan: esersahin 10/11/2008
http://msdn.microsoft.com/en-us/netframework/default.aspx
Yazı kategorisi: .Net | » yorum bırak;