Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

Pavel Yermalovich

@Pavel Yermalovich
About
Posts
10
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Professional WCF 4: Windows Communication Foundation with .NET 4
    P Pavel Yermalovich

    Professional WCF 4: Windows Communication Foundation with .NET 4 A guide to architecting, designing, and building distributed applications with Windows Communication Foundation Windows Communication Foundation is the .NET technology that is used to build service-oriented applications, exchange messages in various communication scenarios, and run workflows. This guide enables developers to create state-of-the-art applications using this technology. Written by a team of Microsoft MVPs and WCF experts, this book explains how the pieces of WCF 4.0 build on each other to provide a comprehensive framework to support distributed enterprise applications. Experienced developers will learn both theory and practical application using the familiar Wrox approach. .NET developers will learn to design services, create a hosting environment with Dublin, build cloud-based integrations, and much more. Coverage Includes: 1. Design Principles and Patterns 2. Service Contracts and Data Contracts 3. Bindings 4. Clients 5. Instancing 6. Workflow Services 7. Understanding WCF Security 8. WCF Security in Action 9. Federated Authentication in WCF 10. Windows Azure Platform AppFabric 11. Creating a SOA Case 12. Creating the Communication and Integration Case 13. Creating the Business Process 14. Hosting Download Professional WCF 4: Windows Communication Foundation with .NET 4

    Books For Enterprise .NET Development - http://dotnetbuks.blogspot.com/

    WCF and WF csharp hosting cloud security workspace

  • ASP.NET 4 Social Networking
    P Pavel Yermalovich

    Social Networking is all about developing connections or ties between friends and associates. While people have always networked with one another the Internet has allowed us to network with people all over the world easily. Any interest or cause can support its own social network, where fans and followers can meet, chat, and share their views. But building a social networking site from scratch involves some complex logic, and some serious coding. This book shows how to build a scalable, enterprise-ready social network using ASP.NET. The book uses the latest features of ASP.NET 4.0 and .NET Framework 4.0 to provide a platform that is efficient, easy to maintain, and extensible. Whether you want to build your own social network, are developing a social site for a customer or employer, or just want a practical guide to developing complex ASP.NET applications, this book is ideal for you. The book starts by planning the essential features of your social network, and then building a ‘community framework’ that will give your site a solid foundation and enable you to add all your social networking features. You can then go on to create user accounts, profile pages, messaging systems, ‘friend’ relationships between members, photo galleries, blogs, forums, groups, and more. Along the way you will see MEF, Entity Framework, LINQ, AJAX, C# 4.0, ASP.NET Routing,and other features of ASP.NET 4.0 put to practical and interesting uses. There is also integration with other technologies like Silverlight, Flash, XINHA WYSIWYG editor, reCaptcha, Lucene.NET and Cropper and you also look at custom implementation of authentication and profile features for the website. Download

    Books For Enterprise .NET Development - http://dotnetbuks.blogspot.com/

    ASP.NET csharp asp-net tutorial lounge html

  • DOTNETBUKS - Books For Enterprise .NET Development
    P Pavel Yermalovich

    http://dotnetbuks.blogspot.com/[^]

    .NET (Core and Framework) csharp com

  • The Pomodoro Technique
    P Pavel Yermalovich

    Hi, everybody. It's not a secret that time management is quite actual issue for programmers. I would tell about one time management technique my best ex-co-worker (and currently best friend) Helen told me. I'm using it about one month and I can confidently say that my productivity is increasing and I became more disciplined in relation to the waste of time. So, let's see what is Pomodoro Technique. The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down periods of work into 25-minute intervals called 'pomodori' (from the Italian word for 'tomato') separated by breaks. Closely related to concepts such as timeboxing and iterative and incremental development used in software design, the method has been adopted in pair programming contexts. The method is based on the idea that frequent breaks can improve mental agility. There are five basic steps to implementing the technique: - decide on the task to be done - set the pomodoro (timer) to 25 minutes - work on the task until the timer rings; record with an x - take a short break (5 minutes) - every four "pomodori" take a longer break (15–20 minutes) There is a lot of specific for this purpose software. I installed PomoTime and didn't disappointed. So, let's try to use it and describe our feelings here.

    The Lounge php com design tools help

  • Paste data from excel
    P Pavel Yermalovich

    It should help you: LINQ to Excel

    ASP.NET csharp asp-net database question announcement

  • I've decided to write that certification exam
    P Pavel Yermalovich

    Many companies like to see information about your skills especially if theses skills proved by certifying. I have passed one Microsoft exam 2 years ago and can confidently say that during preparing some things became clearly. To get MCPD status would be very great for me. ANd soon I'm going to begin preparing.

    Work Issues csharp tutorial career

  • Give me Suggestions to maintain security for websites
    P Pavel Yermalovich

    I advice you to read this book http://www.wowebook.com/security/beginning-asp-net-security.html. As every book published by WROX this will bring you a lot of professional tips and tricks.

    ASP.NET security question

  • three tire architecture
    P Pavel Yermalovich

    So, first you create an empty solution. Then you add three projects into it. The first one is ASP.NET applcation which will be your PL (Presentation Level) and two class library for DAL and BLL. In DAL you will add LINQ to SQL class as one of possible way to map your database. Will create for every entity the class with the name YourEntityData to implement CRUD methods. Also you can add CustomizedEntites.cs file to extend your LINQ entities. In BLL you'll develop your business objects. As a rule every class includes MapToCustomProperties(Entity entity) for DAL->BLL mapping, MapToEntity() for BLL->DAL mapping and Load() to load information for object from DB. Often in the same file i create and write collection class for this object. F.e. ProductBLL and ProductBLLList:List. In your PL tier you are working just with BLL tier and so on...

    .NET (Core and Framework) csharp asp-net architecture tutorial

  • Linq Insert
    P Pavel Yermalovich

    Something like this: var customer=new Customer(12,"Pavel","Yermalovich"); YourDataContext db=new YourDataContext(); db.Customers.InsertOnSubmit(customer); db.SubmitChanges();

    LINQ csharp tutorial linq

  • Extending LoginName Control !!
    P Pavel Yermalovich

    Hello! It isn't difficult to do. You drag Login Control into your page. Click on SmartTag and then choose "Convert to Template". You should get the following html code: <asp:Login ID="Login1" runat="server"> <LayoutTemplate> <table border="0" cellpadding="1" cellspacing="0" style="border-collapse:collapse;"> <tr> <td> <table border="0" cellpadding="0"> <tr> <td align="center" colspan="2"> Log In</td> </tr> <tr> <td align="right"> <asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName">User Name:</asp:Label> </td> <td> <asp:TextBox ID="UserName" runat="server"></asp:TextBox> <asp:RequiredFieldValidator ID="UserNameRequired" runat="server" ControlToValidate="UserName" ErrorMessage="User Name is required." ToolTip="User Name is required." ValidationGroup="Login1">*</asp:RequiredFieldValidator> </td> </tr> <tr> <td align="right"> <asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password">Password:</asp:Label> </td> <td> <asp:TextBox ID="Password" runat="server" TextMode="Password"></asp:TextBox> <asp:RequiredFieldValidator ID="PasswordRequired" runat="server" ControlToValidate="Password" ErrorMessage="Password is required." ToolTip="Password is required." ValidationGroup="Login1">*</asp:RequiredFieldValidator>

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups