Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (24)
Cudapad is the NVIDIA CUDA kernel PTX / Texas view
4.0
Cudapad is an assistant software for optimizing and understanding NVIDIA's CUDA kernel, which shows the flight view of PTX / GPU kernel. Cudapad simple key technology tips: when the car PTX is off, it can be forced to recompile by clicking "ready".
xps1530
2016-08-23
0
1
From the Server MySQL automatically generated busi
4.0
Application background Automatically generate Business and Data layers from a SQL Server, MySql or SQLIte database design. Introduction A while back (like 7 years ago), I released a little program called "LayerGen MMX". I had started LayerGen back in 2002 around the time the .NET framework first got released. After LayerGen MMX, I wanted to completely rewrite the program from scratch. I did that and 7 years later, I am proud to present LayerGen 3.5. If you are unfamiliar with LayerGen, it is an ORM tool that will automatically generate Data Layers and Business Layers based off a database schema. It will generate code in either C# or VB.NET. It currently works with Microsoft SQL Server, versions 2000 up to 2014, SQLite or MySql. In addition, the code it generates should work with .NET 2.0 up to the current .NET version. In addition, you can also configure LayerGen dynamically to work with
xps1530
2016-08-23
0
1
Presentationrequestor in WCF
no vote
Application background      Introduction PresentationRequestoris a library that helps implementing in the service layer by offering a generic class capable of querying business data with Linq expression based on presentation data. For more information on this library, please read this article . Now, we will talk about how it is possible to use this library over WCF (or any other similar means of communication). Background This biggest issue was to transfer the Linq queries over the network since they are not natively serializable. With the new release ofPresentationRequestor, the request is transferred under a special object "RequestDTO". Additionally, one new class "ReaderServiceDTO" will be used on the server side to read the request object and execute the request, and ano
xps1530
2016-08-23
0
1
Smooth login experience twitter Bootstrap modal di
no vote
Application background Introduction This article shows how to use the Modal Dialog jQuery plugin of the Twitter Boostrap framework to create a smoother user login experience. This solution can be easily included into an ASP.NET MVC project created by a default Visual Studio 2013 ASP.NET MVC project template. Instead of redirecting to the login page when clicking the "Login" navigation item, mouse clicking on that link opens the login form in a modal dialog. Using Twitter Boostrap jQuery modal dialog plugin allows this dialog to be well integrated into the overall Boostrap design of the web site created by the ASP.NET MVC project template. This solution leads to a smoother user login experience. When the user has JavaScript disabled, the user is redirected to the login page and the application behaves normally. Contributions This project has arisen with contributions by:
xps1530
2016-08-23
0
1
View More